Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit f0547bb

Browse files
committed
v1.0.6
1 parent 513e2d5 commit f0547bb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

iosapp/06-earthquake/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.5</string>
20+
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>7</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>

iosapp/m-tsunami-ios.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,13 +495,15 @@
495495
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
496496
CODE_SIGN_ENTITLEMENTS = "06-earthquake/宮崎津波防災.entitlements";
497497
CODE_SIGN_STYLE = Automatic;
498+
CURRENT_PROJECT_VERSION = 8;
498499
DEVELOPMENT_TEAM = NU78774256;
499500
INFOPLIST_FILE = "06-earthquake/Info.plist";
500501
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
501502
LD_RUNPATH_SEARCH_PATHS = (
502503
"$(inherited)",
503504
"@executable_path/Frameworks",
504505
);
506+
MARKETING_VERSION = 1.0.6;
505507
PRODUCT_BUNDLE_IDENTIFIER = "net.lmlab.m-tsunami";
506508
PRODUCT_NAME = "宮崎津波防災";
507509
SWIFT_VERSION = 5.0;
@@ -515,13 +517,15 @@
515517
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
516518
CODE_SIGN_ENTITLEMENTS = "06-earthquake/宮崎津波防災.entitlements";
517519
CODE_SIGN_STYLE = Automatic;
520+
CURRENT_PROJECT_VERSION = 8;
518521
DEVELOPMENT_TEAM = NU78774256;
519522
INFOPLIST_FILE = "06-earthquake/Info.plist";
520523
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
521524
LD_RUNPATH_SEARCH_PATHS = (
522525
"$(inherited)",
523526
"@executable_path/Frameworks",
524527
);
528+
MARKETING_VERSION = 1.0.6;
525529
PRODUCT_BUNDLE_IDENTIFIER = "net.lmlab.m-tsunami";
526530
PRODUCT_NAME = "宮崎津波防災";
527531
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)