|
207 | 207 | isa = XCBuildConfiguration; |
208 | 208 | buildSettings = { |
209 | 209 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 210 | + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; |
210 | 211 | CLANG_ANALYZER_NONNULL = YES; |
211 | 212 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
212 | 213 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
253 | 254 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
254 | 255 | GCC_WARN_UNUSED_FUNCTION = YES; |
255 | 256 | GCC_WARN_UNUSED_VARIABLE = YES; |
256 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.2; |
| 257 | + GENERATE_INFOPLIST_FILE = YES; |
| 258 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
257 | 259 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
258 | 260 | MTL_FAST_MATH = YES; |
259 | 261 | ONLY_ACTIVE_ARCH = YES; |
260 | 262 | SDKROOT = iphoneos; |
| 263 | + SKIP_INSTALL = YES; |
261 | 264 | }; |
262 | 265 | name = Debug; |
263 | 266 | }; |
264 | 267 | A2FFDDDA2A39D21D003E24C4 /* Release */ = { |
265 | 268 | isa = XCBuildConfiguration; |
266 | 269 | buildSettings = { |
267 | 270 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 271 | + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; |
268 | 272 | CLANG_ANALYZER_NONNULL = YES; |
269 | 273 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
270 | 274 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
305 | 309 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
306 | 310 | GCC_WARN_UNUSED_FUNCTION = YES; |
307 | 311 | GCC_WARN_UNUSED_VARIABLE = YES; |
308 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.2; |
| 312 | + GENERATE_INFOPLIST_FILE = YES; |
| 313 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
309 | 314 | MTL_ENABLE_DEBUG_INFO = NO; |
310 | 315 | MTL_FAST_MATH = YES; |
311 | 316 | SDKROOT = iphoneos; |
| 317 | + SKIP_INSTALL = YES; |
312 | 318 | VALIDATE_PRODUCT = YES; |
313 | 319 | }; |
314 | 320 | name = Release; |
|
318 | 324 | buildSettings = { |
319 | 325 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
320 | 326 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 327 | + ASSETCATALOG_COMPILER_SKIP_APP_STORE_DEPLOYMENT = YES; |
| 328 | + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; |
321 | 329 | CODE_SIGN_STYLE = Automatic; |
322 | 330 | CURRENT_PROJECT_VERSION = 1; |
323 | | - DEVELOPMENT_TEAM = SF3Z2K36RZ; |
| 331 | + DEVELOPMENT_TEAM = UTS48T689H; |
| 332 | + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
324 | 333 | GENERATE_INFOPLIST_FILE = YES; |
325 | 334 | INFOPLIST_FILE = TestObjcApp/Info.plist; |
| 335 | + INFOPLIST_KEY_CFBundleDisplayName = ObjcApp; |
| 336 | + INFOPLIST_KEY_LSApplicationCategoryType = NSCameraUsageDescription; |
| 337 | + INFOPLIST_KEY_NSCameraUsageDescription = "Require camera permission"; |
| 338 | + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "uses photo library"; |
326 | 339 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
327 | 340 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
328 | 341 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
329 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
330 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
331 | 342 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
332 | 343 | LD_RUNPATH_SEARCH_PATHS = ( |
333 | 344 | "$(inherited)", |
334 | 345 | "@executable_path/Frameworks", |
335 | 346 | ); |
336 | 347 | MARKETING_VERSION = 1.0; |
| 348 | + MODULE_VERSION = 1.0; |
337 | 349 | PRODUCT_BUNDLE_IDENTIFIER = com.extrieve.QuickCaptureTestDemo.TestSwiftApp; |
338 | 350 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 351 | + SKIP_INSTALL = YES; |
| 352 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 353 | + SUPPORTS_MACCATALYST = NO; |
| 354 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
339 | 355 | SWIFT_EMIT_LOC_STRINGS = YES; |
340 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
| 356 | + TARGETED_DEVICE_FAMILY = 1; |
| 357 | + VERSIONING_SYSTEM = "apple-generic"; |
341 | 358 | }; |
342 | 359 | name = Debug; |
343 | 360 | }; |
|
346 | 363 | buildSettings = { |
347 | 364 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
348 | 365 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 366 | + ASSETCATALOG_COMPILER_SKIP_APP_STORE_DEPLOYMENT = YES; |
| 367 | + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; |
349 | 368 | CODE_SIGN_STYLE = Automatic; |
350 | 369 | CURRENT_PROJECT_VERSION = 1; |
351 | | - DEVELOPMENT_TEAM = SF3Z2K36RZ; |
| 370 | + DEVELOPMENT_TEAM = UTS48T689H; |
| 371 | + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
352 | 372 | GENERATE_INFOPLIST_FILE = YES; |
353 | 373 | INFOPLIST_FILE = TestObjcApp/Info.plist; |
| 374 | + INFOPLIST_KEY_CFBundleDisplayName = ObjcApp; |
| 375 | + INFOPLIST_KEY_LSApplicationCategoryType = NSCameraUsageDescription; |
| 376 | + INFOPLIST_KEY_NSCameraUsageDescription = "Require camera permission"; |
| 377 | + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "uses photo library"; |
354 | 378 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
355 | 379 | INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
356 | 380 | INFOPLIST_KEY_UIMainStoryboardFile = Main; |
357 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
358 | | - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
359 | 381 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
360 | 382 | LD_RUNPATH_SEARCH_PATHS = ( |
361 | 383 | "$(inherited)", |
362 | 384 | "@executable_path/Frameworks", |
363 | 385 | ); |
364 | 386 | MARKETING_VERSION = 1.0; |
| 387 | + MODULE_VERSION = 1.0; |
365 | 388 | PRODUCT_BUNDLE_IDENTIFIER = com.extrieve.QuickCaptureTestDemo.TestSwiftApp; |
366 | 389 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 390 | + SKIP_INSTALL = YES; |
| 391 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 392 | + SUPPORTS_MACCATALYST = NO; |
| 393 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
367 | 394 | SWIFT_EMIT_LOC_STRINGS = YES; |
368 | | - TARGETED_DEVICE_FAMILY = "1,2"; |
| 395 | + TARGETED_DEVICE_FAMILY = 1; |
| 396 | + VERSIONING_SYSTEM = "apple-generic"; |
369 | 397 | }; |
370 | 398 | name = Release; |
371 | 399 | }; |
|
379 | 407 | A2FFDDDA2A39D21D003E24C4 /* Release */, |
380 | 408 | ); |
381 | 409 | defaultConfigurationIsVisible = 0; |
382 | | - defaultConfigurationName = Release; |
| 410 | + defaultConfigurationName = Debug; |
383 | 411 | }; |
384 | 412 | A2FFDDDB2A39D21D003E24C4 /* Build configuration list for PBXNativeTarget "TestObjcApp" */ = { |
385 | 413 | isa = XCConfigurationList; |
|
388 | 416 | A2FFDDDD2A39D21D003E24C4 /* Release */, |
389 | 417 | ); |
390 | 418 | defaultConfigurationIsVisible = 0; |
391 | | - defaultConfigurationName = Release; |
| 419 | + defaultConfigurationName = Debug; |
392 | 420 | }; |
393 | 421 | /* End XCConfigurationList section */ |
394 | 422 | }; |
|
0 commit comments