From 82d042b171f403fa0c1280e7a62fbf6b875c436c Mon Sep 17 00:00:00 2001 From: HyeS00 Date: Mon, 15 Jul 2024 14:23:24 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20::=20apiKey=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20secret=ED=8C=8C=EC=9D=BC=20=EC=84=A4=EC=A0=95=20#KA?= =?UTF-8?q?N-71?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FebirdApp/FebirdApp.xcodeproj/project.pbxproj | 8 ++++++++ Frontend-iOS/FebirdApp/FebirdApp/Info.plist | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 Frontend-iOS/FebirdApp/FebirdApp/Info.plist diff --git a/Frontend-iOS/FebirdApp/FebirdApp.xcodeproj/project.pbxproj b/Frontend-iOS/FebirdApp/FebirdApp.xcodeproj/project.pbxproj index b33e86e5..dd790425 100644 --- a/Frontend-iOS/FebirdApp/FebirdApp.xcodeproj/project.pbxproj +++ b/Frontend-iOS/FebirdApp/FebirdApp.xcodeproj/project.pbxproj @@ -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 = ""; }; 3EF6F06B2C36938000EEF18F /* FebirdAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FebirdAppUITestsLaunchTests.swift; sourceTree = ""; }; + E1BB0D382C44E615002565B2 /* Secret.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Secret.xcconfig; sourceTree = ""; }; + E1BB0D392C44E7BF002565B2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -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 = ""; @@ -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; @@ -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; @@ -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; @@ -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; diff --git a/Frontend-iOS/FebirdApp/FebirdApp/Info.plist b/Frontend-iOS/FebirdApp/FebirdApp/Info.plist new file mode 100644 index 00000000..dd881182 --- /dev/null +++ b/Frontend-iOS/FebirdApp/FebirdApp/Info.plist @@ -0,0 +1,8 @@ + + + + + API_KEY + $(API_KEY) + +