Skip to content

Commit

Permalink
Add signing information
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith committed Apr 7, 2018
1 parent 2d1236e commit d553fa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Launch Pad.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
);
INFOPLIST_FILE = "Launch Pad/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.breakthesystem.Launch-Pad";
PRODUCT_BUNDLE_IDENTIFIER = org.breakthesystem.LaunchPad;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0;
Expand All @@ -643,7 +643,7 @@
);
INFOPLIST_FILE = "Launch Pad/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.breakthesystem.Launch-Pad";
PRODUCT_BUNDLE_IDENTIFIER = org.breakthesystem.LaunchPad;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_VERSION = 4.0;
Expand Down
6 changes: 4 additions & 2 deletions Launch Pad/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1a2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleVersion</key>
<string>a3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit d553fa0

Please sign in to comment.