Skip to content

Commit c985eb3

Browse files
committed
添加 ci 配置
1 parent 3592c44 commit c985eb3

File tree

10 files changed

+102
-122
lines changed

10 files changed

+102
-122
lines changed

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
platform :ios, '9.0'
12
use_frameworks!
23

34
target 'SFVersionManager_Example' do

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SFVersionManager (0.1.0)
2+
- SFVersionManager (0.1.1)
33

44
DEPENDENCIES:
55
- SFVersionManager (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
SFVersionManager: 06b6d7adea5fe791cef7b4145f1133abf234d72c
12+
SFVersionManager: fae06c2644fce12f9b3990e8457b96157885b0dc
1313

1414
PODFILE CHECKSUM: b42faa90df396cc08356662a987c309339f1e26b
1515

Example/Pods/Local Podspecs/SFVersionManager.podspec.json

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

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: 74 additions & 73 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-SFVersionManager_Example/Pods-SFVersionManager_Example-acknowledgements.markdown

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

Example/Pods/Target Support Files/Pods-SFVersionManager_Example/Pods-SFVersionManager_Example-acknowledgements.plist

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

Example/Pods/Target Support Files/SFVersionManager/SFVersionManager-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/SFVersionManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
ONLY_ACTIVE_ARCH = YES;
430430
SDKROOT = iphoneos;
431431
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
432-
SWIFT_VERSION = 4.2;
432+
SWIFT_VERSION = 4.0;
433433
};
434434
name = Debug;
435435
};
@@ -477,7 +477,7 @@
477477
MTL_ENABLE_DEBUG_INFO = NO;
478478
SDKROOT = iphoneos;
479479
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
480-
SWIFT_VERSION = 4.2;
480+
SWIFT_VERSION = 4.0;
481481
VALIDATE_PRODUCT = YES;
482482
};
483483
name = Release;

0 commit comments

Comments
 (0)