Skip to content

Commit e80216c

Browse files
s-faychatelardfrederoni
authored andcommitted
Fix missing device family and swift 5 versions
1 parent 2f2003c commit e80216c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
};
751751
DA5170EA1CF2581900CD6DCF = {
752752
CreatedOnToolsVersion = 7.3.1;
753-
LastSwiftMigration = 0800;
753+
LastSwiftMigration = 1020;
754754
};
755755
DD342B4F19A140EE00219F77 = {
756756
CreatedOnToolsVersion = 6.0;
@@ -1323,6 +1323,7 @@
13231323
SDKROOT = appletvos;
13241324
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13251325
SWIFT_VERSION = 5.0;
1326+
TARGETED_DEVICE_FAMILY = "1,2,3";
13261327
TVOS_DEPLOYMENT_TARGET = 9.0;
13271328
};
13281329
name = Debug;
@@ -1346,6 +1347,7 @@
13461347
SDKROOT = appletvos;
13471348
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
13481349
SWIFT_VERSION = 5.0;
1350+
TARGETED_DEVICE_FAMILY = "1,2,3";
13491351
TVOS_DEPLOYMENT_TARGET = 9.0;
13501352
};
13511353
name = Release;
@@ -1370,6 +1372,7 @@
13701372
PRODUCT_NAME = MapboxGeocoder;
13711373
SDKROOT = watchos;
13721374
SKIP_INSTALL = YES;
1375+
SWIFT_VERSION = 5.0;
13731376
TARGETED_DEVICE_FAMILY = 4;
13741377
VERSIONING_SYSTEM = "apple-generic";
13751378
VERSION_INFO_PREFIX = "";
@@ -1399,6 +1402,7 @@
13991402
SDKROOT = watchos;
14001403
SKIP_INSTALL = YES;
14011404
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1405+
SWIFT_VERSION = 5.0;
14021406
TARGETED_DEVICE_FAMILY = 4;
14031407
VERSIONING_SYSTEM = "apple-generic";
14041408
VERSION_INFO_PREFIX = "";
@@ -1578,6 +1582,7 @@
15781582
SKIP_INSTALL = YES;
15791583
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
15801584
SWIFT_VERSION = 5.0;
1585+
TARGETED_DEVICE_FAMILY = "1,2,3";
15811586
VERSIONING_SYSTEM = "apple-generic";
15821587
VERSION_INFO_PREFIX = "";
15831588
};
@@ -1601,6 +1606,7 @@
16011606
SKIP_INSTALL = YES;
16021607
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
16031608
SWIFT_VERSION = 5.0;
1609+
TARGETED_DEVICE_FAMILY = "1,2,3";
16041610
VERSIONING_SYSTEM = "apple-generic";
16051611
VERSION_INFO_PREFIX = "";
16061612
};
@@ -1656,6 +1662,7 @@
16561662
PRODUCT_NAME = "$(TARGET_NAME)";
16571663
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
16581664
SWIFT_VERSION = 5.0;
1665+
TARGETED_DEVICE_FAMILY = "1,2,3";
16591666
};
16601667
name = Debug;
16611668
};
@@ -1676,6 +1683,7 @@
16761683
PRODUCT_NAME = "$(TARGET_NAME)";
16771684
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
16781685
SWIFT_VERSION = 5.0;
1686+
TARGETED_DEVICE_FAMILY = "1,2,3";
16791687
};
16801688
name = Release;
16811689
};

0 commit comments

Comments
 (0)