diff --git a/icc.xcodeproj/project.pbxproj b/icc.xcodeproj/project.pbxproj index 3308fdde..7177ed73 100644 --- a/icc.xcodeproj/project.pbxproj +++ b/icc.xcodeproj/project.pbxproj @@ -2535,6 +2535,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = A50A54AF1BE2F7A800B669FB /* CardIO_Static_Library_Debug.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; }; name = Debug; }; @@ -2542,6 +2543,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = A50A54B01BE2F7A800B669FB /* CardIO_Static_Library_Release.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; }; name = Release; }; @@ -2549,6 +2551,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = A50A54AE1BE2F7A800B669FB /* CardIO_Static_Library_AdHoc.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; }; name = AdHoc; }; @@ -2577,6 +2580,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = A50A54BE1BE2FEEC00B669FB /* CardIO_Framework_Debug.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; }; name = Debug; }; @@ -2584,6 +2588,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = A50A54BF1BE2FEEC00B669FB /* CardIO_Framework_Release.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; }; name = Release; }; @@ -2591,6 +2596,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = A50A54BD1BE2FEEC00B669FB /* CardIO_Framework_Adhoc.xcconfig */; buildSettings = { + ARCHS = "$(ARCHS_STANDARD)"; }; name = AdHoc; };