Skip to content

Commit

Permalink
chore(deps): bump iOS platform to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers committed Jul 28, 2022
1 parent 445aed9 commit 12b704a
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
41 changes: 32 additions & 9 deletions ios/BlobCourier.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

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

/* Begin PBXFileReference section */
134814201AA4EA6300B7C361 /* libBlobCourier.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBlobCourier.a; sourceTree = BUILT_PRODUCTS_DIR; };
230568869716C03D91D97787 /* libPods-BlobCourier-BlobCourierTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourier-BlobCourierTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
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>"; };
4DCBBD27ED0944D920029CFA /* libPods-BlobCourierTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourierTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
91B11DE2A6E7A39394441AAF /* libPods-BlobCourier.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BlobCourier.a"; sourceTree = BUILT_PRODUCTS_DIR; };
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>"; };
B92C3A0F25935C2700630464 /* EmbeddedHttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmbeddedHttpServer.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -111,7 +113,7 @@
buildActionMask = 2147483647;
files = (
B96829EA254EC872002B4B04 /* libBlobCourier.a in Frameworks */,
8D3788F47DC9A6AC081FF996 /* libPods-BlobCourierTests.a in Frameworks */,
30A6C44819239DC0918F2475 /* libPods-BlobCourier-BlobCourierTests.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -125,6 +127,8 @@
C36080BA4BD5D62B09C596EE /* Pods-BlobCourier.release.xcconfig */,
AAFD0BF14E74F50FA52E0860 /* Pods-BlobCourierTests.debug.xcconfig */,
E4849867169DB4507F6574DF /* Pods-BlobCourierTests.release.xcconfig */,
3784A60FE05B07001E2ABBEA /* Pods-BlobCourier-BlobCourierTests.debug.xcconfig */,
5A0E6C2CF34851167D4879AC /* Pods-BlobCourier-BlobCourierTests.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -162,7 +166,7 @@
isa = PBXGroup;
children = (
91B11DE2A6E7A39394441AAF /* libPods-BlobCourier.a */,
4DCBBD27ED0944D920029CFA /* libPods-BlobCourierTests.a */,
230568869716C03D91D97787 /* libPods-BlobCourier-BlobCourierTests.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -265,6 +269,7 @@
B96829E2254EC872002B4B04 /* Frameworks */,
B96829E3254EC872002B4B04 /* Resources */,
4F4B22363CDCD897D70D62BC /* [CP] Copy Pods Resources */,
25D9DDE4533C69BDAA22663E /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -326,13 +331,31 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
25D9DDE4533C69BDAA22663E /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/hermes-engine/hermes.framework/hermes",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
4F4B22363CDCD897D70D62BC /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-BlobCourierTests/Pods-BlobCourierTests-resources.sh",
"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
);
name = "[CP] Copy Pods Resources";
Expand All @@ -341,7 +364,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourierTests/Pods-BlobCourierTests-resources.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BlobCourier-BlobCourierTests/Pods-BlobCourier-BlobCourierTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
B486C55974A0A2FB83113108 /* [CP] Check Pods Manifest.lock */ = {
Expand Down Expand Up @@ -381,7 +404,7 @@
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-BlobCourierTests-checkManifestLockResult.txt",
"$(DERIVED_FILE_DIR)/Pods-BlobCourier-BlobCourierTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -581,7 +604,7 @@
};
B96829EE254EC872002B4B04 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AAFD0BF14E74F50FA52E0860 /* Pods-BlobCourierTests.debug.xcconfig */;
baseConfigurationReference = 3784A60FE05B07001E2ABBEA /* Pods-BlobCourier-BlobCourierTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "";
CLANG_ANALYZER_NONNULL = YES;
Expand Down Expand Up @@ -613,7 +636,7 @@
};
B96829EF254EC872002B4B04 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = E4849867169DB4507F6574DF /* Pods-BlobCourierTests.release.xcconfig */;
baseConfigurationReference = 5A0E6C2CF34851167D4879AC /* Pods-BlobCourier-BlobCourierTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "";
CLANG_ANALYZER_NONNULL = YES;
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ use_modular_headers!
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => false

target 'BlobCourier' do
target 'BlobCourierTests' do
platform :ios, '11.0'
platform :ios, '11.0'

target 'BlobCourierTests' do
config = use_native_modules!

# Flags change depending on the env values.
Expand Down
2 changes: 1 addition & 1 deletion react-native-blob-courier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

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


Expand Down

0 comments on commit 12b704a

Please sign in to comment.