Skip to content

Commit

Permalink
✨[feat]: 1.0.3 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy-wonji committed Jan 2, 2024
1 parent 21e74d5 commit e1579d6
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,12 @@ extension Scheme {

extension String {
public static func appVersion() -> String {
let version: String = "1.0.2"
let version: String = "1.0.3"
return version
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import UIKit
import FirebaseMessaging
import Firebase
import Authorization

//import GoogleSignIn

class AppDelegate: UIViewController, UIApplicationDelegate{
Expand Down
4 changes: 2 additions & 2 deletions PingPong/Projects/App/Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
<dict>
<key>Application requires iPhone environment</key>
<true/>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
<key>UISceneConfigurations</key>
<dict/>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
</dict>
<key>UIBackgroundModes</key>
<array>
Expand Down
Binary file removed PingPong/fastlane/Signing/Pingpong.mobileprovision
Binary file not shown.

0 comments on commit e1579d6

Please sign in to comment.