Skip to content

Commit b923068

Browse files
author
UQ Times
committed
対応のiOSを3.0にし、GCC_THUMB_SUPPORT = NOを追加
1 parent acd2f1c commit b923068

File tree

2 files changed

+12
-4
lines changed
  • Shake&DeviceOrientationNotification/Shake&DeviceOrientationNotification.xcodeproj
  • UIAccelerometerSample/UIAccelerometerSample.xcodeproj

2 files changed

+12
-4
lines changed

Shake&DeviceOrientationNotification/Shake&DeviceOrientationNotification.xcodeproj/project.pbxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
GCC_WARN_ABOUT_RETURN_TYPE = YES;
225225
GCC_WARN_UNINITIALIZED_AUTOS = YES;
226226
GCC_WARN_UNUSED_VARIABLE = YES;
227-
IPHONEOS_DEPLOYMENT_TARGET = 3.2;
227+
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
228228
SDKROOT = iphoneos;
229229
TARGETED_DEVICE_FAMILY = "1,2";
230230
};
@@ -242,7 +242,7 @@
242242
GCC_WARN_ABOUT_RETURN_TYPE = YES;
243243
GCC_WARN_UNINITIALIZED_AUTOS = YES;
244244
GCC_WARN_UNUSED_VARIABLE = YES;
245-
IPHONEOS_DEPLOYMENT_TARGET = 3.2;
245+
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
246246
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
247247
SDKROOT = iphoneos;
248248
TARGETED_DEVICE_FAMILY = "1,2";
@@ -259,8 +259,9 @@
259259
);
260260
GCC_PRECOMPILE_PREFIX_HEADER = YES;
261261
GCC_PREFIX_HEADER = "Shake&DeviceOrientationNotification/Shake&DeviceOrientationNotification-Prefix.pch";
262+
GCC_THUMB_SUPPORT = NO;
262263
INFOPLIST_FILE = "Shake&DeviceOrientationNotification/Shake&DeviceOrientationNotification-Info.plist";
263-
IPHONEOS_DEPLOYMENT_TARGET = 3.2;
264+
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
264265
PRODUCT_NAME = "$(TARGET_NAME)";
265266
WRAPPER_EXTENSION = app;
266267
};
@@ -275,8 +276,9 @@
275276
);
276277
GCC_PRECOMPILE_PREFIX_HEADER = YES;
277278
GCC_PREFIX_HEADER = "Shake&DeviceOrientationNotification/Shake&DeviceOrientationNotification-Prefix.pch";
279+
GCC_THUMB_SUPPORT = NO;
278280
INFOPLIST_FILE = "Shake&DeviceOrientationNotification/Shake&DeviceOrientationNotification-Info.plist";
279-
IPHONEOS_DEPLOYMENT_TARGET = 3.2;
281+
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
280282
PRODUCT_NAME = "$(TARGET_NAME)";
281283
WRAPPER_EXTENSION = app;
282284
};
@@ -301,6 +303,7 @@
301303
CE8019FE155E3C3E001D8B48 /* Release */,
302304
);
303305
defaultConfigurationIsVisible = 0;
306+
defaultConfigurationName = Release;
304307
};
305308
/* End XCConfigurationList section */
306309
};

UIAccelerometerSample/UIAccelerometerSample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
"$(inherited)",
220220
);
221221
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
222+
GCC_THUMB_SUPPORT = NO;
222223
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
223224
GCC_WARN_ABOUT_RETURN_TYPE = YES;
224225
GCC_WARN_UNINITIALIZED_AUTOS = YES;
@@ -240,6 +241,7 @@
240241
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
241242
COPY_PHASE_STRIP = YES;
242243
GCC_C_LANGUAGE_STANDARD = gnu99;
244+
GCC_THUMB_SUPPORT = NO;
243245
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
244246
GCC_WARN_ABOUT_RETURN_TYPE = YES;
245247
GCC_WARN_UNINITIALIZED_AUTOS = YES;
@@ -257,6 +259,7 @@
257259
buildSettings = {
258260
GCC_PRECOMPILE_PREFIX_HEADER = YES;
259261
GCC_PREFIX_HEADER = "UIAccelerometerSample/UIAccelerometerSample-Prefix.pch";
262+
GCC_THUMB_SUPPORT = NO;
260263
INFOPLIST_FILE = "UIAccelerometerSample/UIAccelerometerSample-Info.plist";
261264
PRODUCT_NAME = "$(TARGET_NAME)";
262265
WRAPPER_EXTENSION = app;
@@ -268,6 +271,7 @@
268271
buildSettings = {
269272
GCC_PRECOMPILE_PREFIX_HEADER = YES;
270273
GCC_PREFIX_HEADER = "UIAccelerometerSample/UIAccelerometerSample-Prefix.pch";
274+
GCC_THUMB_SUPPORT = NO;
271275
INFOPLIST_FILE = "UIAccelerometerSample/UIAccelerometerSample-Info.plist";
272276
PRODUCT_NAME = "$(TARGET_NAME)";
273277
WRAPPER_EXTENSION = app;
@@ -293,6 +297,7 @@
293297
CE801A3A155EBFE5001D8B48 /* Release */,
294298
);
295299
defaultConfigurationIsVisible = 0;
300+
defaultConfigurationName = Release;
296301
};
297302
/* End XCConfigurationList section */
298303
};

0 commit comments

Comments
 (0)