Skip to content

Commit

Permalink
➕ :: apiKey를 위한 secret파일 설정 #KAN-71
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeS00 committed Jul 15, 2024
1 parent e64fdd5 commit 82d042b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Frontend-iOS/FebirdApp/FebirdApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
3EF6F0652C36938000EEF18F /* FebirdAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FebirdAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3EF6F0692C36938000EEF18F /* FebirdAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FebirdAppUITests.swift; sourceTree = "<group>"; };
3EF6F06B2C36938000EEF18F /* FebirdAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FebirdAppUITestsLaunchTests.swift; sourceTree = "<group>"; };
E1BB0D382C44E615002565B2 /* Secret.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Secret.xcconfig; sourceTree = "<group>"; };
E1BB0D392C44E7BF002565B2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -96,11 +98,13 @@
3EF6F04B2C36937E00EEF18F /* FebirdApp */ = {
isa = PBXGroup;
children = (
E1BB0D392C44E7BF002565B2 /* Info.plist */,
3EF6F04C2C36937E00EEF18F /* FebirdAppApp.swift */,
3EF6F04E2C36937E00EEF18F /* ContentView.swift */,
3EF6F0502C36937E00EEF18F /* Item.swift */,
3EF6F0522C36937F00EEF18F /* Assets.xcassets */,
3EF6F0542C36937F00EEF18F /* Preview Content */,
E1BB0D382C44E615002565B2 /* Secret.xcconfig */,
);
path = FebirdApp;
sourceTree = "<group>";
Expand Down Expand Up @@ -301,6 +305,7 @@
/* Begin XCBuildConfiguration section */
3EF6F06D2C36938000EEF18F /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E1BB0D382C44E615002565B2 /* Secret.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
Expand Down Expand Up @@ -364,6 +369,7 @@
};
3EF6F06E2C36938000EEF18F /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E1BB0D382C44E615002565B2 /* Secret.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
Expand Down Expand Up @@ -429,6 +435,7 @@
DEVELOPMENT_TEAM = 62SDS28JUT;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = FebirdApp/Info.plist;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down Expand Up @@ -458,6 +465,7 @@
DEVELOPMENT_TEAM = 62SDS28JUT;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = FebirdApp/Info.plist;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand Down
8 changes: 8 additions & 0 deletions Frontend-iOS/FebirdApp/FebirdApp/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-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>
</dict>
</plist>

0 comments on commit 82d042b

Please sign in to comment.