Skip to content

Commit 65d9c47

Browse files
authored
Merge pull request #1632 from StoDevX/deploy-target-8.2
Lower the deployment target to iOS 8.2
2 parents d95c25f + f612ba8 commit 65d9c47

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,13 @@
352352
remoteGlobalIDString = 641E28441F0EEC8500443AF6;
353353
remoteInfo = "RCTVideo-tvOS";
354354
};
355+
6769508B1F6EE05800EF5057 /* PBXContainerItemProxy */ = {
356+
isa = PBXContainerItemProxy;
357+
containerPortal = C1122D5F37D247E09037EE31 /* BVLinearGradient.xcodeproj */;
358+
proxyType = 2;
359+
remoteGlobalIDString = 64AA15081EF7F30100718508;
360+
remoteInfo = "BVLinearGradient-tvOS";
361+
};
355362
67990B491EC0FE7A001F5261 /* PBXContainerItemProxy */ = {
356363
isa = PBXContainerItemProxy;
357364
containerPortal = 36AB9BDB6CF1449E997C6D74 /* AirMaps.xcodeproj */;
@@ -637,6 +644,7 @@
637644
isa = PBXGroup;
638645
children = (
639646
00CF91EA1E770EF900DD9CBC /* libBVLinearGradient.a */,
647+
6769508C1F6EE05800EF5057 /* libBVLinearGradient.a */,
640648
);
641649
name = Products;
642650
sourceTree = "<group>";
@@ -1384,6 +1392,13 @@
13841392
remoteRef = 6737CDF21F4B09F900976A4F /* PBXContainerItemProxy */;
13851393
sourceTree = BUILT_PRODUCTS_DIR;
13861394
};
1395+
6769508C1F6EE05800EF5057 /* libBVLinearGradient.a */ = {
1396+
isa = PBXReferenceProxy;
1397+
fileType = archive.ar;
1398+
path = libBVLinearGradient.a;
1399+
remoteRef = 6769508B1F6EE05800EF5057 /* PBXContainerItemProxy */;
1400+
sourceTree = BUILT_PRODUCTS_DIR;
1401+
};
13871402
67990B4A1EC0FE7A001F5261 /* libAirMaps.a */ = {
13881403
isa = PBXReferenceProxy;
13891404
fileType = archive.ar;
@@ -1692,7 +1707,7 @@
16921707
"$(SRCROOT)/../node_modules/react-native-safari-view",
16931708
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
16941709
);
1695-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1710+
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
16961711
MTL_ENABLE_DEBUG_INFO = YES;
16971712
ONLY_ACTIVE_ARCH = YES;
16981713
SDKROOT = iphoneos;
@@ -1744,7 +1759,7 @@
17441759
"$(SRCROOT)/../node_modules/react-native-safari-view",
17451760
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
17461761
);
1747-
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
1762+
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
17481763
MTL_ENABLE_DEBUG_INFO = NO;
17491764
SDKROOT = iphoneos;
17501765
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)