Skip to content

Commit e9e2892

Browse files
committed
Project: ARCHS_STANDARD_64_BIT by default
1 parent 5350108 commit e9e2892

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

Networking/Networking.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@
871871
SDKROOT = iphoneos;
872872
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
873873
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
874+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
874875
VERSIONING_SYSTEM = "apple-generic";
875876
VERSION_INFO_PREFIX = "";
876877
};
@@ -928,6 +929,7 @@
928929
SWIFT_COMPILATION_MODE = wholemodule;
929930
SWIFT_OPTIMIZATION_LEVEL = "-O";
930931
VALIDATE_PRODUCT = YES;
932+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
931933
VERSIONING_SYSTEM = "apple-generic";
932934
VERSION_INFO_PREFIX = "";
933935
};

Storage/Storage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@
568568
SDKROOT = iphoneos;
569569
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
570570
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
571+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
571572
VERSIONING_SYSTEM = "apple-generic";
572573
VERSION_INFO_PREFIX = "";
573574
};
@@ -625,6 +626,7 @@
625626
SWIFT_COMPILATION_MODE = wholemodule;
626627
SWIFT_OPTIMIZATION_LEVEL = "-O";
627628
VALIDATE_PRODUCT = YES;
629+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
628630
VERSIONING_SYSTEM = "apple-generic";
629631
VERSION_INFO_PREFIX = "";
630632
};

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@
14261426
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
14271427
SWIFT_OBJC_BRIDGING_HEADER = "Classes/System/WooCommerce-Bridging-Header.h";
14281428
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1429-
VALID_ARCHS = "$(inherited)";
1429+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
14301430
};
14311431
name = Debug;
14321432
};
@@ -1480,7 +1480,7 @@
14801480
SWIFT_OBJC_BRIDGING_HEADER = "Classes/System/WooCommerce-Bridging-Header.h";
14811481
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
14821482
VALIDATE_PRODUCT = YES;
1483-
VALID_ARCHS = "$(inherited)";
1483+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
14841484
};
14851485
name = Release;
14861486
};
@@ -1506,7 +1506,6 @@
15061506
SWIFT_VERSION = 4.2;
15071507
TARGETED_DEVICE_FAMILY = "1,2";
15081508
USER_HEADER_SEARCH_PATHS = "";
1509-
VALID_ARCHS = "$(inherited)";
15101509
};
15111510
name = Debug;
15121511
};
@@ -1532,7 +1531,6 @@
15321531
SWIFT_VERSION = 4.2;
15331532
TARGETED_DEVICE_FAMILY = "1,2";
15341533
USER_HEADER_SEARCH_PATHS = "";
1535-
VALID_ARCHS = "$(inherited)";
15361534
};
15371535
name = Release;
15381536
};

Yosemite/Yosemite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@
674674
SDKROOT = iphoneos;
675675
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
676676
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
677+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
677678
VERSIONING_SYSTEM = "apple-generic";
678679
VERSION_INFO_PREFIX = "";
679680
};
@@ -731,6 +732,7 @@
731732
SWIFT_COMPILATION_MODE = wholemodule;
732733
SWIFT_OPTIMIZATION_LEVEL = "-O";
733734
VALIDATE_PRODUCT = YES;
735+
VALID_ARCHS = "$(ARCHS_STANDARD_64_BIT)";
734736
VERSIONING_SYSTEM = "apple-generic";
735737
VERSION_INFO_PREFIX = "";
736738
};
@@ -760,7 +762,6 @@
760762
SKIP_INSTALL = YES;
761763
SWIFT_VERSION = 4.2;
762764
TARGETED_DEVICE_FAMILY = "1,2";
763-
VALID_ARCHS = "$(inherited)";
764765
};
765766
name = Debug;
766767
};
@@ -788,7 +789,6 @@
788789
SKIP_INSTALL = YES;
789790
SWIFT_VERSION = 4.2;
790791
TARGETED_DEVICE_FAMILY = "1,2";
791-
VALID_ARCHS = "$(inherited)";
792792
};
793793
name = Release;
794794
};

0 commit comments

Comments
 (0)