Skip to content

Commit

Permalink
Fixed version metadata and codesigning config.
Browse files Browse the repository at this point in the history
  • Loading branch information
opsroller committed May 7, 2019
1 parent 6907e7a commit 0d87cf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Mjolnir.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,8 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = TA23EF7GG6;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -723,6 +724,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "org.degutis.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Mjolnir;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
};
Expand All @@ -733,6 +735,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = TA23EF7GG6;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -742,6 +745,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "org.degutis.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Mjolnir;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
};
Expand Down
4 changes: 2 additions & 2 deletions Mjolnir/Mjolnir-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.3</string>
<string>1.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.4.3</string>
<string>1.0.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 0d87cf8

Please sign in to comment.