diff options
author | Teddy Wing | 2018-09-06 00:20:19 +0200 |
---|---|---|
committer | Teddy Wing | 2018-09-06 00:20:19 +0200 |
commit | 25a08784599d840b77d6731249ff602bcd3f28b9 (patch) | |
tree | afa8e0b397860a7a617e2a0247636fbc05022267 | |
parent | e0a5930206aebf67f4686ec5ebdce0ca850d8d06 (diff) | |
download | Copy-Mailto-25a08784599d840b77d6731249ff602bcd3f28b9.tar.bz2 |
Remove entitlements file
According to this, we have no use for it:
https://stackoverflow.com/questions/26594367/what-is-the-use-of-entitlements-plist-file/26727630#26727630
-rw-r--r-- | Copy Mailto.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | Copy Mailto/Copy Mailto.entitlements | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/Copy Mailto.xcodeproj/project.pbxproj b/Copy Mailto.xcodeproj/project.pbxproj index b969e58..5eb6de1 100644 --- a/Copy Mailto.xcodeproj/project.pbxproj +++ b/Copy Mailto.xcodeproj/project.pbxproj @@ -23,7 +23,6 @@ D1F1710021402BB200BD08A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; D1F1710221402BB300BD08A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; D1F1710321402BB300BD08A0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; - D1F1710521402BB400BD08A0 /* Copy Mailto.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Copy Mailto.entitlements"; sourceTree = "<group>"; }; D1F1710B21403F7B00BD08A0 /* DefaultURLHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DefaultURLHandler.h; sourceTree = "<group>"; }; D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DefaultURLHandler.m; sourceTree = "<group>"; }; D1F1710E214071D600BD08A0 /* QuitButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuitButton.h; sourceTree = "<group>"; }; @@ -70,7 +69,6 @@ D1F1710B21403F7B00BD08A0 /* DefaultURLHandler.h */, D1F1710C21403F7B00BD08A0 /* DefaultURLHandler.m */, D1F1710321402BB300BD08A0 /* main.m */, - D1F1710521402BB400BD08A0 /* Copy Mailto.entitlements */, ); path = "Copy Mailto"; sourceTree = "<group>"; diff --git a/Copy Mailto/Copy Mailto.entitlements b/Copy Mailto/Copy Mailto.entitlements deleted file mode 100644 index 0c67376..0000000 --- a/Copy Mailto/Copy Mailto.entitlements +++ /dev/null @@ -1,5 +0,0 @@ -<?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/> -</plist> |