Skip to content

Commit 5624f9c

Browse files
authored
Merge pull request #163 from firebase/mc/12
Add support for Firebase 10
2 parents fd0349a + f183fbd commit 5624f9c

4 files changed

Lines changed: 40 additions & 162 deletions

File tree

GeoFire.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "GeoFire"
3-
s.version = "4.3.0"
3+
s.version = "4.4.0"
44
s.summary = "Realtime location queries with Firebase."
55
s.homepage = "https://github.com/firebase/geofire-objc"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.default_subspec = 'Database'
1212

1313
s.subspec 'Database' do |db|
14-
db.ios.dependency 'Firebase/Database', '> 7.0.0', '< 9.0.0'
14+
db.ios.dependency 'Firebase/Database', '> 7.0.0', '< 12.0.0'
1515
db.ios.dependency 'GeoFire/Utils'
1616
db.public_header_files = "GeoFire/API/*"
1717
db.source_files = ["GeoFire/Implementation/*", "GeoFire/API/*"]

examples/SFVehicles/Podfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
source 'https://cdn.cocoapods.org/'
2-
platform :ios, '8.0'
1+
platform :ios, '14.0'
32

43
target 'SFVehicles' do
54
use_frameworks!

examples/SFVehicles/Podfile.lock

Lines changed: 35 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,31 @@
11
PODS:
2-
- Firebase/CoreOnly (6.34.0):
3-
- FirebaseCore (= 6.10.4)
4-
- Firebase/Database (6.34.0):
2+
- Firebase/CoreOnly (10.12.0):
3+
- FirebaseCore (= 10.12.0)
4+
- Firebase/Database (10.12.0):
55
- Firebase/CoreOnly
6-
- FirebaseDatabase (~> 6.6.0)
7-
- FirebaseCore (6.10.4):
8-
- FirebaseCoreDiagnostics (~> 1.6)
9-
- GoogleUtilities/Environment (~> 6.7)
10-
- GoogleUtilities/Logger (~> 6.7)
11-
- FirebaseCoreDiagnostics (1.7.0):
12-
- GoogleDataTransport (~> 7.4)
13-
- GoogleUtilities/Environment (~> 6.7)
14-
- GoogleUtilities/Logger (~> 6.7)
15-
- nanopb (~> 1.30906.0)
16-
- FirebaseDatabase (6.6.0):
17-
- FirebaseCore (~> 6.10)
6+
- FirebaseDatabase (~> 10.12.0)
7+
- FirebaseCore (10.12.0):
8+
- FirebaseCoreInternal (~> 10.0)
9+
- GoogleUtilities/Environment (~> 7.8)
10+
- GoogleUtilities/Logger (~> 7.8)
11+
- FirebaseCoreInternal (10.12.0):
12+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
13+
- FirebaseDatabase (10.12.0):
14+
- FirebaseCore (~> 10.0)
1815
- leveldb-library (~> 1.22)
19-
- GeoFire (4.0.1):
20-
- Firebase/Database (~> 6.0)
21-
- GoogleDataTransport (7.5.1):
22-
- nanopb (~> 1.30906.0)
23-
- GoogleUtilities/Environment (6.7.2):
24-
- PromisesObjC (~> 1.2)
25-
- GoogleUtilities/Logger (6.7.2):
16+
- GeoFire (4.4.0):
17+
- GeoFire/Database (= 4.4.0)
18+
- GeoFire/Database (4.4.0):
19+
- Firebase/Database (< 12.0.0, > 7.0.0)
20+
- GeoFire/Utils
21+
- GeoFire/Utils (4.4.0)
22+
- GoogleUtilities/Environment (7.11.1):
23+
- PromisesObjC (< 3.0, >= 1.2)
24+
- GoogleUtilities/Logger (7.11.1):
2625
- GoogleUtilities/Environment
27-
- leveldb-library (1.22)
28-
- nanopb (1.30906.0):
29-
- nanopb/decode (= 1.30906.0)
30-
- nanopb/encode (= 1.30906.0)
31-
- nanopb/decode (1.30906.0)
32-
- nanopb/encode (1.30906.0)
33-
- PromisesObjC (1.2.10)
26+
- "GoogleUtilities/NSData+zlib (7.11.1)"
27+
- leveldb-library (1.22.2)
28+
- PromisesObjC (2.2.0)
3429

