diff --git a/GamebaseSampleApp/GamebaseSampleApp.xcodeproj/project.pbxproj b/GamebaseSampleApp/GamebaseSampleApp.xcodeproj/project.pbxproj index 05908b6..5d6b2b6 100644 --- a/GamebaseSampleApp/GamebaseSampleApp.xcodeproj/project.pbxproj +++ b/GamebaseSampleApp/GamebaseSampleApp.xcodeproj/project.pbxproj @@ -17,6 +17,9 @@ D92E82682874400E00DC0356 /* IntroViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92E82672874400E00DC0356 /* IntroViewController.swift */; }; D937367528E2FF4000148EC7 /* UserDefaults+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937367428E2FF4000148EC7 /* UserDefaults+Extension.swift */; }; D937367728E324FE00148EC7 /* UIButton+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = D937367628E324FE00148EC7 /* UIButton+Extension.swift */; }; + D940F49129DAC7A000299756 /* NHNCloudCommon.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D940F48E29DAC7A000299756 /* NHNCloudCommon.xcframework */; }; + D940F49329DAC7A100299756 /* NHNCloudCore.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D940F48F29DAC7A000299756 /* NHNCloudCore.xcframework */; }; + D940F49529DAC7A100299756 /* NHNCloudPush.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D940F49029DAC7A000299756 /* NHNCloudPush.xcframework */; }; D942513928EFFC3E0066C944 /* ContactConfigurationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D942513828EFFC3E0066C944 /* ContactConfigurationViewController.swift */; }; D942513B28EFFEEB0066C944 /* ContactConfigurationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D942513A28EFFEEB0066C944 /* ContactConfigurationViewModel.swift */; }; D942513D28F003A10066C944 /* GamebaseAsObservable+Contact.swift in Sources */ = {isa = PBXBuildFile; fileRef = D942513C28F003A10066C944 /* GamebaseAsObservable+Contact.swift */; }; @@ -97,12 +100,6 @@ D9EB1009286D745D0084CEFE /* CustomSideMenuNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9EB1008286D745D0084CEFE /* CustomSideMenuNavigationController.swift */; }; D9EB100E286EFDAD0084CEFE /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9EB100D286EFDAD0084CEFE /* ProfileViewController.swift */; }; D9F2652428C3AE3000D4983E /* ShoppingCellModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9F2652328C3AE3000D4983E /* ShoppingCellModel.swift */; }; - D9F2C523295E826F00D7F333 /* NHNCloudCommon.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9F2C520295E826F00D7F333 /* NHNCloudCommon.xcframework */; }; - D9F2C524295E826F00D7F333 /* NHNCloudCommon.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D9F2C520295E826F00D7F333 /* NHNCloudCommon.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - D9F2C525295E827000D7F333 /* NHNCloudCore.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9F2C521295E826F00D7F333 /* NHNCloudCore.xcframework */; }; - D9F2C526295E827000D7F333 /* NHNCloudCore.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D9F2C521295E826F00D7F333 /* NHNCloudCore.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - D9F2C527295E827000D7F333 /* NHNCloudPush.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D9F2C522295E826F00D7F333 /* NHNCloudPush.xcframework */; }; - D9F2C528295E827000D7F333 /* NHNCloudPush.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D9F2C522295E826F00D7F333 /* NHNCloudPush.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; D9F38083287D0B470005B23D /* GamebaseAsObservable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9F38082287D0B470005B23D /* GamebaseAsObservable.swift */; }; D9FC46E428DAEA8400999225 /* DeveloperViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FC46E328DAEA8400999225 /* DeveloperViewController.swift */; }; D9FC46E928DC346700999225 /* DeveloperViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FC46E828DC346700999225 /* DeveloperViewModel.swift */; }; @@ -149,19 +146,6 @@ name = "Embed App Extensions"; runOnlyForDeploymentPostprocessing = 0; }; - D9F2C529295E827000D7F333 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - D9F2C524295E826F00D7F333 /* NHNCloudCommon.xcframework in Embed Frameworks */, - D9F2C526295E827000D7F333 /* NHNCloudCore.xcframework in Embed Frameworks */, - D9F2C528295E827000D7F333 /* NHNCloudPush.xcframework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -184,6 +168,10 @@ D92E82672874400E00DC0356 /* IntroViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = ""; }; D937367428E2FF4000148EC7 /* UserDefaults+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+Extension.swift"; sourceTree = ""; }; D937367628E324FE00148EC7 /* UIButton+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extension.swift"; sourceTree = ""; }; + D940F48E29DAC7A000299756 /* NHNCloudCommon.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCommon.xcframework; path = "Pods/NHNCloudCommon/nhncloud.ios.sdk-1.3.0/xcframeworks/NHNCloudCommon.xcframework"; sourceTree = ""; }; + D940F48F29DAC7A000299756 /* NHNCloudCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCore.xcframework; path = "Pods/NHNCloudCore/nhncloud.ios.sdk-1.3.0/xcframeworks/NHNCloudCore.xcframework"; sourceTree = ""; }; + D940F49029DAC7A000299756 /* NHNCloudPush.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudPush.xcframework; path = "Pods/NHNCloudPush/nhncloud.ios.sdk-1.3.0/xcframeworks/NHNCloudPush.xcframework"; sourceTree = ""; }; + D940F4A729DACCF500299756 /* NotificationService copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "NotificationService copy-Info.plist"; path = "/Users/nhn/Desktop/gamebase.client.ios.sample/GamebaseSampleApp/NotificationService copy-Info.plist"; sourceTree = ""; }; D942513828EFFC3E0066C944 /* ContactConfigurationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactConfigurationViewController.swift; sourceTree = ""; }; D942513A28EFFEEB0066C944 /* ContactConfigurationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactConfigurationViewModel.swift; sourceTree = ""; }; D942513C28F003A10066C944 /* GamebaseAsObservable+Contact.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GamebaseAsObservable+Contact.swift"; sourceTree = ""; }; @@ -294,9 +282,6 @@ D9EB1008286D745D0084CEFE /* CustomSideMenuNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomSideMenuNavigationController.swift; sourceTree = ""; }; D9EB100D286EFDAD0084CEFE /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = ""; }; D9F2652328C3AE3000D4983E /* ShoppingCellModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCellModel.swift; sourceTree = ""; }; - D9F2C520295E826F00D7F333 /* NHNCloudCommon.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCommon.xcframework; path = "Pods/NHNCloudCommon/nhncloud.ios.sdk-1.2.0/xcframeworks/NHNCloudCommon.xcframework"; sourceTree = ""; }; - D9F2C521295E826F00D7F333 /* NHNCloudCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCore.xcframework; path = "Pods/NHNCloudCore/nhncloud.ios.sdk-1.2.0/xcframeworks/NHNCloudCore.xcframework"; sourceTree = ""; }; - D9F2C522295E826F00D7F333 /* NHNCloudPush.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudPush.xcframework; path = "Pods/NHNCloudPush/nhncloud.ios.sdk-1.2.0/xcframeworks/NHNCloudPush.xcframework"; sourceTree = ""; }; D9F38082287D0B470005B23D /* GamebaseAsObservable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GamebaseAsObservable.swift; sourceTree = ""; }; D9FC46E328DAEA8400999225 /* DeveloperViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperViewController.swift; sourceTree = ""; }; D9FC46E828DC346700999225 /* DeveloperViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperViewModel.swift; sourceTree = ""; }; @@ -311,9 +296,9 @@ buildActionMask = 2147483647; files = ( D923EEED28FADF4100F9C032 /* UserNotifications.framework in Frameworks */, - D9F2C523295E826F00D7F333 /* NHNCloudCommon.xcframework in Frameworks */, - D9F2C527295E827000D7F333 /* NHNCloudPush.xcframework in Frameworks */, - D9F2C525295E827000D7F333 /* NHNCloudCore.xcframework in Frameworks */, + D940F49129DAC7A000299756 /* NHNCloudCommon.xcframework in Frameworks */, + D940F49529DAC7A100299756 /* NHNCloudPush.xcframework in Frameworks */, + D940F49329DAC7A100299756 /* NHNCloudCore.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -348,9 +333,9 @@ 47A950A6402E5E9B7CFD3C1D /* Frameworks */ = { isa = PBXGroup; children = ( - D9F2C520295E826F00D7F333 /* NHNCloudCommon.xcframework */, - D9F2C521295E826F00D7F333 /* NHNCloudCore.xcframework */, - D9F2C522295E826F00D7F333 /* NHNCloudPush.xcframework */, + D940F48E29DAC7A000299756 /* NHNCloudCommon.xcframework */, + D940F48F29DAC7A000299756 /* NHNCloudCore.xcframework */, + D940F49029DAC7A000299756 /* NHNCloudPush.xcframework */, D923EEEC28FADF4100F9C032 /* UserNotifications.framework */, D923EEE828FADF3800F9C032 /* Pods_GamebaseSampleApp.framework */, D9CA41FE28B379350095FE94 /* CoreMedia.framework */, @@ -417,6 +402,7 @@ D96D90F32862E7C5006F4771 /* Products */, 97C0EE8C59C4DA120C5263C7 /* Pods */, 47A950A6402E5E9B7CFD3C1D /* Frameworks */, + D940F4A729DACCF500299756 /* NotificationService copy-Info.plist */, ); sourceTree = ""; }; @@ -635,8 +621,6 @@ D923EED828FADEDA00F9C032 /* Sources */, D923EED928FADEDA00F9C032 /* Frameworks */, D923EEDA28FADEDA00F9C032 /* Resources */, - D91A5BC728FFB7F100E78163 /* ShellScript */, - D9F2C529295E827000D7F333 /* Embed Frameworks */, D9F2C52A295E8A1700D7F333 /* ShellScript */, ); buildRules = ( @@ -934,23 +918,6 @@ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GamebaseSampleApp-GamebaseSampleAppUITests/Pods-GamebaseSampleApp-GamebaseSampleAppUITests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - D91A5BC728FFB7F100E78163 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "cd \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/\"\nif [[ -d \"Frameworks\" ]]; then \n rm -fr Frameworks\nfi\n"; - }; D9F2C52A295E8A1700D7F333 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1349,7 +1316,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.47.0; + MARKETING_VERSION = 2.48.0; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = ( "$(inherited)", @@ -1399,7 +1366,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 2.47.0; + MARKETING_VERSION = 2.48.0; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/GamebaseSampleApp/Podfile b/GamebaseSampleApp/Podfile index 3bf69b0..2afb91d 100644 --- a/GamebaseSampleApp/Podfile +++ b/GamebaseSampleApp/Podfile @@ -17,7 +17,7 @@ target 'GamebaseSampleApp' do pod 'QuickTableViewController', '1.3.1' # Gamebase - $GAMEBASE_SDK_VERSION = '2.47.0' + $GAMEBASE_SDK_VERSION = '2.48.0' pod 'Gamebase', $GAMEBASE_SDK_VERSION pod 'GamebaseAuthFacebookAdapter', $GAMEBASE_SDK_VERSION pod 'GamebaseAuthGamecenterAdapter', $GAMEBASE_SDK_VERSION diff --git a/GamebaseSampleApp/Podfile.lock b/GamebaseSampleApp/Podfile.lock index be6bd23..383ea79 100644 --- a/GamebaseSampleApp/Podfile.lock +++ b/GamebaseSampleApp/Podfile.lock @@ -15,46 +15,46 @@ PODS: - FBSDKLoginKit/Login (= 9.2.0) - FBSDKLoginKit/Login (9.2.0): - FBSDKCoreKit (~> 9.2.0) - - Gamebase (2.47.0): - - NHNCloudCommon (= 1.2.0) - - NHNCloudCore (= 1.2.0) - - NHNCloudLogger (= 1.2.0) - - GamebaseAuthAppleidAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - GamebaseAuthExternalPaycoIDSDK (1.5.5) - - GamebaseAuthFacebookAdapter (2.47.0): + - Gamebase (2.48.0): + - NHNCloudCommon (= 1.3.0) + - NHNCloudCore (= 1.3.0) + - NHNCloudLogger (= 1.3.0) + - GamebaseAuthAppleidAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - GamebaseAuthExternalPaycoIDSDK (1.5.6) + - GamebaseAuthFacebookAdapter (2.48.0): - FBSDKCoreKit (~> 9.2.0) - FBSDKLoginKit (~> 9.2.0) - - Gamebase (~> 2.47.0) - - GamebaseAuthGamecenterAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - GamebaseAuthGoogleAdapter (2.47.0): - - Gamebase (~> 2.47.0) + - Gamebase (~> 2.48.0) + - GamebaseAuthGamecenterAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - GamebaseAuthGoogleAdapter (2.48.0): + - Gamebase (~> 2.48.0) - GoogleSignIn (~> 5.0.2) - - GamebaseAuthKakaogameAdapter (2.47.0): - - Gamebase (~> 2.47.0) + - GamebaseAuthKakaogameAdapter (2.48.0): + - Gamebase (~> 2.48.0) - KakaoGameSDK/KakaoGameKakao (= 3.14.14) - - GamebaseAuthLineAdapter (2.47.0): - - Gamebase (~> 2.47.0) + - GamebaseAuthLineAdapter (2.48.0): + - Gamebase (~> 2.48.0) - LineSDKSwift/ObjC (= 5.8.2) - - GamebaseAuthNaverAdapter (2.47.0): - - Gamebase (~> 2.47.0) + - GamebaseAuthNaverAdapter (2.48.0): + - Gamebase (~> 2.48.0) - naveridlogin-sdk-ios (= 4.1.1) - - GamebaseAuthPaycoAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - GamebaseAuthExternalPaycoIDSDK (~> 1.5.5) - - GamebaseAuthTwitterAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - GamebaseAuthWeiboAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - GamebasePurchaseIAPAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - NHNCloudCore (= 1.2.0) - - NHNCloudIAP (= 1.2.0) - - GamebasePushAdapter (2.47.0): - - Gamebase (~> 2.47.0) - - NHNCloudCore (= 1.2.0) - - NHNCloudPush (= 1.2.0) + - GamebaseAuthPaycoAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - GamebaseAuthExternalPaycoIDSDK (~> 1.5.6) + - GamebaseAuthTwitterAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - GamebaseAuthWeiboAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - GamebasePurchaseIAPAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - NHNCloudCore (= 1.3.0) + - NHNCloudIAP (= 1.3.0) + - GamebasePushAdapter (2.48.0): + - Gamebase (~> 2.48.0) + - NHNCloudCore (= 1.3.0) + - NHNCloudPush (= 1.3.0) - GoogleSignIn (5.0.2): - AppAuth (~> 1.2) - GTMAppAuth (~> 1.0) @@ -71,16 +71,16 @@ PODS: - LineSDKSwift/Core - MBProgressHUD (1.2.0) - naveridlogin-sdk-ios (4.1.1) - - NHNCloudCommon (1.2.0) - - NHNCloudCore (1.2.0): - - NHNCloudCommon (= 1.2.0) - - NHNCloudIAP (1.2.0): - - NHNCloudCore (= 1.2.0) - - NHNCloudLogger (1.2.0): - - NHNCloudCore (= 1.2.0) + - NHNCloudCommon (1.3.0) + - NHNCloudCore (1.3.0): + - NHNCloudCommon (= 1.3.0) + - NHNCloudIAP (1.3.0): + - NHNCloudCore (= 1.3.0) + - NHNCloudLogger (1.3.0): + - NHNCloudCore (= 1.3.0) - NHNCloudSymbolUploader (= 0.0.1) - - NHNCloudPush (1.2.0): - - NHNCloudCore (= 1.2.0) + - NHNCloudPush (1.3.0): + - NHNCloudCore (= 1.3.0) - NHNCloudSymbolUploader (0.0.1) - QuickTableViewController (1.3.1) - RxCocoa (6.5.0): @@ -93,19 +93,19 @@ PODS: - SnapKit (5.6.0) DEPENDENCIES: - - Gamebase (= 2.47.0) - - GamebaseAuthAppleidAdapter (= 2.47.0) - - GamebaseAuthFacebookAdapter (= 2.47.0) - - GamebaseAuthGamecenterAdapter (= 2.47.0) - - GamebaseAuthGoogleAdapter (= 2.47.0) - - GamebaseAuthKakaogameAdapter (= 2.47.0) - - GamebaseAuthLineAdapter (= 2.47.0) - - GamebaseAuthNaverAdapter (= 2.47.0) - - GamebaseAuthPaycoAdapter (= 2.47.0) - - GamebaseAuthTwitterAdapter (= 2.47.0) - - GamebaseAuthWeiboAdapter (= 2.47.0) - - GamebasePurchaseIAPAdapter (= 2.47.0) - - GamebasePushAdapter (= 2.47.0) + - Gamebase (= 2.48.0) + - GamebaseAuthAppleidAdapter (= 2.48.0) + - GamebaseAuthFacebookAdapter (= 2.48.0) + - GamebaseAuthGamecenterAdapter (= 2.48.0) + - GamebaseAuthGoogleAdapter (= 2.48.0) + - GamebaseAuthKakaogameAdapter (= 2.48.0) + - GamebaseAuthLineAdapter (= 2.48.0) + - GamebaseAuthNaverAdapter (= 2.48.0) + - GamebaseAuthPaycoAdapter (= 2.48.0) + - GamebaseAuthTwitterAdapter (= 2.48.0) + - GamebaseAuthWeiboAdapter (= 2.48.0) + - GamebasePurchaseIAPAdapter (= 2.48.0) + - GamebasePushAdapter (= 2.48.0) - MBProgressHUD (= 1.2.0) - QuickTableViewController (= 1.3.1) - RxCocoa (= 6.5.0) @@ -156,20 +156,20 @@ SPEC CHECKSUMS: AppAuth: 8fca6b5563a5baef2c04bee27538025e4ceb2add FBSDKCoreKit: dace5abafc2fd9272733e6d027bcf18102712117 FBSDKLoginKit: 43f377b451d391f5bc9dd774f51a391db1072029 - Gamebase: 085fc3d606bab935ff4f21e7239876c18dd234b4 - GamebaseAuthAppleidAdapter: 15e443ce5910602ade1c6e640a4da60559dfe751 - GamebaseAuthExternalPaycoIDSDK: 48ce880d92072b9c73364a729481ac2566d2f938 - GamebaseAuthFacebookAdapter: 6dd012e95a733152290ce90a98472d740cd84563 - GamebaseAuthGamecenterAdapter: 6301a6142f53bf890fbda19414ed44ee60a0de3d - GamebaseAuthGoogleAdapter: bdc0c0f94d12f0f45d4370e5e30f620f410a0dda - GamebaseAuthKakaogameAdapter: 5a1afea13750674dcee313a9d8233f2842e6d21a - GamebaseAuthLineAdapter: d9039caa457e7f2c89c9c83f0676d666d692e8cd - GamebaseAuthNaverAdapter: d1a6df7ac9317b09dcbea8b559fc0d5a89723941 - GamebaseAuthPaycoAdapter: 092deeef34ab2931f4fef0d751d341b7a0cc07d0 - GamebaseAuthTwitterAdapter: 8099a8f3d28ccf0264c6ce837860af660ba2f8ac - GamebaseAuthWeiboAdapter: 585b7f9b20be568c0b4b9b837edca201bf26a16f - GamebasePurchaseIAPAdapter: d2e4146830e8a8f84acb7578a2e50fcbb38f58e9 - GamebasePushAdapter: be8b94a6855df93672180dc36cec272d0b24b085 + Gamebase: bc59913f5652534eb2b88fc4f07ab38ecb8e0e54 + GamebaseAuthAppleidAdapter: 1537494a5bf3eab90ed7190d04f4e28a9481e332 + GamebaseAuthExternalPaycoIDSDK: bee54a3f06a69e44634126572f3e168956e91659 + GamebaseAuthFacebookAdapter: 2ec300dac9228a073e7d7781b677531423d4d2f2 + GamebaseAuthGamecenterAdapter: d530123cb78b0c7bcfb57c8d3d0d87d415f10275 + GamebaseAuthGoogleAdapter: 2b9f0a4ad82ec84710b1f9b614e38efe69d4357e + GamebaseAuthKakaogameAdapter: 8acc176fd71ff83871dcc14e01b418f240de9ced + GamebaseAuthLineAdapter: 0b542b4fb7e1fcf5a6fa3a6a4b015658ae33af4a + GamebaseAuthNaverAdapter: 43c88f4e74303e31f57f13dcd54db2f2242dca61 + GamebaseAuthPaycoAdapter: f6a5fb66c3561ef3a671ef54b7e26daac31766b0 + GamebaseAuthTwitterAdapter: 40b132d19ed1ff26b258a8ce36a3eda19b22de5c + GamebaseAuthWeiboAdapter: 8ce6d98d12586a231bab009bba49539615b45691 + GamebasePurchaseIAPAdapter: 9b6a685901b20296e796220ecd51004635ee341d + GamebasePushAdapter: a780a8c03b5b0bc1b418c2ed829f90d75e652f9a GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213 GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba @@ -177,11 +177,11 @@ SPEC CHECKSUMS: LineSDKSwift: 52bce568988f61f4a529b0ee629525a0cb85b9fe MBProgressHUD: 3ee5efcc380f6a79a7cc9b363dd669c5e1ae7406 naveridlogin-sdk-ios: ec62eeccdcdca7b9b1de50a28710ace2ac8f78dc - NHNCloudCommon: 4d2b8f777a25b892182f929a445985bb5e37b8fc - NHNCloudCore: 1f9c717cea5e246f5b462789bf6f3509fc3f9e84 - NHNCloudIAP: 7adcad80c08799557b218c6410461b56e4103b86 - NHNCloudLogger: cd20d435009194febb3f0f85a095fedb4bafafc5 - NHNCloudPush: e33a3f8dff567a81aba547b070d503827ad5ed2e + NHNCloudCommon: ecd492e1d9381c7d86d72c5f906016c338ae2e86 + NHNCloudCore: d76148e09c747e79c2f3ebd6cf66345f92773db5 + NHNCloudIAP: 0b239a29611f3070d63ec5be60633424fa9a66e0 + NHNCloudLogger: ec9b5b167ec8b6c88a605a9666cabe197fe31979 + NHNCloudPush: acdfed8b6775f5f7e6236cc83f3d1aea88318e18 NHNCloudSymbolUploader: 4d2f0418b114b0ac0d8ae6ba671777f220a278e6 QuickTableViewController: 25e698de1546c2b829c543d91b64ebc6e884acfc RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b @@ -190,6 +190,6 @@ SPEC CHECKSUMS: SideMenu: f583187d21c5b1dd04c72002be544b555a2627a2 SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25 -PODFILE CHECKSUM: c72a5574332cd8c726a5b3a488283bb355af7686 +PODFILE CHECKSUM: 7d892d1fc9cf4bae4d24c08a21c53350a6696fad COCOAPODS: 1.11.3