Skip to content

Commit

Permalink
Remove i386 from valid archs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins committed Jan 26, 2018
1 parent 9b11de5 commit f21a91b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mParticle-Appboy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle-Appboy";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
};
name = Debug;
};
Expand All @@ -291,6 +292,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.mparticle.mParticle-Appboy";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
"VALID_ARCHS[sdk=iphonesimulator*]" = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit f21a91b

Please sign in to comment.