Skip to content

Commit

Permalink
Make custom Config.xcconfig the base config, have it import the capac…
Browse files Browse the repository at this point in the history
…itor Config.
  • Loading branch information
macdja38 committed Jul 30, 2024
1 parent 8c98ec8 commit efbd540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
};
504EC3171FED79650016851F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
baseConfigurationReference = BA7F35A72C5413930097896E /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
Expand All @@ -402,7 +402,7 @@
};
504EC3181FED79650016851F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
baseConfigurationReference = BA7F35A72C5413930097896E /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
Expand Down
2 changes: 2 additions & 0 deletions ios/App/App/Config/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
// https://help.apple.com/xcode/#/dev745c5c974

MICROSOFT_CLIENT_ID = 10282e0b-ca1c-404a-8efc-f5ec13aa2fcd

#include "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"

0 comments on commit efbd540

Please sign in to comment.