Twitter sample: in debug builds, build only active arch

This commit is contained in:
Stephan Diederich
2012-09-14 16:14:47 +02:00
parent 759b4cec4e
commit ba2c327ac6

View File

@@ -361,6 +361,7 @@
GCC_PREFIX_HEADER = RKTwitter_Prefix.pch;
HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/../../Headers\"";
INFOPLIST_FILE = "Resources/RKTwitter-Info.plist";
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RKTwitter;
};