Skip to content

Commit fdf3e39

Browse files
committed
updated Nimble to 9.2.1 and moved up ios to 11.0
1 parent 371d428 commit fdf3e39

51 files changed

Lines changed: 1852 additions & 1273 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Example/MapCache.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@
555555
buildSettings = {
556556
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
557557
INFOPLIST_FILE = MapCache/Info.plist;
558+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
558559
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
559560
MODULE_NAME = ExampleApp;
560561
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -569,6 +570,7 @@
569570
buildSettings = {
570571
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
571572
INFOPLIST_FILE = MapCache/Info.plist;
573+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
572574
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
573575
MODULE_NAME = ExampleApp;
574576
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -590,6 +592,7 @@
590592
"$(inherited)",
591593
);
592594
INFOPLIST_FILE = Tests/Info.plist;
595+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
593596
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
594597
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
595598
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -607,6 +610,7 @@
607610
"$(inherited)",
608611
);
609612
INFOPLIST_FILE = Tests/Info.plist;
613+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
610614
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
611615
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
612616
PRODUCT_NAME = "$(TARGET_NAME)";

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ target 'MapCache_Example' do
77
inherit! :search_paths
88
pod 'OHHTTPStubs/Swift','~> 8.0.0'
99
pod 'Quick', '~> 3.0.0'
10-
pod 'Nimble', '~> 9.0.0-rc.3'
10+
pod 'Nimble', '~> 9.2.0'
1111
end
1212
end

Example/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- MapCache (0.8.2)
3-
- Nimble (9.0.0-rc.3)
2+
- MapCache (0.9.0)
3+
- Nimble (9.2.1)
44
- OHHTTPStubs/Core (8.0.0)
55
- OHHTTPStubs/Default (8.0.0):
66
- OHHTTPStubs/Core
@@ -18,12 +18,12 @@ PODS:
1818

1919
DEPENDENCIES:
2020
- MapCache (from `../`)
21-
- Nimble (~> 9.0.0-rc.3)
21+
- Nimble (~> 9.2.0)
2222
- OHHTTPStubs/Swift (~> 8.0.0)
2323
- Quick (~> 3.0.0)
2424

2525
SPEC REPOS:
26-
https://github.com/cocoapods/specs.git:
26+
trunk:
2727
- Nimble
2828
- OHHTTPStubs
2929
- Quick
@@ -33,11 +33,11 @@ EXTERNAL SOURCES:
3333
:path: "../"
3434

3535
SPEC CHECKSUMS:
36-
MapCache: 8aba59bb2231af79c2b07a7b2c303d3c63b5f291
37-
Nimble: 1b5fa99320d0d87ed72bb0add38dc696aa77f556
36+
MapCache: 1dd68aaa2d129af29596cb0a9cfb1b159deba8d8
37+
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
3838
OHHTTPStubs: 9cbce6364bec557cc3439aa6bb7514670d780881
3939
Quick: 6d9559f40647bc4d510103842ef2fdd882d753e2
4040

41-
PODFILE CHECKSUM: 7457c5aa836f6afd21c0dbf4a82325af9b183e31
41+
PODFILE CHECKSUM: c56222c195164b949de3caaf624bf2962e54ad2a
4242

43-
COCOAPODS: 1.7.5
43+
COCOAPODS: 1.12.1

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

Lines changed: 3 additions & 3 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: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m

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/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h

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

Example/Pods/Nimble/Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift

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/Nimble/README.md

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

Example/Pods/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift

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

0 commit comments

Comments
 (0)