From 51bea5fb2e8806648caede87c7042c90079393be Mon Sep 17 00:00:00 2001 From: ante <448468458@qq.com> Date: Thu, 18 Apr 2024 10:11:21 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=96=B0=E5=A2=9E=20applinks,?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E8=AE=BF=E9=97=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ios/Runner.xcodeproj/project.pbxproj | 52 ++++++++++++++----- star_lock/ios/Runner/Runner.entitlements | 4 +- .../ios/Runner/RunnerDebug-dev.entitlements | 14 +++++ .../ios/Runner/RunnerDebug-pre.entitlements | 14 +++++ .../ios/Runner/RunnerDebug-sky.entitlements | 14 +++++ .../ios/Runner/RunnerDebug-xhj.entitlements | 14 +++++ .../ios/Runner/RunnerProfile-dev.entitlements | 14 +++++ .../ios/Runner/RunnerProfile-pre.entitlements | 14 +++++ .../ios/Runner/RunnerProfile-sky.entitlements | 14 +++++ .../ios/Runner/RunnerProfile-xhj.entitlements | 14 +++++ .../ios/Runner/RunnerProfile.entitlements | 14 +++++ .../ios/Runner/RunnerRelease-dev.entitlements | 14 +++++ .../ios/Runner/RunnerRelease-pre.entitlements | 14 +++++ .../ios/Runner/RunnerRelease-sky.entitlements | 14 +++++ .../ios/Runner/RunnerRelease.entitlements | 14 +++++ 15 files changed, 224 insertions(+), 14 deletions(-) create mode 100644 star_lock/ios/Runner/RunnerDebug-dev.entitlements create mode 100644 star_lock/ios/Runner/RunnerDebug-pre.entitlements create mode 100644 star_lock/ios/Runner/RunnerDebug-sky.entitlements create mode 100644 star_lock/ios/Runner/RunnerDebug-xhj.entitlements create mode 100644 star_lock/ios/Runner/RunnerProfile-dev.entitlements create mode 100644 star_lock/ios/Runner/RunnerProfile-pre.entitlements create mode 100644 star_lock/ios/Runner/RunnerProfile-sky.entitlements create mode 100644 star_lock/ios/Runner/RunnerProfile-xhj.entitlements create mode 100644 star_lock/ios/Runner/RunnerProfile.entitlements create mode 100644 star_lock/ios/Runner/RunnerRelease-dev.entitlements create mode 100644 star_lock/ios/Runner/RunnerRelease-pre.entitlements create mode 100644 star_lock/ios/Runner/RunnerRelease-sky.entitlements create mode 100644 star_lock/ios/Runner/RunnerRelease.entitlements diff --git a/star_lock/ios/Runner.xcodeproj/project.pbxproj b/star_lock/ios/Runner.xcodeproj/project.pbxproj index b341bf1e..8aada0f8 100644 --- a/star_lock/ios/Runner.xcodeproj/project.pbxproj +++ b/star_lock/ios/Runner.xcodeproj/project.pbxproj @@ -117,6 +117,19 @@ /* Begin PBXFileReference section */ 04BFC44A2BCFE48600688FCA /* RunnerRelease-xhj.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerRelease-xhj.entitlements"; sourceTree = ""; }; + 04BFC44B2BD0B50A00688FCA /* RunnerProfile-xhj.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerProfile-xhj.entitlements"; sourceTree = ""; }; + 04BFC44C2BD0B51500688FCA /* RunnerDebug-xhj.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerDebug-xhj.entitlements"; sourceTree = ""; }; + 04BFC44D2BD0B51D00688FCA /* RunnerRelease-sky.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerRelease-sky.entitlements"; sourceTree = ""; }; + 04BFC44E2BD0B52300688FCA /* RunnerProfile-sky.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerProfile-sky.entitlements"; sourceTree = ""; }; + 04BFC44F2BD0B52C00688FCA /* RunnerDebug-sky.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerDebug-sky.entitlements"; sourceTree = ""; }; + 04BFC4502BD0B53400688FCA /* RunnerRelease-pre.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerRelease-pre.entitlements"; sourceTree = ""; }; + 04BFC4512BD0B53B00688FCA /* RunnerProfile-pre.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerProfile-pre.entitlements"; sourceTree = ""; }; + 04BFC4522BD0B54200688FCA /* RunnerDebug-pre.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerDebug-pre.entitlements"; sourceTree = ""; }; + 04BFC4532BD0B54900688FCA /* RunnerRelease-dev.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerRelease-dev.entitlements"; sourceTree = ""; }; + 04BFC4542BD0B55000688FCA /* RunnerProfile-dev.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerProfile-dev.entitlements"; sourceTree = ""; }; + 04BFC4552BD0B55600688FCA /* RunnerDebug-dev.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "RunnerDebug-dev.entitlements"; sourceTree = ""; }; + 04BFC4562BD0B55F00688FCA /* RunnerProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RunnerProfile.entitlements; sourceTree = ""; }; + 04BFC4572BD0B56600688FCA /* RunnerRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RunnerRelease.entitlements; sourceTree = ""; }; 0BEB3ADCCEC961E2916B9004 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; 0D02C18E16914A687A4A1AC2 /* devDebug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = devDebug.xcconfig; path = Flutter/devDebug.xcconfig; sourceTree = ""; }; 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; @@ -393,6 +406,19 @@ 97C146F01CF9000F007C117D /* Runner */ = { isa = PBXGroup; children = ( + 04BFC4572BD0B56600688FCA /* RunnerRelease.entitlements */, + 04BFC4562BD0B55F00688FCA /* RunnerProfile.entitlements */, + 04BFC4552BD0B55600688FCA /* RunnerDebug-dev.entitlements */, + 04BFC4542BD0B55000688FCA /* RunnerProfile-dev.entitlements */, + 04BFC4532BD0B54900688FCA /* RunnerRelease-dev.entitlements */, + 04BFC4522BD0B54200688FCA /* RunnerDebug-pre.entitlements */, + 04BFC4512BD0B53B00688FCA /* RunnerProfile-pre.entitlements */, + 04BFC4502BD0B53400688FCA /* RunnerRelease-pre.entitlements */, + 04BFC44F2BD0B52C00688FCA /* RunnerDebug-sky.entitlements */, + 04BFC44E2BD0B52300688FCA /* RunnerProfile-sky.entitlements */, + 04BFC44D2BD0B51D00688FCA /* RunnerRelease-sky.entitlements */, + 04BFC44C2BD0B51500688FCA /* RunnerDebug-xhj.entitlements */, + 04BFC44B2BD0B50A00688FCA /* RunnerProfile-xhj.entitlements */, 04BFC44A2BCFE48600688FCA /* RunnerRelease-xhj.entitlements */, 3364C3F32B0C902100AA5ABC /* lcokStarMain.png */, 82C026552AEB6C050011FE6A /* img */, @@ -697,7 +723,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D28DFC3BEA6D46B5F5B5E55F /* Pods-Runner.debug-dev.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerDebug-dev.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = 7D53BZAN75; @@ -714,7 +740,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 6285D102821F3D2FB7B09E43 /* Pods-Runner.profile-dev.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerProfile-dev.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -728,7 +754,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 295A8AFEEC4806105FAA13B5 /* Pods-Runner.release-dev.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerRelease-dev.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -742,7 +768,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 51086737647B9B5E510020C6 /* Pods-Runner.debug-pre.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerDebug-pre.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -756,7 +782,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D001CDA3D7BF065A0C6E3B64 /* Pods-Runner.profile-pre.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerProfile-pre.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -770,7 +796,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 68C41ACED6A779BAAA0A51A7 /* Pods-Runner.release-pre.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerRelease-pre.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -784,7 +810,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 4A63B2C308CB401731950EC8 /* Pods-Runner.debug-sky.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerDebug-sky.entitlements"; DEVELOPMENT_TEAM = NAQ5PL2DYC; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -798,7 +824,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 8CD96970DEA44F6CC71DEECE /* Pods-Runner.profile-sky.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerProfile-sky.entitlements"; DEVELOPMENT_TEAM = NAQ5PL2DYC; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -812,7 +838,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 16A83D21DFB231D8453DC681 /* Pods-Runner.release-sky.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerRelease-sky.entitlements"; DEVELOPMENT_TEAM = NAQ5PL2DYC; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -826,7 +852,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 22D858E988707FF26E068457 /* Pods-Runner.debug-xhj.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerDebug-xhj.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -840,7 +866,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D62237D2D011BDC27FB2BC28 /* Pods-Runner.profile-xhj.xcconfig */; buildSettings = { - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = "Runner/RunnerProfile-xhj.entitlements"; DEVELOPMENT_TEAM = 7D53BZAN75; PRODUCT_NAME = Runner; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -991,7 +1017,7 @@ ALWAYS_SEARCH_USER_PATHS = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; @@ -1811,7 +1837,7 @@ ALWAYS_SEARCH_USER_PATHS = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; - CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; + CODE_SIGN_ENTITLEMENTS = Runner/RunnerRelease.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; diff --git a/star_lock/ios/Runner/Runner.entitlements b/star_lock/ios/Runner/Runner.entitlements index c6bac332..d7b50f42 100644 --- a/star_lock/ios/Runner/Runner.entitlements +++ b/star_lock/ios/Runner/Runner.entitlements @@ -5,7 +5,9 @@ aps-environment development com.apple.developer.associated-domains - + + applinks:lock.skychip.top + com.apple.external-accessory.wireless-configuration diff --git a/star_lock/ios/Runner/RunnerDebug-dev.entitlements b/star_lock/ios/Runner/RunnerDebug-dev.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerDebug-dev.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerDebug-pre.entitlements b/star_lock/ios/Runner/RunnerDebug-pre.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerDebug-pre.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerDebug-sky.entitlements b/star_lock/ios/Runner/RunnerDebug-sky.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerDebug-sky.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerDebug-xhj.entitlements b/star_lock/ios/Runner/RunnerDebug-xhj.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerDebug-xhj.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerProfile-dev.entitlements b/star_lock/ios/Runner/RunnerProfile-dev.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerProfile-dev.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerProfile-pre.entitlements b/star_lock/ios/Runner/RunnerProfile-pre.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerProfile-pre.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerProfile-sky.entitlements b/star_lock/ios/Runner/RunnerProfile-sky.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerProfile-sky.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerProfile-xhj.entitlements b/star_lock/ios/Runner/RunnerProfile-xhj.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerProfile-xhj.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerProfile.entitlements b/star_lock/ios/Runner/RunnerProfile.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerProfile.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerRelease-dev.entitlements b/star_lock/ios/Runner/RunnerRelease-dev.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerRelease-dev.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerRelease-pre.entitlements b/star_lock/ios/Runner/RunnerRelease-pre.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerRelease-pre.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerRelease-sky.entitlements b/star_lock/ios/Runner/RunnerRelease-sky.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerRelease-sky.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + + diff --git a/star_lock/ios/Runner/RunnerRelease.entitlements b/star_lock/ios/Runner/RunnerRelease.entitlements new file mode 100644 index 00000000..d7b50f42 --- /dev/null +++ b/star_lock/ios/Runner/RunnerRelease.entitlements @@ -0,0 +1,14 @@ + + + + + aps-environment + development + com.apple.developer.associated-domains + + applinks:lock.skychip.top + + com.apple.external-accessory.wireless-configuration + + +