Skip to content

Commit

Permalink
Hardened runtime (Notarization)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Tulisalo authored and Antti Tulisalo committed Oct 4, 2018
1 parent 61685ea commit 6ba6f80
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Fluffy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -134,6 +134,9 @@
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.HardenedRuntime = {
enabled = 1;
};
com.apple.Sandbox = {
enabled = 1;
};
@@ -320,6 +323,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = RWR4H6QC95;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
@@ -342,6 +346,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = RWR4H6QC95;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Binary file not shown.
2 changes: 1 addition & 1 deletion Fluffy/Info.plist
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9</string>
<string>2.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>

0 comments on commit 6ba6f80

Please sign in to comment.