Skip to content

Commit

Permalink
release: v1.0.0-rc.1+23052523
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed May 25, 2023
1 parent 58a6b14 commit a8994a9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ android {
applicationId "dev.geundung.up"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionCode 23052523
versionName "1.0.0"
}

Expand Down
12 changes: 6 additions & 6 deletions ios/Up.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,11 @@
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 23052523;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 3CR327V83F;
"DEVELOPMENT_TEAM[sdk=macosx*]" = 3CR327V83F;
DYLIB_CURRENT_VERSION = 1;
DYLIB_CURRENT_VERSION = 23052523;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand Down Expand Up @@ -515,11 +515,11 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 23052523;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 3CR327V83F;
"DEVELOPMENT_TEAM[sdk=macosx*]" = 3CR327V83F;
DYLIB_CURRENT_VERSION = 1;
DYLIB_CURRENT_VERSION = 23052523;
INFOPLIST_FILE = UpTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -551,7 +551,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 23052523;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 3CR327V83F;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -591,7 +591,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 23052523;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 3CR327V83F;
INFOPLIST_FILE = Up/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions ios/Up/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>23052523</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/UpTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>23052523</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "up",
"version": "99.9.9",
"version": "1.0.0-rc.1",
"private": true,
"scripts": {
"prepare": "husky install",
Expand Down

2 comments on commit a8994a9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 43.08% 604/1402
🔴 Branches 31.81% 132/415
🔴 Functions 28.89% 130/450
🔴 Lines 44.28% 600/1355

Test suite run success

50 tests passing in 21 suites.

Report generated by 🧪jest coverage report action from a8994a9

@vercel
Copy link

@vercel vercel bot commented on a8994a9 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

up – ./

up.geundung.dev
up-git-release-100-rc1-dunggeun.vercel.app
up-dunggeun.vercel.app

Please sign in to comment.