Skip to content

Commit

Permalink
✨[feat]: 둘러보기 기능추가 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Dec 12, 2023
1 parent 15ea4fd commit f0ff47f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ extension String {
}

public static func appBuildVersion() -> String {
let buildVersion: String = "21"
let buildVersion: String = "22"
return buildVersion
}

Expand Down
3 changes: 1 addition & 2 deletions PingPong/Projects/App/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion PingPong/Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>21</string>
<string>22</string>
<key>FirebaseAppDelegateProxyEnabled</key>
<true/>
<key>INIntentsSupported</key>
Expand Down

0 comments on commit f0ff47f

Please sign in to comment.