Skip to content

Commit

Permalink
[Feat] #4 - API_KEY Config 파일 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
yurim830 committed Jan 8, 2025
1 parent 663ac65 commit 0b7f52b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Staccato-iOS/Staccato-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@
/* Begin XCBuildConfiguration section */
137153942D26CDCC00EABE10 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReferenceAnchor = 1371538A2D26CDCA00EABE10 /* Staccato-iOS */;
baseConfigurationReferenceRelativePath = Support/Config.xcconfig;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
Expand Down Expand Up @@ -268,13 +270,15 @@
};
137153972D26CDCC00EABE10 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReferenceAnchor = 1371538A2D26CDCA00EABE10 /* Staccato-iOS */;
baseConfigurationReferenceRelativePath = Support/Config.xcconfig;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Staccato-iOS/Preview Content\"";
DEVELOPMENT_TEAM = G7X65ZSJ3J;
DEVELOPMENT_TEAM = FB44T8T3FL;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Staccato-iOS/Support/Info.plist";
Expand Down Expand Up @@ -304,7 +308,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Staccato-iOS/Preview Content\"";
DEVELOPMENT_TEAM = G7X65ZSJ3J;
DEVELOPMENT_TEAM = FB44T8T3FL;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Staccato-iOS/Support/Info.plist";
Expand Down
2 changes: 2 additions & 0 deletions Staccato-iOS/Staccato-iOS/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>$(API_KEY)</string>
<key>UIAppFonts</key>
<array>
<string>PretendardVariable.ttf</string>
Expand Down

0 comments on commit 0b7f52b

Please sign in to comment.