Skip to content

Commit 8658a7b

Browse files
committed
updated version no
1 parent 2ae142c commit 8658a7b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Stepping.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@
492492
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
493493
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
494494
CODE_SIGN_STYLE = Automatic;
495+
CURRENT_PROJECT_VERSION = 100;
495496
DEVELOPMENT_ASSET_PATHS = "\"Stepping/Preview Content\"";
496497
DEVELOPMENT_TEAM = NTTQ85TG33;
497498
ENABLE_PREVIEWS = YES;
@@ -501,6 +502,7 @@
501502
"$(inherited)",
502503
"@executable_path/Frameworks",
503504
);
505+
MARKETING_VERSION = 1.0.0;
504506
PRODUCT_BUNDLE_IDENTIFIER = dev.kodart.apps.ios.Stepping;
505507
PRODUCT_NAME = "$(TARGET_NAME)";
506508
SWIFT_VERSION = 5.0;
@@ -514,6 +516,7 @@
514516
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
515517
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
516518
CODE_SIGN_STYLE = Automatic;
519+
CURRENT_PROJECT_VERSION = 100;
517520
DEVELOPMENT_ASSET_PATHS = "\"Stepping/Preview Content\"";
518521
DEVELOPMENT_TEAM = NTTQ85TG33;
519522
ENABLE_PREVIEWS = YES;
@@ -523,6 +526,7 @@
523526
"$(inherited)",
524527
"@executable_path/Frameworks",
525528
);
529+
MARKETING_VERSION = 1.0.0;
526530
PRODUCT_BUNDLE_IDENTIFIER = dev.kodart.apps.ios.Stepping;
527531
PRODUCT_NAME = "$(TARGET_NAME)";
528532
SWIFT_VERSION = 5.0;

Stepping/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>

0 commit comments

Comments
 (0)