Skip to content

Commit 1b2cea1

Browse files
committed
Removing armv7s from architectures due to deprecation error
1 parent 342aedc commit 1b2cea1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

iOS_SDK/OneSignalSDK/OneSignal.xcodeproj/project.pbxproj

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2765,6 +2765,11 @@
27652765
CA2951B82167F4120064227A /* Release */ = {
27662766
isa = XCBuildConfiguration;
27672767
buildSettings = {
2768+
ARCHS = (
2769+
"$(ARCHS_STANDARD)",
2770+
x86_64h,
2771+
x86_64,
2772+
);
27682773
CLANG_ANALYZER_NONNULL = YES;
27692774
CLANG_ENABLE_CODE_COVERAGE = NO;
27702775
CLANG_ENABLE_MODULES = YES;
@@ -2923,6 +2928,11 @@
29232928
CA2951C42167FB950064227A /* Debug */ = {
29242929
isa = XCBuildConfiguration;
29252930
buildSettings = {
2931+
ARCHS = (
2932+
"$(ARCHS_STANDARD)",
2933+
x86_64h,
2934+
x86_64,
2935+
);
29262936
CLANG_ANALYZER_NONNULL = YES;
29272937
CLANG_ENABLE_CODE_COVERAGE = NO;
29282938
CLANG_ENABLE_MODULES = YES;
@@ -3466,6 +3476,11 @@
34663476
isa = XCBuildConfiguration;
34673477
buildSettings = {
34683478
APPLICATION_EXTENSION_API_ONLY = YES;
3479+
ARCHS = (
3480+
"$(ARCHS_STANDARD)",
3481+
x86_64h,
3482+
x86_64,
3483+
);
34693484
CLANG_ANALYZER_NONNULL = YES;
34703485
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
34713486
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
@@ -3522,6 +3537,11 @@
35223537
isa = XCBuildConfiguration;
35233538
buildSettings = {
35243539
APPLICATION_EXTENSION_API_ONLY = YES;
3540+
ARCHS = (
3541+
"$(ARCHS_STANDARD)",
3542+
x86_64h,
3543+
x86_64,
3544+
);
35253545
CLANG_ANALYZER_NONNULL = YES;
35263546
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
35273547
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
@@ -3584,6 +3604,11 @@
35843604
isa = XCBuildConfiguration;
35853605
buildSettings = {
35863606
APPLICATION_EXTENSION_API_ONLY = YES;
3607+
ARCHS = (
3608+
"$(ARCHS_STANDARD)",
3609+
x86_64h,
3610+
x86_64,
3611+
);
35873612
CLANG_ANALYZER_NONNULL = YES;
35883613
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
35893614
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
@@ -3638,6 +3663,11 @@
36383663
isa = XCBuildConfiguration;
36393664
buildSettings = {
36403665
APPLICATION_EXTENSION_API_ONLY = YES;
3666+
ARCHS = (
3667+
"$(ARCHS_STANDARD)",
3668+
x86_64h,
3669+
x86_64,
3670+
);
36413671
CLANG_ANALYZER_NONNULL = YES;
36423672
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
36433673
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
@@ -3698,6 +3728,11 @@
36983728
isa = XCBuildConfiguration;
36993729
buildSettings = {
37003730
APPLICATION_EXTENSION_API_ONLY = YES;
3731+
ARCHS = (
3732+
"$(ARCHS_STANDARD)",
3733+
x86_64h,
3734+
x86_64,
3735+
);
37013736
CLANG_ANALYZER_NONNULL = YES;
37023737
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
37033738
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
@@ -3752,6 +3787,11 @@
37523787
isa = XCBuildConfiguration;
37533788
buildSettings = {
37543789
APPLICATION_EXTENSION_API_ONLY = YES;
3790+
ARCHS = (
3791+
"$(ARCHS_STANDARD)",
3792+
x86_64h,
3793+
x86_64,
3794+
);
37553795
CLANG_ANALYZER_NONNULL = YES;
37563796
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
37573797
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";

0 commit comments

Comments
 (0)