diff --git a/Nocilla.xcodeproj/project.pbxproj b/Nocilla.xcodeproj/project.pbxproj
index 15c1ae2c..13fbc3d5 100644
--- a/Nocilla.xcodeproj/project.pbxproj
+++ b/Nocilla.xcodeproj/project.pbxproj
@@ -806,9 +806,11 @@
GCC_PREFIX_HEADER = "Nocilla/Nocilla-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_PEDANTIC = NO;
+ ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = PublicHeaders;
SKIP_INSTALL = YES;
+ VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
@@ -820,9 +822,11 @@
GCC_PREFIX_HEADER = "Nocilla/Nocilla-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_PEDANTIC = NO;
+ ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = PublicHeaders;
SKIP_INSTALL = YES;
+ VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
diff --git a/Nocilla.xcodeproj/xcshareddata/xcschemes/Nocilla.xcscheme b/Nocilla.xcodeproj/xcshareddata/xcschemes/Nocilla.xcscheme
index 7279bb02..a041d40c 100644
--- a/Nocilla.xcodeproj/xcshareddata/xcschemes/Nocilla.xcscheme
+++ b/Nocilla.xcodeproj/xcshareddata/xcschemes/Nocilla.xcscheme
@@ -29,7 +29,7 @@
@@ -47,7 +47,7 @@
@@ -63,6 +63,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
+
+
+
+