Skip to content

Commit 36634e0

Browse files
author
UQ Times
committed
GestureRecognizersはiOS3.2から動作するので、armv6を追加
1 parent 73ff568 commit 36634e0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

GestureRecognizers/GestureRecognizers.xcodeproj/project.pbxproj

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,10 @@
205205
isa = XCBuildConfiguration;
206206
buildSettings = {
207207
ALWAYS_SEARCH_USER_PATHS = NO;
208-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
208+
ARCHS = (
209+
armv6,
210+
armv7,
211+
);
209212
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
210213
COPY_PHASE_STRIP = NO;
211214
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -230,7 +233,10 @@
230233
isa = XCBuildConfiguration;
231234
buildSettings = {
232235
ALWAYS_SEARCH_USER_PATHS = NO;
233-
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
236+
ARCHS = (
237+
armv6,
238+
armv7,
239+
);
234240
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
235241
COPY_PHASE_STRIP = YES;
236242
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -289,6 +295,7 @@
289295
CE98952F1554204F00753811 /* Release */,
290296
);
291297
defaultConfigurationIsVisible = 0;
298+
defaultConfigurationName = Release;
292299
};
293300
/* End XCConfigurationList section */
294301
};

0 commit comments

Comments
 (0)