Skip to content

Commit

Permalink
ci: distribution identity
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 5, 2024
1 parent cbc2b33 commit 1dd8fa6
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions BCC Media tvOS/BCC Media tvOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */;
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -709,38 +711,38 @@
/* 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 = {
kind = upToNextMajorVersion;
minimumVersion = 1.8.0;
};
};
090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */ = {
090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/auth0/Auth0.swift";
requirement = {
kind = upToNextMajorVersion;
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 = {
Expand Down Expand Up @@ -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 */ = {
Expand All @@ -792,7 +794,7 @@
};
09055A7D2B5956AA0019FB9A /* ApolloAPI */ = {
isa = XCSwiftPackageProductDependency;
package = 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios.git" */;
package = 090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios" */;
productName = ApolloAPI;
};
09DDD6C62B6BB05000E56631 /* Rudder */ = {
Expand Down

0 comments on commit 1dd8fa6

Please sign in to comment.