Skip to content

Commit 12b704a

Browse files
committed
chore(deps): bump iOS platform to 11.0
1 parent 445aed9 commit 12b704a

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

ios/BlobCourier.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
8D3788F47DC9A6AC081FF996 /* libPods-BlobCourierTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DCBBD27ED0944D920029CFA /* libPods-BlobCourierTests.a */; };
10+
30A6C44819239DC0918F2475 /* libPods-BlobCourier-BlobCourierTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 230568869716C03D91D97787 /* libPods-BlobCourier-BlobCourierTests.a */; };
1111
B92C3A1025935C2700630464 /* EmbeddedHttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B92C3A0F25935C2700630464 /* EmbeddedHttpServer.swift */; };
1212
B96829D9254EC727002B4B04 /* UploaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9409539253E1F5800A58583 /* UploaderDelegate.swift */; };
1313
B96829DF254EC736002B4B04 /* DownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B940948F253DFC0800A58583 /* DownloaderDelegate.swift */; };
@@ -65,8 +65,10 @@
6565

6666
/* Begin PBXFileReference section */
6767
134814201AA4EA6300B7C361 /* libBlobCourier.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBlobCourier.a; sourceTree = BUILT_PRODUCTS_DIR; };
68+
230568869716C03D91D97787 /* libPods-BlobCourier-BlobCourierTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourier-BlobCourierTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
69+
3784A60FE05B07001E2ABBEA /* Pods-BlobCourier-BlobCourierTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier-BlobCourierTests.debug.xcconfig"; path = "Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests.debug.xcconfig"; sourceTree = "<group>"; };
6870
4326C95BB50E8D5C1E863C08 /* Pods-BlobCourier.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier.debug.xcconfig"; path = "Target Support Files/Pods-BlobCourier/Pods-BlobCourier.debug.xcconfig"; sourceTree = "<group>"; };
69-
4DCBBD27ED0944D920029CFA /* libPods-BlobCourierTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourierTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
71+
5A0E6C2CF34851167D4879AC /* Pods-BlobCourier-BlobCourierTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourier-BlobCourierTests.release.xcconfig"; path = "Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests.release.xcconfig"; sourceTree = "<group>"; };
7072
91B11DE2A6E7A39394441AAF /* libPods-BlobCourier.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourier.a"; sourceTree = BUILT_PRODUCTS_DIR; };
7173
AAFD0BF14E74F50FA52E0860 /* Pods-BlobCourierTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BlobCourierTests.debug.xcconfig"; path = "Target Support Files/Pods-BlobCourierTests/Pods-BlobCourierTests.debug.xcconfig"; sourceTree = "<group>"; };
7274
B92C3A0F25935C2700630464 /* EmbeddedHttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmbeddedHttpServer.swift; sourceTree = "<group>"; };
@@ -111,7 +113,7 @@
111113
buildActionMask = 2147483647;
112114
files = (
113115
B96829EA254EC872002B4B04 /* libBlobCourier.a in Frameworks */,
114-
8D3788F47DC9A6AC081FF996 /* libPods-BlobCourierTests.a in Frameworks */,
116+
30A6C44819239DC0918F2475 /* libPods-BlobCourier-BlobCourierTests.a in Frameworks */,
115117
);
116118
runOnlyForDeploymentPostprocessing = 0;
117119
};
@@ -125,6 +127,8 @@
125127
C36080BA4BD5D62B09C596EE /* Pods-BlobCourier.release.xcconfig */,
126128
AAFD0BF14E74F50FA52E0860 /* Pods-BlobCourierTests.debug.xcconfig */,
127129
E4849867169DB4507F6574DF /* Pods-BlobCourierTests.release.xcconfig */,
130+
3784A60FE05B07001E2ABBEA /* Pods-BlobCourier-BlobCourierTests.debug.xcconfig */,
131+
5A0E6C2CF34851167D4879AC /* Pods-BlobCourier-BlobCourierTests.release.xcconfig */,
128132
);
129133
path = Pods;
130134
sourceTree = "<group>";
@@ -162,7 +166,7 @@
162166
isa = PBXGroup;
163167
children = (
164168
91B11DE2A6E7A39394441AAF /* libPods-BlobCourier.a */,
165-
4DCBBD27ED0944D920029CFA /* libPods-BlobCourierTests.a */,
169+
230568869716C03D91D97787 /* libPods-BlobCourier-BlobCourierTests.a */,
166170
);
167171
name = Frameworks;
168172
sourceTree = "<group>";
@@ -265,6 +269,7 @@
265269
B96829E2254EC872002B4B04 /* Frameworks */,
266270
B96829E3254EC872002B4B04 /* Resources */,
267271
4F4B22363CDCD897D70D62BC /* [CP] Copy Pods Resources */,
272+
25D9DDE4533C69BDAA22663E /* [CP] Embed Pods Frameworks */,
268273
);
269274
buildRules = (
270275
);
@@ -326,13 +331,31 @@
326331
/* End PBXResourcesBuildPhase section */
327332

