From 1dd8fa62143d75643efd38c73237bda443c5252b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gangs=C3=B8?= Date: Fri, 5 Apr 2024 11:46:21 +0200 Subject: [PATCH] ci: distribution identity --- .../BCC Media tvOS.xcodeproj/project.pbxproj | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/BCC Media tvOS/BCC Media tvOS.xcodeproj/project.pbxproj b/BCC Media tvOS/BCC Media tvOS.xcodeproj/project.pbxproj index 3a171bb..18f9a90 100644 --- a/BCC Media tvOS/BCC Media tvOS.xcodeproj/project.pbxproj +++ b/BCC Media tvOS/BCC Media tvOS.xcodeproj/project.pbxproj @@ -388,12 +388,12 @@ ); mainGroup = 090559902B57F22F0019FB9A; packageReferences = ( - 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios.git" */, - 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */, - 09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios.git" */, - 09055A702B594E6B0019FB9A /* XCLocalSwiftPackageReference "API" */, - 09055A732B594E740019FB9A /* XCLocalSwiftPackageReference "Authentication" */, - 09055A762B594E7F0019FB9A /* XCLocalSwiftPackageReference "FeatureFlags" */, + 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios" */, + 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */, + 09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios" */, + 09055A702B594E6B0019FB9A /* XCLocalSwiftPackageReference "../API" */, + 09055A732B594E740019FB9A /* XCLocalSwiftPackageReference "../Authentication" */, + 09055A762B594E7F0019FB9A /* XCLocalSwiftPackageReference "../FeatureFlags" */, 09DDD6C52B6BB05000E56631 /* XCRemoteSwiftPackageReference "rudder-sdk-ios" */, ); productRefGroup = 0905599A2B57F22F0019FB9A /* Products */; @@ -601,6 +601,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "Apple Distribution"; COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 116; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -662,6 +663,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = "BCC Media tvOS.entitlements"; + CODE_SIGN_IDENTITY = "Apple Distribution"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 117; DEVELOPMENT_TEAM = 6734NUF6AV; @@ -709,22 +711,22 @@ /* End XCConfigurationList section */ /* Begin XCLocalSwiftPackageReference section */ - 09055A702B594E6B0019FB9A /* XCLocalSwiftPackageReference "API" */ = { + 09055A702B594E6B0019FB9A /* XCLocalSwiftPackageReference "../API" */ = { isa = XCLocalSwiftPackageReference; relativePath = ../API; }; - 09055A732B594E740019FB9A /* XCLocalSwiftPackageReference "Authentication" */ = { + 09055A732B594E740019FB9A /* XCLocalSwiftPackageReference "../Authentication" */ = { isa = XCLocalSwiftPackageReference; relativePath = ../Authentication; }; - 09055A762B594E7F0019FB9A /* XCLocalSwiftPackageReference "FeatureFlags" */ = { + 09055A762B594E7F0019FB9A /* XCLocalSwiftPackageReference "../FeatureFlags" */ = { isa = XCLocalSwiftPackageReference; relativePath = ../FeatureFlags; }; /* End XCLocalSwiftPackageReference section */ /* Begin XCRemoteSwiftPackageReference section */ - 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios.git" */ = { + 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/apollographql/apollo-ios.git"; requirement = { @@ -732,7 +734,7 @@ minimumVersion = 1.8.0; }; }; - 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */ = { + 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/auth0/Auth0.swift"; requirement = { @@ -740,7 +742,7 @@ minimumVersion = 2.5.0; }; }; - 09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios.git" */ = { + 09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://repo.plugin.npaw.com/release/plugin-ios.git"; requirement = { @@ -769,17 +771,17 @@ }; 090559B12B57FB560019FB9A /* Apollo */ = { isa = XCSwiftPackageProductDependency; - package = 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios.git" */; + package = 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios" */; productName = Apollo; }; 090559BE2B57FB600019FB9A /* Auth0 */ = { isa = XCSwiftPackageProductDependency; - package = 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */; + package = 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */; productName = Auth0; }; 09055A5F2B5807920019FB9A /* NpawPlugin */ = { isa = XCSwiftPackageProductDependency; - package = 09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios.git" */; + package = 09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios" */; productName = NpawPlugin; }; 09055A6A2B59247A0019FB9A /* FeatureFlags */ = { @@ -792,7 +794,7 @@ }; 09055A7D2B5956AA0019FB9A /* ApolloAPI */ = { isa = XCSwiftPackageProductDependency; - package = 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios.git" */; + package = 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios" */; productName = ApolloAPI; }; 09DDD6C62B6BB05000E56631 /* Rudder */ = {