3530
DEPENDENCIES:
3631
- GeoFire (from `../../`)
@@ -39,30 +34,26 @@ SPEC REPOS:
3934
trunk:
4035
- Firebase
4136
- FirebaseCore
42-
- FirebaseCoreDiagnostics
37+
- FirebaseCoreInternal
4338
- FirebaseDatabase
44-
- GoogleDataTransport
4539
- GoogleUtilities
4640
- leveldb-library
47-
- nanopb
4841
- PromisesObjC
4942

5043
EXTERNAL SOURCES:
5144
GeoFire:
5245
:path: "../../"
5346

5447
SPEC CHECKSUMS:
55-
Firebase: c23a36d9e4cdf7877dfcba8dd0c58add66358999
56-
FirebaseCore: d3a978a3cfa3240bf7e4ba7d137fdf5b22b628ec
57-
FirebaseCoreDiagnostics: 770ac5958e1372ce67959ae4b4f31d8e127c3ac1
58-
FirebaseDatabase: 13a865a4b85897462b930eb683bda8f52583713f
59-
GeoFire: 67b5276c561434b4e4c7ea567c2c4d64e711339c
60-
GoogleDataTransport: f56af7caa4ed338dc8e138a5d7c5973e66440833
61-
GoogleUtilities: 7f2f5a07f888cdb145101d6042bc4422f57e70b3
62-
leveldb-library: 55d93ee664b4007aac644a782d11da33fba316f7
63-
nanopb: 59317e09cf1f1a0af72f12af412d54edf52603fc
64-
PromisesObjC: b14b1c6b68e306650688599de8a45e49fae81151
48+
Firebase: 07150e75d142fb9399f6777fa56a187b17f833a0
49+
FirebaseCore: f86a1394906b97ac445ae49c92552a9425831bed
50+
FirebaseCoreInternal: 950500ad8a08963657f6d8c67b579740c06d6aa1
51+
FirebaseDatabase: 6d998d7ef2c1723b3e798a85e61a7dc0504b1ea0
52+
GeoFire: bfcf7b1ff8b4287bd851d119c8a3810b7b2fd17c
53+
GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749
54+
leveldb-library: f03246171cce0484482ec291f88b6d563699ee06
55+
PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef
6556

66-
PODFILE CHECKSUM: b1d763669d96a182a391b9fb7e3324758667cb42
57+
PODFILE CHECKSUM: 9cdbb6e5df071d56d4f101aec3a0135ca2e9956b
6758

68-
COCOAPODS: 1.10.0
59+
COCOAPODS: 1.12.1

examples/SFVehicles/SFVehicles.xcodeproj/project.pbxproj

Lines changed: 2 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
14BE99D518786741DB1F8595 /* Pods_SFVehicles.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B23474AB92FC51F64A3E40A /* Pods_SFVehicles.framework */; };
11-
B9B8D4D8B32307C10D7A0523 /* Pods_SFVehiclesTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 170202E3F6E4607716FBBFF2 /* Pods_SFVehiclesTests.framework */; };
12-
FB8C87FE196AFDF60061AC0F /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8C87FD196AFDF60061AC0F /* libicucore.dylib */; };
13-
FB8C8800196AFDFF0061AC0F /* libc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8C87FF196AFDFF0061AC0F /* libc++.dylib */; };
14-
FB8C8802196AFE080061AC0F /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8C8801196AFE080061AC0F /* CFNetwork.framework */; };
15-
FB8C8804196AFE0E0061AC0F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8C8803196AFE0E0061AC0F /* Security.framework */; };
16-
FB8C8806196AFE1B0061AC0F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB8C8805196AFE1B0061AC0F /* SystemConfiguration.framework */; };
1710
FB8C8823196B24AD0061AC0F /* SFVehicleAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = FB8C8822196B24AD0061AC0F /* SFVehicleAnnotation.m */; };
18-
FBBC43D0196AEFE500C0CAA5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBBC43CF196AEFE500C0CAA5 /* Foundation.framework */; };
19-
FBBC43D2196AEFE500C0CAA5 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBBC43D1196AEFE500C0CAA5 /* CoreGraphics.framework */; };
20-
FBBC43D4196AEFE500C0CAA5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBBC43D3196AEFE500C0CAA5 /* UIKit.framework */; };
2111
FBBC43DA196AEFE500C0CAA5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FBBC43D8196AEFE500C0CAA5 /* InfoPlist.strings */; };
2212
FBBC43DC196AEFE500C0CAA5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FBBC43DB196AEFE500C0CAA5 /* main.m */; };
2313
FBBC43E0196AEFE500C0CAA5 /* SFAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FBBC43DF196AEFE500C0CAA5 /* SFAppDelegate.m */; };
@@ -30,7 +20,6 @@
3020
FBBC43F4196AEFE500C0CAA5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBBC43D3196AEFE500C0CAA5 /* UIKit.framework */; };
3121
FBBC43FC196AEFE500C0CAA5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = FBBC43FA196AEFE500C0CAA5 /* InfoPlist.strings */; };
3222
FBBC43FE196AEFE500C0CAA5 /* SFVehiclesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = FBBC43FD196AEFE500C0CAA5 /* SFVehiclesTests.m */; };
33-
FBBC4411196AF15400C0CAA5 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBBC4410196AF15400C0CAA5 /* MapKit.framework */; };
3423
/* End PBXBuildFile section */
3524

