Skip to content

Commit

Permalink
1.1.1 - Add hardened runtime support for notarized
Browse files Browse the repository at this point in the history
apps.
  • Loading branch information
moyitpro committed Dec 18, 2018
1 parent 546d9f9 commit 96311d1
Show file tree
Hide file tree
Showing 50 changed files with 4,436 additions and 812 deletions.
7 changes: 7 additions & 0 deletions SwinsianDiscord.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
F81257F321C945AE0011E1D2 /* SwinsianDiscord.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwinsianDiscord.entitlements; sourceTree = "<group>"; };
F85BC43720D08E1E00C58BD9 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
F85BC43920D08E2C00C58BD9 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
F85D493D20D078D700343699 /* DiscordManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DiscordManager.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -100,6 +101,7 @@
F87417F920D0750700614654 /* SwinsianDiscord */ = {
isa = PBXGroup;
children = (
F81257F321C945AE0011E1D2 /* SwinsianDiscord.entitlements */,
F85D494720D0838600343699 /* PFAboutWindow.xib */,
F85D494520D0838000343699 /* PFAboutWindowController.h */,
F85D494420D0837E00343699 /* PFAboutWindowController.m */,
Expand Down Expand Up @@ -157,6 +159,9 @@
CreatedOnToolsVersion = 9.2;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.HardenedRuntime = {
enabled = 1;
};
com.apple.Sandbox = {
enabled = 0;
};
Expand Down Expand Up @@ -335,6 +340,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 9HDZTER525;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/iTunesDiscord",
Expand All @@ -354,6 +360,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 9HDZTER525;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/iTunesDiscord",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>SwinsianDiscord.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>iTunesDiscord.xcscheme</key>
<dict>
<key>orderHint</key>
Expand Down
4 changes: 2 additions & 2 deletions SwinsianDiscord/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<string>1.1.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSAppTransportSecurity</key>
Expand Down
1 change: 0 additions & 1 deletion SwinsianDiscord/Sparkle.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion SwinsianDiscord/Sparkle.framework/Modules

This file was deleted.

1 change: 0 additions & 1 deletion SwinsianDiscord/Sparkle.framework/PrivateHeaders

This file was deleted.

31 changes: 0 additions & 31 deletions SwinsianDiscord/Sparkle.framework/Versions/A/Headers/SUAppcast.h

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions SwinsianDiscord/Sparkle.framework/Versions/A/Headers/SUErrors.h

This file was deleted.

18 changes: 0 additions & 18 deletions SwinsianDiscord/Sparkle.framework/Versions/A/Headers/SUExport.h

This file was deleted.

This file was deleted.

Loading

0 comments on commit 96311d1

Please sign in to comment.