From 8156a95c6b7dea39936f793c00223c4f8acd3ee8 Mon Sep 17 00:00:00 2001 From: Pedro Cuenca Date: Mon, 20 Feb 2023 21:02:22 +0100 Subject: [PATCH] Flag: ITSAppUsesNonExemptEncryption. --- Diffusion-macOS/Info.plist | 8 ++++++++ Diffusion.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 Diffusion-macOS/Info.plist diff --git a/Diffusion-macOS/Info.plist b/Diffusion-macOS/Info.plist new file mode 100644 index 0000000..bc11256 --- /dev/null +++ b/Diffusion-macOS/Info.plist @@ -0,0 +1,8 @@ + + + + + ITSAppUsesNonExemptEncryption + + + diff --git a/Diffusion.xcodeproj/project.pbxproj b/Diffusion.xcodeproj/project.pbxproj index 39d8b5a..68fe22d 100644 --- a/Diffusion.xcodeproj/project.pbxproj +++ b/Diffusion.xcodeproj/project.pbxproj @@ -66,6 +66,7 @@ EB067F862992E561004D1AD9 /* HelpContent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelpContent.swift; sourceTree = ""; }; EB33A51E2954E1BC00B16357 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; EB560F0329A3C20800C0F8B8 /* Capabilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Capabilities.swift; sourceTree = ""; }; + EB560F0529A4090D00C0F8B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; EBB5BA5229425BEE003A2A5B /* PipelineLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipelineLoader.swift; sourceTree = ""; }; EBB5BA5929426E06003A2A5B /* Downloader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Downloader.swift; sourceTree = ""; }; EBDD7DB22973200200C1C4B2 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = ""; }; @@ -243,6 +244,7 @@ F15520222971093300DC009B /* Diffusion-macOS */ = { isa = PBXGroup; children = ( + EB560F0529A4090D00C0F8B8 /* Info.plist */, F15520232971093300DC009B /* Diffusion_macOSApp.swift */, F15520252971093300DC009B /* ContentView.swift */, EBDD7DBB2977FFB300C1C4B2 /* GeneratedImageView.swift */, @@ -819,6 +821,7 @@ DEVELOPMENT_TEAM = 2EADP68M95; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = "Diffusion-macOS/Info.plist"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.entertainment"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = ( @@ -846,6 +849,7 @@ DEVELOPMENT_TEAM = 2EADP68M95; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = "Diffusion-macOS/Info.plist"; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.entertainment"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; LD_RUNPATH_SEARCH_PATHS = (