File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 92
92
isa = XCBuildConfiguration;
93
93
buildSettings = {
94
94
"ARCHS[sdk=iphoneos*]" = (
95
- armv6,
96
95
armv7,
96
+ armv7s,
97
97
);
98
98
"ARCHS[sdk=macosx*]" = (
99
99
x86_64,
104
104
SDKROOT = "$(PLATFORM_NAME)";
105
105
SKIP_INSTALL = YES;
106
106
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
107
+ VALID_ARCHS = "i386 x86_64 armv7 armv6 armv7s";
107
108
};
108
109
name = Debug;
109
110
};
110
111
9069D1310FCE340B0042E34C /* Release */ = {
111
112
isa = XCBuildConfiguration;
112
113
buildSettings = {
113
114
"ARCHS[sdk=iphoneos*]" = (
114
- armv6,
115
115
armv7,
116
+ armv7s,
116
117
);
117
118
"ARCHS[sdk=macosx*]" = (
118
119
x86_64,
122
123
SDKROOT = "$(PLATFORM_NAME)";
123
124
SKIP_INSTALL = YES;
124
125
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
126
+ VALID_ARCHS = "i386 x86_64 armv7 armv6 armv7s";
125
127
};
126
128
name = Release;
127
129
};
You can’t perform that action at this time.
0 commit comments