File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 622
622
);
623
623
INFOPLIST_FILE = "Launch Pad/Info.plist";
624
624
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
625
- PRODUCT_BUNDLE_IDENTIFIER = " org.breakthesystem.Launch-Pad" ;
625
+ PRODUCT_BUNDLE_IDENTIFIER = org.breakthesystem.LaunchPad ;
626
626
PRODUCT_NAME = "$(TARGET_NAME)";
627
627
PROVISIONING_PROFILE_SPECIFIER = "";
628
628
SWIFT_VERSION = 4.0;
643
643
);
644
644
INFOPLIST_FILE = "Launch Pad/Info.plist";
645
645
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
646
- PRODUCT_BUNDLE_IDENTIFIER = " org.breakthesystem.Launch-Pad" ;
646
+ PRODUCT_BUNDLE_IDENTIFIER = org.breakthesystem.LaunchPad ;
647
647
PRODUCT_NAME = "$(TARGET_NAME)";
648
648
PROVISIONING_PROFILE_SPECIFIER = "";
649
649
SWIFT_VERSION = 4.0;
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1a2 </string >
21
- <key >CFBundleVersion </key >
22
20
<string >1 </string >
21
+ <key >CFBundleVersion </key >
22
+ <string >a3 </string >
23
+ <key >LSApplicationCategoryType </key >
24
+ <string >public.app-category.games </string >
23
25
<key >LSMinimumSystemVersion </key >
24
26
<string >$(MACOSX_DEPLOYMENT_TARGET) </string >
25
27
<key >NSAppTransportSecurity </key >
You can’t perform that action at this time.
0 commit comments