Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Draft: Update SDK and Readme #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions ObjcFileApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -141,7 +141,7 @@
};
};
buildConfigurationList = BDD0280A1CFD6E1400701B12 /* Build configuration list for PBXProject "ObjcFileApp" */;
compatibilityVersion = "Xcode 3.2";
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down Expand Up @@ -352,8 +352,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = ObjcFileApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mobilebackend.nifcloud.ObjcFileApp;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -365,8 +368,11 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = ObjcFileApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.mobilebackend.nifcloud.ObjcFileApp;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '8.0'
platform :ios, '17.0'
# Uncomment this line if you're using Swift
# use_frameworks!

Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PODS:
- NCMB (3.1.0)
- NCMB (3.2.0)

DEPENDENCIES:
- NCMB (from `https://github.com/NIFTYCloud-mbaas/ncmb_ios.git`)
- NCMB (from `https://github.com/NIFCLOUD-mbaas/ncmb_ios.git`)

EXTERNAL SOURCES:
NCMB:
:git: https://github.com/NIFTYCloud-mbaas/ncmb_ios.git
:git: https://github.com/NIFCLOUD-mbaas/ncmb_ios.git

CHECKOUT OPTIONS:
NCMB:
:commit: 06072ba57e6ef461cafd20feaa798be0eef0cf8b
:git: https://github.com/NIFTYCloud-mbaas/ncmb_ios.git
:commit: 9d48749bb3fbc9d5da3e80b2d766b46563429841
:git: https://github.com/NIFCLOUD-mbaas/ncmb_ios.git

SPEC CHECKSUMS:
NCMB: c308972109137bf523ec1830bac16de6a31c25f4
NCMB: eed75ce077847c3841fe303bf659d8fef4208d75

PODFILE CHECKSUM: 1bef8bdb98da256434aa66d69517a00c4d2978ee
PODFILE CHECKSUM: ebca4d951095c094f1aa12272f9700de06020d8d

COCOAPODS: 1.9.3
COCOAPODS: 1.12.1
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/NCMB.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/NCMB/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMB.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMB.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBACL.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBACL.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBAnalytics.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBAnalytics.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBAnonymousUtils.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBAnonymousUtils.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/NCMB/NCMB/NCMBConstants.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBDateFormat.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBDateFormat.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBError.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBError.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBFile.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBFile.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBGeoPoint.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBGeoPoint.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBInstallation.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBInstallation.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBObject+Subclass.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBObject.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBObject.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBPush.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 11 additions & 22 deletions Pods/NCMB/NCMB/NCMBPush.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/NCMB/NCMB/NCMBQuery.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading