aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2018-12-01 00:24:13 -0600
committerFivePixels <o5pxels@gmail.com>2018-12-01 00:24:13 -0600
commit06744975d7434f8b89734a83d4733d8d69a6ba76 (patch)
treee93a86ce40a2911f619ab8712075cfdc9966b2b7
parentbacd180a4ba664b561379be18fe0d371178ac1db (diff)
downloaddwa140shortcut-06744975d7434f8b89734a83d4733d8d69a6ba76.tar.xz
dwa140shortcut-06744975d7434f8b89734a83d4733d8d69a6ba76.zip
Initial commit
-rw-r--r--DWA140Menu.xcodeproj/project.pbxproj6
-rw-r--r--DWA140Menu/DWA140Menu.entitlements10
2 files changed, 2 insertions, 14 deletions
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 = "<group>"; };
E7DA7E50213DD9DD00931016 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
E7DA7E52213DD9DD00931016 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- E7DA7E53213DD9DD00931016 /* DWA140Menu.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DWA140Menu.entitlements; sourceTree = "<group>"; };
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 = "<group>"; };
E7DA7E5E213DD9DD00931016 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -103,7 +102,6 @@
E7DA7E4D213DD9DD00931016 /* Assets.xcassets */,
E7DA7E4F213DD9DD00931016 /* Main.storyboard */,
E7DA7E52213DD9DD00931016 /* Info.plist */,
- E7DA7E53213DD9DD00931016 /* DWA140Menu.entitlements */,
);
path = DWA140Menu;
sourceTree = "<group>";
@@ -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 @@
-<?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.files.user-selected.read-only</key>
- <true/>
-</dict>
-</plist>