3625
/* Begin PBXContainerItemProxy section */
@@ -44,11 +33,6 @@
4433
/* End PBXContainerItemProxy section */
4534

4635
/* Begin PBXFileReference section */
47-
0B23474AB92FC51F64A3E40A /* Pods_SFVehicles.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SFVehicles.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48-
170202E3F6E4607716FBBFF2 /* Pods_SFVehiclesTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SFVehiclesTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49-
9A67E26CD7BC2F9F5D508E61 /* Pods-SFVehicles.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFVehicles.debug.xcconfig"; path = "Target Support Files/Pods-SFVehicles/Pods-SFVehicles.debug.xcconfig"; sourceTree = "<group>"; };
50-
A341A05EF4F202DD9E033592 /* Pods-SFVehiclesTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFVehiclesTests.debug.xcconfig"; path = "Target Support Files/Pods-SFVehiclesTests/Pods-SFVehiclesTests.debug.xcconfig"; sourceTree = "<group>"; };
51-
A481780BB179F5EA84717A4E /* Pods-SFVehicles.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFVehicles.release.xcconfig"; path = "Target Support Files/Pods-SFVehicles/Pods-SFVehicles.release.xcconfig"; sourceTree = "<group>"; };
5236
FB8C87FD196AFDF60061AC0F /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = usr/lib/libicucore.dylib; sourceTree = SDKROOT; };
5337
FB8C87FF196AFDFF0061AC0F /* libc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libc++.dylib"; path = "usr/lib/libc++.dylib"; sourceTree = SDKROOT; };
5438
FB8C8801196AFE080061AC0F /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
@@ -78,24 +62,13 @@
7862
FBBC43FB196AEFE500C0CAA5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7963
FBBC43FD196AEFE500C0CAA5 /* SFVehiclesTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SFVehiclesTests.m; sourceTree = "<group>"; };
8064
FBBC4410196AF15400C0CAA5 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
81-
FFF866DB319805964D993973 /* Pods-SFVehiclesTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFVehiclesTests.release.xcconfig"; path = "Target Support Files/Pods-SFVehiclesTests/Pods-SFVehiclesTests.release.xcconfig"; sourceTree = "<group>"; };
8265
/* End PBXFileReference section */
8366

