Skip to content

Commit d553fa0

Browse files
committed
Add signing information
1 parent 2d1236e commit d553fa0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Launch Pad.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@
622622
);
623623
INFOPLIST_FILE = "Launch Pad/Info.plist";
624624
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
625-
PRODUCT_BUNDLE_IDENTIFIER = "org.breakthesystem.Launch-Pad";
625+
PRODUCT_BUNDLE_IDENTIFIER = org.breakthesystem.LaunchPad;
626626
PRODUCT_NAME = "$(TARGET_NAME)";
627627
PROVISIONING_PROFILE_SPECIFIER = "";
628628
SWIFT_VERSION = 4.0;
@@ -643,7 +643,7 @@
643643
);
644644
INFOPLIST_FILE = "Launch Pad/Info.plist";
645645
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
646-
PRODUCT_BUNDLE_IDENTIFIER = "org.breakthesystem.Launch-Pad";
646+
PRODUCT_BUNDLE_IDENTIFIER = org.breakthesystem.LaunchPad;
647647
PRODUCT_NAME = "$(TARGET_NAME)";
648648
PROVISIONING_PROFILE_SPECIFIER = "";
649649
SWIFT_VERSION = 4.0;

Launch Pad/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1a2</string>
21-
<key>CFBundleVersion</key>
2220
<string>1</string>
21+
<key>CFBundleVersion</key>
22+
<string>a3</string>
23+
<key>LSApplicationCategoryType</key>
24+
<string>public.app-category.games</string>
2325
<key>LSMinimumSystemVersion</key>
2426
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2527
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)