From 06744975d7434f8b89734a83d4733d8d69a6ba76 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 1 Dec 2018 00:24:13 -0600 Subject: Initial commit --- DWA140Menu.xcodeproj/project.pbxproj | 6 ++---- DWA140Menu/DWA140Menu.entitlements | 10 ---------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 DWA140Menu/DWA140Menu.entitlements diff --git a/DWA140Menu.xcodeproj/project.pbxproj b/DWA140Menu.xcodeproj/project.pbxproj index 1aa69f3..3b3d7ca 100644 --- a/DWA140Menu.xcodeproj/project.pbxproj +++ b/DWA140Menu.xcodeproj/project.pbxproj @@ -39,7 +39,6 @@ E7DA7E4D213DD9DD00931016 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; E7DA7E50213DD9DD00931016 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; E7DA7E52213DD9DD00931016 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E7DA7E53213DD9DD00931016 /* DWA140Menu.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DWA140Menu.entitlements; sourceTree = ""; }; E7DA7E58213DD9DD00931016 /* DWA140MenuTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DWA140MenuTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; E7DA7E5C213DD9DD00931016 /* DWA140MenuTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DWA140MenuTests.swift; sourceTree = ""; }; E7DA7E5E213DD9DD00931016 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -103,7 +102,6 @@ E7DA7E4D213DD9DD00931016 /* Assets.xcassets */, E7DA7E4F213DD9DD00931016 /* Main.storyboard */, E7DA7E52213DD9DD00931016 /* Info.plist */, - E7DA7E53213DD9DD00931016 /* DWA140Menu.entitlements */, ); path = DWA140Menu; sourceTree = ""; @@ -426,7 +424,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = DWA140Menu/DWA140Menu.entitlements; + CODE_SIGN_ENTITLEMENTS = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = DWA140Menu/Info.plist; @@ -444,7 +442,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = DWA140Menu/DWA140Menu.entitlements; + CODE_SIGN_ENTITLEMENTS = ""; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = DWA140Menu/Info.plist; diff --git a/DWA140Menu/DWA140Menu.entitlements b/DWA140Menu/DWA140Menu.entitlements deleted file mode 100644 index f2ef3ae..0000000 --- a/DWA140Menu/DWA140Menu.entitlements +++ /dev/null @@ -1,10 +0,0 @@ - - - - - com.apple.security.app-sandbox - - com.apple.security.files.user-selected.read-only - - - -- cgit v1.2.3