8467
/* Begin PBXFrameworksBuildPhase section */
8568
FBBC43C9196AEFE500C0CAA5 /* Frameworks */ = {
8669
isa = PBXFrameworksBuildPhase;
8770
buildActionMask = 2147483647;
8871
files = (
89-
FB8C8806196AFE1B0061AC0F /* SystemConfiguration.framework in Frameworks */,
90-
FB8C8804196AFE0E0061AC0F /* Security.framework in Frameworks */,
91-
FB8C8802196AFE080061AC0F /* CFNetwork.framework in Frameworks */,
92-
FB8C8800196AFDFF0061AC0F /* libc++.dylib in Frameworks */,
93-
FB8C87FE196AFDF60061AC0F /* libicucore.dylib in Frameworks */,
94-
FBBC4411196AF15400C0CAA5 /* MapKit.framework in Frameworks */,
95-
FBBC43D2196AEFE500C0CAA5 /* CoreGraphics.framework in Frameworks */,
96-
FBBC43D4196AEFE500C0CAA5 /* UIKit.framework in Frameworks */,
97-
FBBC43D0196AEFE500C0CAA5 /* Foundation.framework in Frameworks */,
98-
14BE99D518786741DB1F8595 /* Pods_SFVehicles.framework in Frameworks */,
9972
);
10073
runOnlyForDeploymentPostprocessing = 0;
10174
};
@@ -106,7 +79,6 @@
10679
FBBC43F2196AEFE500C0CAA5 /* XCTest.framework in Frameworks */,
10780
FBBC43F4196AEFE500C0CAA5 /* UIKit.framework in Frameworks */,
10881
FBBC43F3196AEFE500C0CAA5 /* Foundation.framework in Frameworks */,
109-
B9B8D4D8B32307C10D7A0523 /* Pods_SFVehiclesTests.framework in Frameworks */,
11082
);
11183
runOnlyForDeploymentPostprocessing = 0;
11284
};
@@ -116,10 +88,6 @@
11688
A513769CAE133376E2715310 /* Pods */ = {
11789
isa = PBXGroup;
11890
children = (
119-
9A67E26CD7BC2F9F5D508E61 /* Pods-SFVehicles.debug.xcconfig */,
120-
A481780BB179F5EA84717A4E /* Pods-SFVehicles.release.xcconfig */,
121-
A341A05EF4F202DD9E033592 /* Pods-SFVehiclesTests.debug.xcconfig */,
122-
FFF866DB319805964D993973 /* Pods-SFVehiclesTests.release.xcconfig */,
12391
);
12492
path = Pods;
12593
sourceTree = "<group>";
@@ -158,8 +126,6 @@
158126
FBBC43D1196AEFE500C0CAA5 /* CoreGraphics.framework */,
159127
FBBC43D3196AEFE500C0CAA5 /* UIKit.framework */,
160128
FBBC43F1196AEFE500C0CAA5 /* XCTest.framework */,
161-
0B23474AB92FC51F64A3E40A /* Pods_SFVehicles.framework */,
162-
170202E3F6E4607716FBBFF2 /* Pods_SFVehiclesTests.framework */,
163129
);
164130
name = Frameworks;
165131
sourceTree = "<group>";
@@ -217,11 +183,9 @@
217183
isa = PBXNativeTarget;
218184
buildConfigurationList = FBBC4401196AEFE500C0CAA5 /* Build configuration list for PBXNativeTarget "SFVehicles" */;
219185
buildPhases = (
220-
54A05ADA3FCF593DDC8727B0 /* [CP] Check Pods Manifest.lock */,
221186
FBBC43C8196AEFE500C0CAA5 /* Sources */,
222187
FBBC43C9196AEFE500C0CAA5 /* Frameworks */,
223188
FBBC43CA196AEFE500C0CAA5 /* Resources */,
224-
CDEBA10AC2CB042EE9A5AC81 /* [CP] Embed Pods Frameworks */,
225189
);
226190
buildRules = (
227191
);
@@ -236,7 +200,6 @@
236200
isa = PBXNativeTarget;
237201
buildConfigurationList = FBBC4404196AEFE500C0CAA5 /* Build configuration list for PBXNativeTarget "SFVehiclesTests" */;
238202
buildPhases = (
239-
3F764E619FC5ECCF00B0914D /* [CP] Check Pods Manifest.lock */,
240203
FBBC43EC196AEFE500C0CAA5 /* Sources */,
241204
FBBC43ED196AEFE500C0CAA5 /* Frameworks */,
242205
FBBC43EE196AEFE500C0CAA5 /* Resources */,
@@ -307,77 +270,6 @@
307270
};
308271
/* End PBXResourcesBuildPhase section */
309272

