-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactored Makefile to use clang modules
ViewController init()s cleaned up fixed OpenURL handling bug
- Loading branch information
Showing
20 changed files
with
224 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-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>com.apple.security.app-sandbox</key> | ||
<true/> --> | ||
<key>com.apple.security.get-task-allow</key> | ||
<true/> | ||
</dict> | ||
<dict> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>com.github.kfix.macpin</string> | ||
</array> | ||
<!-- <key>com.apple.security.app-sandbox</key> | ||
<true/> --> | ||
<!-- <key>com.apple.security.inherit/key> | ||
<true/> --> | ||
<key>com.apple.security.get-task-allow</key> | ||
<true/> <!-- for Safari remote debugging --> | ||
<!-- | ||
<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key> | ||
<array> | ||
<string>/Library/</string> | ||
</array> | ||
<key>com.apple.security.files.user-selected.executable</key> | ||
<key>seatbelt-profiles</key> | ||
<array> | ||
</array> | ||
<key>com.apple.security.scripting-targets</key> | ||
<dict> | ||
<key>com.apple.mail</key> | ||
<array> | ||
<string>com.apple.mail.compose</string> | ||
</array> | ||
</dict> | ||
--> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.