diff --git a/RMStore.xcodeproj/project.pbxproj b/RMStore.xcodeproj/project.pbxproj index 49966a51..3afd1ba1 100644 --- a/RMStore.xcodeproj/project.pbxproj +++ b/RMStore.xcodeproj/project.pbxproj @@ -121,7 +121,6 @@ 87D5A74117DE893E000E2B6C /* RMProducstRequestDelegateTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMProducstRequestDelegateTests.m; sourceTree = ""; }; A0AF3D0817A802F300D2E836 /* libRMStore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRMStore.a; sourceTree = BUILT_PRODUCTS_DIR; }; A0AF3D0B17A802F300D2E836 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - A0AF3D0F17A802F300D2E836 /* RMStore-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RMStore-Prefix.pch"; sourceTree = ""; }; A0AF3D1017A802F300D2E836 /* RMStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RMStore.h; sourceTree = ""; }; A0AF3D1217A802F300D2E836 /* RMStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RMStore.m; sourceTree = ""; }; A0AF3D1917A802F300D2E836 /* RMStoreTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RMStoreTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -299,7 +298,6 @@ A0AF3D0E17A802F300D2E836 /* Supporting Files */ = { isa = PBXGroup; children = ( - A0AF3D0F17A802F300D2E836 /* RMStore-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; @@ -626,7 +624,7 @@ GCC_GENERATE_TEST_COVERAGE_FILES = YES; GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RMStore/RMStore-Prefix.pch"; + GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, @@ -647,7 +645,7 @@ buildSettings = { DSTROOT = /tmp/RMStore.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RMStore/RMStore-Prefix.pch"; + GCC_PREFIX_HEADER = ""; HEADER_SEARCH_PATHS = ( "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, diff --git a/RMStore/RMStore-Prefix.pch b/RMStore/RMStore-Prefix.pch deleted file mode 100644 index 78146ac5..00000000 --- a/RMStore/RMStore-Prefix.pch +++ /dev/null @@ -1,7 +0,0 @@ -// -// Prefix header for all source files of the 'RMStore' target in the 'RMStore' project -// - -#ifdef __OBJC__ - #import -#endif