310-
/* Begin PBXShellScriptBuildPhase section */
311-
3F764E619FC5ECCF00B0914D /* [CP] Check Pods Manifest.lock */ = {
312-
isa = PBXShellScriptBuildPhase;
313-
buildActionMask = 2147483647;
314-
files = (
315-
);
316-
inputFileListPaths = (
317-
);
318-
inputPaths = (
319-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
320-
"${PODS_ROOT}/Manifest.lock",
321-
);
322-
name = "[CP] Check Pods Manifest.lock";
323-
outputFileListPaths = (
324-
);
325-
outputPaths = (
326-
"$(DERIVED_FILE_DIR)/Pods-SFVehiclesTests-checkManifestLockResult.txt",
327-
);
328-
runOnlyForDeploymentPostprocessing = 0;
329-
shellPath = /bin/sh;
330-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
331-
showEnvVarsInLog = 0;
332-
};
333-
54A05ADA3FCF593DDC8727B0 /* [CP] Check Pods Manifest.lock */ = {
334-
isa = PBXShellScriptBuildPhase;
335-
buildActionMask = 2147483647;
336-
files = (
337-
);
338-
inputFileListPaths = (
339-
);
340-
inputPaths = (
341-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
342-
"${PODS_ROOT}/Manifest.lock",
343-
);
344-
name = "[CP] Check Pods Manifest.lock";
345-
outputFileListPaths = (
346-
);
347-
outputPaths = (
348-
"$(DERIVED_FILE_DIR)/Pods-SFVehicles-checkManifestLockResult.txt",
349-
);
350-
runOnlyForDeploymentPostprocessing = 0;
351-
shellPath = /bin/sh;
352-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
353-
showEnvVarsInLog = 0;
354-
};
355-
CDEBA10AC2CB042EE9A5AC81 /* [CP] Embed Pods Frameworks */ = {
356-
isa = PBXShellScriptBuildPhase;
357-
buildActionMask = 2147483647;
358-
files = (
359-
);
360-
inputPaths = (
361-
"${PODS_ROOT}/Target Support Files/Pods-SFVehicles/Pods-SFVehicles-frameworks.sh",
362-
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
363-
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
364-
"${BUILT_PRODUCTS_DIR}/leveldb-library/leveldb.framework",
365-
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
366-
);
367-
name = "[CP] Embed Pods Frameworks";
368-
outputPaths = (
369-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
370-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
371-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/leveldb.framework",
372-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
373-
);
374-
runOnlyForDeploymentPostprocessing = 0;
375-
shellPath = /bin/sh;
376-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SFVehicles/Pods-SFVehicles-frameworks.sh\"\n";
377-
showEnvVarsInLog = 0;
378-
};
379-
/* End PBXShellScriptBuildPhase section */
380-
381273
/* Begin PBXSourcesBuildPhase section */
382274
FBBC43C8196AEFE500C0CAA5 /* Sources */ = {
383275
isa = PBXSourcesBuildPhase;
@@ -491,7 +383,7 @@
491383
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
492384
GCC_WARN_UNUSED_FUNCTION = YES;
493385
GCC_WARN_UNUSED_VARIABLE = YES;
494-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
386+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
495387
ONLY_ACTIVE_ARCH = YES;
496388
OTHER_LDFLAGS = "-ObjC";
497389
SDKROOT = iphoneos;
@@ -539,7 +431,7 @@
539431
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
540432
GCC_WARN_UNUSED_FUNCTION = YES;
541433
GCC_WARN_UNUSED_VARIABLE = YES;
542-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
434+
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
543435
OTHER_LDFLAGS = "-ObjC";
544436
SDKROOT = iphoneos;
545437
TARGETED_DEVICE_FAMILY = "1,2";
@@ -549,7 +441,6 @@
549441
};
550442
FBBC4402196AEFE500C0CAA5 /* Debug */ = {
551443
isa = XCBuildConfiguration;
552-
baseConfigurationReference = 9A67E26CD7BC2F9F5D508E61 /* Pods-SFVehicles.debug.xcconfig */;
553444
buildSettings = {
554445
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
555446
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -565,7 +456,6 @@
565456
};
566457
FBBC4403196AEFE500C0CAA5 /* Release */ = {
567458
isa = XCBuildConfiguration;
568-
baseConfigurationReference = A481780BB179F5EA84717A4E /* Pods-SFVehicles.release.xcconfig */;
569459
buildSettings = {
570460
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
571461
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -581,7 +471,6 @@
581471
};
582472
FBBC4405196AEFE500C0CAA5 /* Debug */ = {
583473
isa = XCBuildConfiguration;
584-
baseConfigurationReference = A341A05EF4F202DD9E033592 /* Pods-SFVehiclesTests.debug.xcconfig */;
585474
buildSettings = {
586475
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SFVehicles.app/SFVehicles";
587476
FRAMEWORK_SEARCH_PATHS = (
@@ -605,7 +494,6 @@
605494
};
606495
FBBC4406196AEFE500C0CAA5 /* Release */ = {
607496
isa = XCBuildConfiguration;
608-
baseConfigurationReference = FFF866DB319805964D993973 /* Pods-SFVehiclesTests.release.xcconfig */;
609497
buildSettings = {
610498
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/SFVehicles.app/SFVehicles";
611499
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)