From 3713d30daa1b459b016ef6e2428d05a1f699ffd2 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 24 Feb 2025 15:30:33 +0800 Subject: [PATCH] fix plist --- dimensionhub.xcodeproj/project.pbxproj | 15 +++++++++++++++ dimensionhub/Info.plist | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 dimensionhub/Info.plist diff --git a/dimensionhub.xcodeproj/project.pbxproj b/dimensionhub.xcodeproj/project.pbxproj index 5bf7910..e5f2ae3 100644 --- a/dimensionhub.xcodeproj/project.pbxproj +++ b/dimensionhub.xcodeproj/project.pbxproj @@ -29,9 +29,22 @@ C85F58DC2D64D11000D761E9 /* dimensionhubUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = dimensionhubUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + C8B1D07D2D6C572A0054759D /* Exceptions for "dimensionhub" folder in "dimensionhub" target */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + Info.plist, + ); + target = C85F58BF2D64D10F00D761E9 /* dimensionhub */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + /* Begin PBXFileSystemSynchronizedRootGroup section */ C85F58C22D64D10F00D761E9 /* dimensionhub */ = { isa = PBXFileSystemSynchronizedRootGroup; + exceptions = ( + C8B1D07D2D6C572A0054759D /* Exceptions for "dimensionhub" folder in "dimensionhub" target */, + ); path = dimensionhub; sourceTree = ""; }; @@ -401,6 +414,7 @@ DEVELOPMENT_TEAM = PF3QG837XS; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = dimensionhub/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; @@ -431,6 +445,7 @@ DEVELOPMENT_TEAM = PF3QG837XS; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = dimensionhub/Info.plist; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; diff --git a/dimensionhub/Info.plist b/dimensionhub/Info.plist new file mode 100644 index 0000000..6a6654d --- /dev/null +++ b/dimensionhub/Info.plist @@ -0,0 +1,11 @@ + + + + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + +