diff --git a/MemoryTree.xcodeproj/project.pbxproj b/MemoryTree.xcodeproj/project.pbxproj index 20e2fb5..6da6b2f 100644 --- a/MemoryTree.xcodeproj/project.pbxproj +++ b/MemoryTree.xcodeproj/project.pbxproj @@ -21,6 +21,7 @@ 96372F78299031590022FDD5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 96372F7B299031590022FDD5 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 96372F82299035BD0022FDD5 /* CloudView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudView.swift; sourceTree = ""; }; + 96C9DB53299076E200C13960 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -53,6 +54,7 @@ 96372F73299031580022FDD5 /* MemoryTree */ = { isa = PBXGroup; children = ( + 96C9DB53299076E200C13960 /* Info.plist */, 96372F74299031580022FDD5 /* MemoryTreeApp.swift */, 96372F76299031580022FDD5 /* ContentView.swift */, 96372F82299035BD0022FDD5 /* CloudView.swift */, @@ -278,6 +280,7 @@ DEVELOPMENT_TEAM = QE4PFXDL4H; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = MemoryTree/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -307,6 +310,7 @@ DEVELOPMENT_TEAM = QE4PFXDL4H; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = MemoryTree/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; diff --git a/MemoryTree/Info.plist b/MemoryTree/Info.plist new file mode 100644 index 0000000..bc11256 --- /dev/null +++ b/MemoryTree/Info.plist @@ -0,0 +1,8 @@ + + + + + ITSAppUsesNonExemptEncryption + + +