Skip to content

Commit

Permalink
Update Gamebase iOS SDK 2.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip5094 committed Apr 4, 2023
1 parent a31f1b4 commit 4aa1055
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 126 deletions.
65 changes: 16 additions & 49 deletions GamebaseSampleApp/GamebaseSampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 */; };
Expand Down Expand Up @@ -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 */
Expand All @@ -184,6 +168,10 @@
D92E82672874400E00DC0356 /* IntroViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntroViewController.swift; sourceTree = "<group>"; };
D937367428E2FF4000148EC7 /* UserDefaults+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserDefaults+Extension.swift"; sourceTree = "<group>"; };
D937367628E324FE00148EC7 /* UIButton+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+Extension.swift"; sourceTree = "<group>"; };
D940F48E29DAC7A000299756 /* NHNCloudCommon.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCommon.xcframework; path = "Pods/NHNCloudCommon/nhncloud.ios.sdk-1.3.0/xcframeworks/NHNCloudCommon.xcframework"; sourceTree = "<group>"; };
D940F48F29DAC7A000299756 /* NHNCloudCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCore.xcframework; path = "Pods/NHNCloudCore/nhncloud.ios.sdk-1.3.0/xcframeworks/NHNCloudCore.xcframework"; sourceTree = "<group>"; };
D940F49029DAC7A000299756 /* NHNCloudPush.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudPush.xcframework; path = "Pods/NHNCloudPush/nhncloud.ios.sdk-1.3.0/xcframeworks/NHNCloudPush.xcframework"; sourceTree = "<group>"; };
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 = "<absolute>"; };
D942513828EFFC3E0066C944 /* ContactConfigurationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactConfigurationViewController.swift; sourceTree = "<group>"; };
D942513A28EFFEEB0066C944 /* ContactConfigurationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactConfigurationViewModel.swift; sourceTree = "<group>"; };
D942513C28F003A10066C944 /* GamebaseAsObservable+Contact.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GamebaseAsObservable+Contact.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -294,9 +282,6 @@
D9EB1008286D745D0084CEFE /* CustomSideMenuNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomSideMenuNavigationController.swift; sourceTree = "<group>"; };
D9EB100D286EFDAD0084CEFE /* ProfileViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
D9F2652328C3AE3000D4983E /* ShoppingCellModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCellModel.swift; sourceTree = "<group>"; };
D9F2C520295E826F00D7F333 /* NHNCloudCommon.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCommon.xcframework; path = "Pods/NHNCloudCommon/nhncloud.ios.sdk-1.2.0/xcframeworks/NHNCloudCommon.xcframework"; sourceTree = "<group>"; };
D9F2C521295E826F00D7F333 /* NHNCloudCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudCore.xcframework; path = "Pods/NHNCloudCore/nhncloud.ios.sdk-1.2.0/xcframeworks/NHNCloudCore.xcframework"; sourceTree = "<group>"; };
D9F2C522295E826F00D7F333 /* NHNCloudPush.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = NHNCloudPush.xcframework; path = "Pods/NHNCloudPush/nhncloud.ios.sdk-1.2.0/xcframeworks/NHNCloudPush.xcframework"; sourceTree = "<group>"; };
D9F38082287D0B470005B23D /* GamebaseAsObservable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GamebaseAsObservable.swift; sourceTree = "<group>"; };
D9FC46E328DAEA8400999225 /* DeveloperViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperViewController.swift; sourceTree = "<group>"; };
D9FC46E828DC346700999225 /* DeveloperViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeveloperViewModel.swift; sourceTree = "<group>"; };
Expand All @@ -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;
};
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -417,6 +402,7 @@
D96D90F32862E7C5006F4771 /* Products */,
97C0EE8C59C4DA120C5263C7 /* Pods */,
47A950A6402E5E9B7CFD3C1D /* Frameworks */,
D940F4A729DACCF500299756 /* NotificationService copy-Info.plist */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -635,8 +621,6 @@
D923EED828FADEDA00F9C032 /* Sources */,
D923EED928FADEDA00F9C032 /* Frameworks */,
D923EEDA28FADEDA00F9C032 /* Resources */,
D91A5BC728FFB7F100E78163 /* ShellScript */,
D9F2C529295E827000D7F333 /* Embed Frameworks */,
D9F2C52A295E8A1700D7F333 /* ShellScript */,
);
buildRules = (
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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)",
Expand Down Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion GamebaseSampleApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 4aa1055

Please sign in to comment.