Skip to content

Commit ecdf10c

Browse files
committed
exclude i386 from game integration test targets
1 parent f9cc2c0 commit ecdf10c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gma/integration_test/integration_test.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
CODE_SIGN_IDENTITY = "iPhone Developer";
297297
CODE_SIGN_STYLE = Automatic;
298298
DEVELOPMENT_TEAM = "";
299+
EXCLUDED_ARCHS = i386;
299300
FRAMEWORK_SEARCH_PATHS = (
300301
"$(inherited)",
301302
"$(PROJECT_DIR)",
@@ -328,6 +329,7 @@
328329
CODE_SIGN_IDENTITY = "iPhone Developer";
329330
CODE_SIGN_STYLE = Automatic;
330331
DEVELOPMENT_TEAM = "";
332+
EXCLUDED_ARCHS = i386;
331333
FRAMEWORK_SEARCH_PATHS = (
332334
"$(inherited)",
333335
"$(PROJECT_DIR)",

0 commit comments

Comments
 (0)