File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
GestureRecognizers/GestureRecognizers.xcodeproj Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 205
205
isa = XCBuildConfiguration;
206
206
buildSettings = {
207
207
ALWAYS_SEARCH_USER_PATHS = NO;
208
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
208
+ ARCHS = (
209
+ armv6,
210
+ armv7,
211
+ );
209
212
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
210
213
COPY_PHASE_STRIP = NO;
211
214
GCC_C_LANGUAGE_STANDARD = gnu99;
230
233
isa = XCBuildConfiguration;
231
234
buildSettings = {
232
235
ALWAYS_SEARCH_USER_PATHS = NO;
233
- ARCHS = "$(ARCHS_STANDARD_32_BIT)";
236
+ ARCHS = (
237
+ armv6,
238
+ armv7,
239
+ );
234
240
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
235
241
COPY_PHASE_STRIP = YES;
236
242
GCC_C_LANGUAGE_STANDARD = gnu99;
289
295
CE98952F1554204F00753811 /* Release */,
290
296
);
291
297
defaultConfigurationIsVisible = 0;
298
+ defaultConfigurationName = Release;
292
299
};
293
300
/* End XCConfigurationList section */
294
301
};
You can’t perform that action at this time.
0 commit comments