328333
/* Begin PBXShellScriptBuildPhase section */
334+
25D9DDE4533C69BDAA22663E /* [CP] Embed Pods Frameworks */ = {
335+
isa = PBXShellScriptBuildPhase;
336+
buildActionMask = 2147483647;
337+
files = (
338+
);
339+
inputPaths = (
340+
"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-frameworks.sh",
341+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/hermes.framework/hermes",
342+
);
343+
name = "[CP] Embed Pods Frameworks";
344+
outputPaths = (
345+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
346+
);
347+
runOnlyForDeploymentPostprocessing = 0;
348+
shellPath = /bin/sh;
349+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-frameworks.sh\"\n";
350+
showEnvVarsInLog = 0;
351+
};
329352
4F4B22363CDCD897D70D62BC /* [CP] Copy Pods Resources */ = {
330353
isa = PBXShellScriptBuildPhase;
331354
buildActionMask = 2147483647;
332355
files = (
333356
);
334357
inputPaths = (
335-
"${PODS_ROOT}/Target Support Files/Pods-BlobCourierTests/Pods-BlobCourierTests-resources.sh",
358+
"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-resources.sh",
336359
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
337360
);
338361
name = "[CP] Copy Pods Resources";
@@ -341,7 +364,7 @@
341364
);
342365
runOnlyForDeploymentPostprocessing = 0;
343366
shellPath = /bin/sh;
344-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourierTests/Pods-BlobCourierTests-resources.sh\"\n";
367+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-resources.sh\"\n";
345368
showEnvVarsInLog = 0;
346369
};
347370
B486C55974A0A2FB83113108 /* [CP] Check Pods Manifest.lock */ = {
@@ -381,7 +404,7 @@
381404
outputFileListPaths = (
382405
);
383406
outputPaths = (
384-
"$(DERIVED_FILE_DIR)/Pods-BlobCourierTests-checkManifestLockResult.txt",
407+
"$(DERIVED_FILE_DIR)/Pods-BlobCourier-BlobCourierTests-checkManifestLockResult.txt",
385408
);
386409
runOnlyForDeploymentPostprocessing = 0;
387410
shellPath = /bin/sh;
@@ -581,7 +604,7 @@
581604
};
582605
B96829EE254EC872002B4B04 /* Debug */ = {
583606
isa = XCBuildConfiguration;
584-
baseConfigurationReference = AAFD0BF14E74F50FA52E0860 /* Pods-BlobCourierTests.debug.xcconfig */;
607+
baseConfigurationReference = 3784A60FE05B07001E2ABBEA /* Pods-BlobCourier-BlobCourierTests.debug.xcconfig */;
585608
buildSettings = {
586609
BUNDLE_LOADER = "";
587610
CLANG_ANALYZER_NONNULL = YES;
@@ -613,7 +636,7 @@
613636
};
614637
B96829EF254EC872002B4B04 /* Release */ = {
615638
isa = XCBuildConfiguration;
616-
baseConfigurationReference = E4849867169DB4507F6574DF /* Pods-BlobCourierTests.release.xcconfig */;
639+
baseConfigurationReference = 5A0E6C2CF34851167D4879AC /* Pods-BlobCourier-BlobCourierTests.release.xcconfig */;
617640
buildSettings = {
618641
BUNDLE_LOADER = "";
619642
CLANG_ANALYZER_NONNULL = YES;

ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ use_modular_headers!
77
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => false
88

99
target 'BlobCourier' do
10-
target 'BlobCourierTests' do
11-
platform :ios, '11.0'
10+
platform :ios, '11.0'
1211

12+
target 'BlobCourierTests' do
1313
config = use_native_modules!
1414

1515
# Flags change depending on the env values.

react-native-blob-courier.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.license = package["license"]
1414
s.authors = package["author"]
1515

16-
s.platforms = { :ios => "10.0" }
16+
s.platforms = { :ios => "11.0" }
1717
s.source = { :git => "https://github.com/edeckers/react-native-blob-courier.git", :tag => "#{s.version}" }
1818

1919

0 commit comments

Comments
 (0)