File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 492
492
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
493
493
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
494
494
CODE_SIGN_STYLE = Automatic;
495
+ CURRENT_PROJECT_VERSION = 100;
495
496
DEVELOPMENT_ASSET_PATHS = "\"Stepping/Preview Content\"";
496
497
DEVELOPMENT_TEAM = NTTQ85TG33;
497
498
ENABLE_PREVIEWS = YES;
501
502
"$(inherited)",
502
503
"@executable_path/Frameworks",
503
504
);
505
+ MARKETING_VERSION = 1.0.0;
504
506
PRODUCT_BUNDLE_IDENTIFIER = dev.kodart.apps.ios.Stepping;
505
507
PRODUCT_NAME = "$(TARGET_NAME)";
506
508
SWIFT_VERSION = 5.0;
514
516
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
515
517
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
516
518
CODE_SIGN_STYLE = Automatic;
519
+ CURRENT_PROJECT_VERSION = 100;
517
520
DEVELOPMENT_ASSET_PATHS = "\"Stepping/Preview Content\"";
518
521
DEVELOPMENT_TEAM = NTTQ85TG33;
519
522
ENABLE_PREVIEWS = YES;
523
526
"$(inherited)",
524
527
"@executable_path/Frameworks",
525
528
);
529
+ MARKETING_VERSION = 1.0.0;
526
530
PRODUCT_BUNDLE_IDENTIFIER = dev.kodart.apps.ios.Stepping;
527
531
PRODUCT_NAME = "$(TARGET_NAME)";
528
532
SWIFT_VERSION = 5.0;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1 </string >
20
+ <string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >LSRequiresIPhoneOS </key >
22
22
<true />
23
23
<key >NSLocationAlwaysAndWhenInUseUsageDescription </key >
You can’t perform that action at this time.
0 commit comments