File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 397
397
"$(inherited)",
398
398
"@executable_path/../Frameworks",
399
399
);
400
+ MARKETING_VERSION = 1.0.0;
400
401
PRODUCT_BUNDLE_IDENTIFIER = dev.thecodewarrior.SwiftSplit;
401
402
PRODUCT_NAME = "$(TARGET_NAME)";
402
403
SWIFT_OBJC_BRIDGING_HEADER = "SwiftSplit/SwiftSplit-Bridging-Header.h";
422
423
"$(inherited)",
423
424
"@executable_path/../Frameworks",
424
425
);
426
+ MARKETING_VERSION = 1.0.0;
425
427
PRODUCT_BUNDLE_IDENTIFIER = dev.thecodewarrior.SwiftSplit;
426
428
PRODUCT_NAME = "$(TARGET_NAME)";
427
429
SWIFT_OBJC_BRIDGING_HEADER = "SwiftSplit/SwiftSplit-Bridging-Header.h";
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.0 </string >
20
+ <string >$(MARKETING_VERSION) </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >1 </string >
23
23
<key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments