From cb58543536da41c5ef84b6644ece45058b7109c4 Mon Sep 17 00:00:00 2001 From: redstrate Date: Mon, 10 May 2021 07:09:45 -0400 Subject: [PATCH] Remove unnecessary entitlements and change app identifiers * Now using com.redstrate.* instead of com.github.redstrate.* --- ProcreateViewer.xcodeproj/project.pbxproj | 12 ++++++------ Quicklook/Quicklook.entitlements | 24 ++++++----------------- 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/ProcreateViewer.xcodeproj/project.pbxproj b/ProcreateViewer.xcodeproj/project.pbxproj index eba8436..47e0cdb 100644 --- a/ProcreateViewer.xcodeproj/project.pbxproj +++ b/ProcreateViewer.xcodeproj/project.pbxproj @@ -619,7 +619,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.ProcreateViewer; + PRODUCT_BUNDLE_IDENTIFIER = com.redstrate.ProcreateViewer; PRODUCT_NAME = "Procreate Viewer"; SWIFT_OBJC_BRIDGING_HEADER = "ProcreateViewer/ProcreateViewer-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -642,7 +642,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.ProcreateViewer; + PRODUCT_BUNDLE_IDENTIFIER = com.redstrate.ProcreateViewer; PRODUCT_NAME = "Procreate Viewer"; SWIFT_OBJC_BRIDGING_HEADER = "ProcreateViewer/ProcreateViewer-Bridging-Header.h"; SWIFT_VERSION = 5.0; @@ -661,7 +661,7 @@ "@executable_path/../Frameworks", "@executable_path/../../../../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.ProcreateViewer.QuickLook; + PRODUCT_BUNDLE_IDENTIFIER = com.redstrate.ProcreateViewer.QuickLook; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -680,7 +680,7 @@ "@executable_path/../Frameworks", "@executable_path/../../../../Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.ProcreateViewer.QuickLook; + PRODUCT_BUNDLE_IDENTIFIER = com.redstrate.ProcreateViewer.QuickLook; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -700,7 +700,7 @@ "@executable_path/../../../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.ProcreateViewer.Thumbnail; + PRODUCT_BUNDLE_IDENTIFIER = com.redstrate.ProcreateViewer.Thumbnail; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; @@ -720,7 +720,7 @@ "@executable_path/../../../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - PRODUCT_BUNDLE_IDENTIFIER = com.github.redstrate.ProcreateViewer.Thumbnail; + PRODUCT_BUNDLE_IDENTIFIER = com.redstrate.ProcreateViewer.Thumbnail; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; SWIFT_VERSION = 5.0; diff --git a/Quicklook/Quicklook.entitlements b/Quicklook/Quicklook.entitlements index 648f91e..18aff0c 100644 --- a/Quicklook/Quicklook.entitlements +++ b/Quicklook/Quicklook.entitlements @@ -1,22 +1,10 @@ - - com.apple.security.app-sandbox - - com.apple.security.assets.movies.read-only - - com.apple.security.assets.music.read-only - - com.apple.security.assets.pictures.read-only - - com.apple.security.automation.apple-events - - com.apple.security.files.downloads.read-only - - com.apple.security.files.user-selected.read-only - - com.apple.security.network.client - - + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + +