Skip to content

Commit b01acaf

Browse files
committed
CocoaPods v1.2, iOS SDK v3.4.1, OHHTTPStubs v5.2.3
Also fixed CocoaPods warnings about overridden ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES.
1 parent b07b4cd commit b01acaf

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,6 @@
12261226
isa = XCBuildConfiguration;
12271227
baseConfigurationReference = AAD436380AAB501AB6291304 /* Pods-MapboxGeocoderMacTests.debug.xcconfig */;
12281228
buildSettings = {
1229-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
12301229
CLANG_ANALYZER_NONNULL = YES;
12311230
CODE_SIGN_IDENTITY = "-";
12321231
COMBINE_HIDPI_IMAGES = YES;
@@ -1319,7 +1318,6 @@
13191318
isa = XCBuildConfiguration;
13201319
baseConfigurationReference = BF3AEBC5904F365B64817732 /* Pods-MapboxGeocoderTVTests.debug.xcconfig */;
13211320
buildSettings = {
1322-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
13231321
CLANG_ANALYZER_NONNULL = YES;
13241322
DEBUG_INFORMATION_FORMAT = dwarf;
13251323
GCC_NO_COMMON_BLOCKS = YES;
@@ -1610,7 +1608,6 @@
16101608
isa = XCBuildConfiguration;
16111609
baseConfigurationReference = 05A6B8764F1B74BB857B037B /* Pods-MapboxGeocoderTests.debug.xcconfig */;
16121610
buildSettings = {
1613-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
16141611
DEBUG_INFORMATION_FORMAT = dwarf;
16151612
GCC_NO_COMMON_BLOCKS = YES;
16161613
INFOPLIST_FILE = MapboxGeocoderTests/Info.plist;

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use_frameworks!
22

33
def shared_pods
4-
pod 'Mapbox-iOS-SDK', '~> 3.3'
4+
pod 'Mapbox-iOS-SDK', '~> 3.4'
55
end
66

77
def shared_test_pods

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PODS:
2-
- Mapbox-iOS-SDK (3.3.6)
3-
- OHHTTPStubs/Core (5.2.2)
4-
- OHHTTPStubs/Swift (5.2.2):
2+
- Mapbox-iOS-SDK (3.4.1)
3+
- OHHTTPStubs/Core (5.2.3)
4+
- OHHTTPStubs/Swift (5.2.3):
55
- OHHTTPStubs/Core
66

77
DEPENDENCIES:
8-
- Mapbox-iOS-SDK (~> 3.3)
8+
- Mapbox-iOS-SDK (~> 3.4)
99
- OHHTTPStubs/Swift (~> 5.0)
1010

1111
SPEC CHECKSUMS:
12-
Mapbox-iOS-SDK: 1651ab31beec917b60ccbb8f737d0435ec80eeb3
13-
OHHTTPStubs: 34d9d0994e64fcf8552dbfade5ce82ada913ee31
12+
Mapbox-iOS-SDK: 9c0d23e9a3784e6c9e45af4339898e4598b5b09b
13+
OHHTTPStubs: e238cd5b66d8efa51c861db45895de8fe079f4a7
1414

15-
PODFILE CHECKSUM: 0d327e0fe430b4211f61e91065c69151ac64aef7
15+
PODFILE CHECKSUM: c226b6f83d5572c7669bfdd75dd6622a2e1a5fa0
1616

17-
COCOAPODS: 1.1.1
17+
COCOAPODS: 1.2.0

0 commit comments

Comments
 (0)