Skip to content

Commit 8aefe16

Browse files
committed
bump ios version
1 parent c9d0437 commit 8aefe16

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

ios/vshop_mobile.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
CODE_SIGN_ENTITLEMENTS = vshop_mobile/vshop_mobile.entitlements;
534534
CODE_SIGN_IDENTITY = "Apple Development";
535535
CODE_SIGN_STYLE = Automatic;
536-
CURRENT_PROJECT_VERSION = 17;
536+
CURRENT_PROJECT_VERSION = 18;
537537
DEVELOPMENT_TEAM = H4F94U74J4;
538538
ENABLE_BITCODE = NO;
539539
INFOPLIST_FILE = vshop_mobile/Info.plist;
@@ -542,7 +542,7 @@
542542
"$(inherited)",
543543
"@executable_path/Frameworks",
544544
);
545-
MARKETING_VERSION = 2.7.2;
545+
MARKETING_VERSION = 2.7.3;
546546
OTHER_LDFLAGS = (
547547
"$(inherited)",
548548
"-ObjC",
@@ -566,15 +566,15 @@
566566
CODE_SIGN_ENTITLEMENTS = vshop_mobile/vshop_mobile.entitlements;
567567
CODE_SIGN_IDENTITY = "Apple Development";
568568
CODE_SIGN_STYLE = Automatic;
569-
CURRENT_PROJECT_VERSION = 17;
569+
CURRENT_PROJECT_VERSION = 18;
570570
DEVELOPMENT_TEAM = H4F94U74J4;
571571
INFOPLIST_FILE = vshop_mobile/Info.plist;
572572
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
573573
LD_RUNPATH_SEARCH_PATHS = (
574574
"$(inherited)",
575575
"@executable_path/Frameworks",
576576
);
577-
MARKETING_VERSION = 2.7.2;
577+
MARKETING_VERSION = 2.7.3;
578578
OTHER_LDFLAGS = (
579579
"$(inherited)",
580580
"-ObjC",

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"start": "react-native start",
99
"test": "jest",
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
11+
"bump": "npx react-native bump-version --skip-semver-for android",
1112
"postinstall": "patch-package && rn-nodeify --install 'process,http,https,url,stream,util' --hack --yarn"
1213
},
1314
"dependencies": {
@@ -80,6 +81,7 @@
8081
"jest": "^29.2.1",
8182
"metro-react-native-babel-preset": "0.73.9",
8283
"prettier": "^2.4.1",
84+
"react-native-cli-bump-version": "^1.5.0",
8385
"react-test-renderer": "18.2.0",
8486
"rn-nodeify": "^10.3.0",
8587
"typescript": "4.8.4"

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -6441,6 +6441,11 @@ react-is@^17.0.1:
64416441
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
64426442
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
64436443

6444+
react-native-cli-bump-version@^1.5.0:
6445+
version "1.5.0"
6446+
resolved "https://registry.yarnpkg.com/react-native-cli-bump-version/-/react-native-cli-bump-version-1.5.0.tgz#f078532aef307e5645975e44cf26c397b2f62625"
6447+
integrity sha512-B7eHE5gpVfc5Py90rU+cZsPEbaiz6wsFjxZrPbsKw1oyk/04Ae72ipQbAl/Y8FYK5AcvkyYf/DwQkTcDkKOEPA==
6448+
64446449
react-native-codegen@^0.71.5:
64456450
version "0.71.5"
64466451
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.71.5.tgz#454a42a891cd4ca5fc436440d301044dc1349c14"

0 commit comments

Comments
 (0)