This repository was archived by the owner on Jun 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
PagingLayoutSamples.xcodeproj Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 975
975
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
976
976
CODE_SIGN_ENTITLEMENTS = "PagingLayoutSamples/Paging Layout.entitlements";
977
977
CODE_SIGN_STYLE = Automatic;
978
+ CURRENT_PROJECT_VERSION = 2;
978
979
DEVELOPMENT_TEAM = 4J5W7CJ2ZV;
979
980
INFOPLIST_FILE = PagingLayoutSamples/Info.plist;
980
981
LD_RUNPATH_SEARCH_PATHS = (
981
982
"$(inherited)",
982
983
"@executable_path/Frameworks",
983
984
);
985
+ MARKETING_VERSION = 1.0.0;
984
986
PRODUCT_BUNDLE_IDENTIFIER = app.amir.paginglayout;
985
987
PRODUCT_NAME = "Layout Designer";
986
988
SUPPORTS_MACCATALYST = YES;
998
1000
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
999
1001
CODE_SIGN_ENTITLEMENTS = "PagingLayoutSamples/Paging Layout.entitlements";
1000
1002
CODE_SIGN_STYLE = Automatic;
1003
+ CURRENT_PROJECT_VERSION = 2;
1001
1004
DEVELOPMENT_TEAM = 4J5W7CJ2ZV;
1002
1005
INFOPLIST_FILE = PagingLayoutSamples/Info.plist;
1003
1006
LD_RUNPATH_SEARCH_PATHS = (
1004
1007
"$(inherited)",
1005
1008
"@executable_path/Frameworks",
1006
1009
);
1010
+ MARKETING_VERSION = 1.0.0;
1007
1011
PRODUCT_BUNDLE_IDENTIFIER = app.amir.paginglayout;
1008
1012
PRODUCT_NAME = "Layout Designer";
1009
1013
SUPPORTS_MACCATALYST = YES;
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 >UILaunchStoryboardName </key >
You can’t perform that action at this time.
0 commit comments