Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit c8b5daa

Browse files
author
tomoyuki_HAYAKAWA
authored
Merge pull request #10 from istyle-inc/feature/xcode_update
xcode13アップデート対応
2 parents 3835eef + 9916cc9 commit c8b5daa

16 files changed

Lines changed: 313 additions & 242 deletions

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/LoadMoreTableViewController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
431431
GCC_WARN_UNUSED_FUNCTION = YES;
432432
GCC_WARN_UNUSED_VARIABLE = YES;
433-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
433+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
434434
MTL_ENABLE_DEBUG_INFO = YES;
435435
ONLY_ACTIVE_ARCH = YES;
436436
SDKROOT = iphoneos;
@@ -471,7 +471,7 @@
471471
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472472
GCC_WARN_UNUSED_FUNCTION = YES;
473473
GCC_WARN_UNUSED_VARIABLE = YES;
474-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
474+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
475475
MTL_ENABLE_DEBUG_INFO = NO;
476476
SDKROOT = iphoneos;
477477
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2+
platform :ios, '13.0'
23
use_frameworks!
34

45
target 'LoadMoreTableViewController_Example' do

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ EXTERNAL SOURCES:
1111
SPEC CHECKSUMS:
1212
LoadMoreTableViewController: 63f2ed3f6607927dad644dd44f7c8c620df3247c
1313

14-
PODFILE CHECKSUM: 8d878bf4af672f2346595fa747cdf4f00dc0d2b6
14+
PODFILE CHECKSUM: 25f21d1f8d3bb49e8003c83b8feae2e44d0b6311
1515

16-
COCOAPODS: 1.8.4
16+
COCOAPODS: 1.10.1

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 160 additions & 150 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/LoadMoreTableViewController/LoadMoreTableViewController.debug.xcconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/LoadMoreTableViewController/LoadMoreTableViewController.release.xcconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-LoadMoreTableViewController_Example/Pods-LoadMoreTableViewController_Example-frameworks.sh

Lines changed: 54 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-LoadMoreTableViewController_Example/Pods-LoadMoreTableViewController_Example.debug.xcconfig

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)