Skip to content

Commit

Permalink
fix: only require env config if local
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferhans committed Sep 10, 2024
1 parent 5d38c30 commit d9aebe9
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions BCC Media tvOS/BCC Media tvOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,11 @@
mainGroup = 090559902B57F22F0019FB9A;
packageReferences = (
090559B02B57FB560019FB9A /* XCRemoteSwiftPackageReference "apollo-ios" */,
090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */,
090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */,
09055A5E2B5807920019FB9A /* XCRemoteSwiftPackageReference "plugin-ios" */,
09055A702B594E6B0019FB9A /* XCLocalSwiftPackageReference "API" */,
09055A732B594E740019FB9A /* XCLocalSwiftPackageReference "Authentication" */,
09055A762B594E7F0019FB9A /* XCLocalSwiftPackageReference "FeatureFlags" */,
09055A702B594E6B0019FB9A /* XCLocalSwiftPackageReference "../API" */,
09055A732B594E740019FB9A /* XCLocalSwiftPackageReference "../Authentication" */,
09055A762B594E7F0019FB9A /* XCLocalSwiftPackageReference "../FeatureFlags" */,
09DDD6C52B6BB05000E56631 /* XCRemoteSwiftPackageReference "rudder-sdk-ios" */,
817A8CE72C05BCA300E48E23 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
81480B342C3C0CCE0023D5B2 /* XCRemoteSwiftPackageReference "plugin-ios" */,
Expand Down Expand Up @@ -747,7 +747,6 @@
};
090559A82B57F2300019FB9A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = C14E6BB92C903EEF00FB415C /* env.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand Down Expand Up @@ -894,15 +893,15 @@
/* 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;
};
Expand All @@ -917,7 +916,7 @@
minimumVersion = 1.8.0;
};
};
090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */ = {
090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/auth0/Auth0.swift";
requirement = {
Expand Down Expand Up @@ -979,7 +978,7 @@
};
090559BE2B57FB600019FB9A /* Auth0 */ = {
isa = XCSwiftPackageProductDependency;
package = 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0.swift" */;
package = 090559BD2B57FB600019FB9A /* XCRemoteSwiftPackageReference "Auth0" */;
productName = Auth0;
};
09055A5F2B5807920019FB9A /* NpawPlugin */ = {
Expand Down

0 comments on commit d9aebe9

Please sign in to comment.