diff --git a/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift b/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift index 93384a0a..8fb3a868 100644 --- a/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift +++ b/PingPong/Plugins/PingPongs/ProjectDescriptionHelpers/Project+Templete/Project+Templates.swift @@ -349,7 +349,7 @@ extension String { } public static func appBuildVersion() -> String { - let buildVersion: String = "21" + let buildVersion: String = "22" return buildVersion } diff --git a/PingPong/Projects/App/Project.swift b/PingPong/Projects/App/Project.swift index 652e55f6..8d4f0e3a 100644 --- a/PingPong/Projects/App/Project.swift +++ b/PingPong/Projects/App/Project.swift @@ -18,13 +18,12 @@ let project = Project.makeAppModule( platform: .iOS, product: .app, packages: [ // packages를 추가하여 Amplify 라이브러리 추가 - .package(url: "https://github.com/firebase/firebase-ios-sdk.git", .upToNextMajor(from: "10.0.0")) + ], setting: .appMainSetting, dependencies: [ // .package(product: "FirebaseMessaging"), - .package(product: "FirebaseMessaging", type: .plugin), .SPM.FirebaseMessaging, .feature(implements: .OnBoarding) diff --git a/PingPong/Projects/App/Support/Info.plist b/PingPong/Projects/App/Support/Info.plist index d3c686a9..53c79860 100644 --- a/PingPong/Projects/App/Support/Info.plist +++ b/PingPong/Projects/App/Support/Info.plist @@ -32,7 +32,7 @@ CFBundleVersion - 21 + 22 FirebaseAppDelegateProxyEnabled INIntentsSupported