|
54 | 54 | CA86E49C24253C2500357AD9 /* SearchApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchApp.swift; sourceTree = "<group>"; }; |
55 | 55 | CA86E49E24253C2500357AD9 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; }; |
56 | 56 | CA86E4A024253C2700357AD9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
57 | | - CA86E4A824253C2700357AD9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
58 | 57 | CA86E4AD24253C2700357AD9 /* SearchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SearchTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
59 | 58 | CA86E4B124253C2700357AD9 /* SearchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchTests.swift; sourceTree = "<group>"; }; |
60 | 59 | DC85B4A7242D07A6009784B0 /* swift-composable-architecture */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "swift-composable-architecture"; path = ../..; sourceTree = "<group>"; }; |
|
103 | 102 | CA86E49924253C2500357AD9 /* Search */ = { |
104 | 103 | isa = PBXGroup; |
105 | 104 | children = ( |
106 | | - CA86E4A824253C2700357AD9 /* Info.plist */, |
107 | 105 | CA86E49C24253C2500357AD9 /* SearchApp.swift */, |
108 | 106 | CA86E49E24253C2500357AD9 /* SearchView.swift */, |
109 | 107 | CA66690A242547B000A639B3 /* WeatherClient.swift */, |
|
372 | 370 | buildSettings = { |
373 | 371 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
374 | 372 | CODE_SIGN_STYLE = Automatic; |
| 373 | + CURRENT_PROJECT_VERSION = 1; |
375 | 374 | ENABLE_PREVIEWS = YES; |
376 | | - INFOPLIST_FILE = Search/Info.plist; |
| 375 | + GENERATE_INFOPLIST_FILE = YES; |
| 376 | + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
| 377 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 378 | + INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 379 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 380 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
377 | 381 | LD_RUNPATH_SEARCH_PATHS = ( |
378 | 382 | "$(inherited)", |
379 | 383 | "@executable_path/Frameworks", |
380 | 384 | ); |
| 385 | + MARKETING_VERSION = 1.0; |
381 | 386 | PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.Search; |
382 | 387 | PRODUCT_NAME = "$(TARGET_NAME)"; |
383 | 388 | SWIFT_VERSION = 5.0; |
|
390 | 395 | buildSettings = { |
391 | 396 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
392 | 397 | CODE_SIGN_STYLE = Automatic; |
| 398 | + CURRENT_PROJECT_VERSION = 1; |
393 | 399 | ENABLE_PREVIEWS = YES; |
394 | | - INFOPLIST_FILE = Search/Info.plist; |
| 400 | + GENERATE_INFOPLIST_FILE = YES; |
| 401 | + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
| 402 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 403 | + INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 404 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 405 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
395 | 406 | LD_RUNPATH_SEARCH_PATHS = ( |
396 | 407 | "$(inherited)", |
397 | 408 | "@executable_path/Frameworks", |
398 | 409 | ); |
| 410 | + MARKETING_VERSION = 1.0; |
399 | 411 | PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.Search; |
400 | 412 | PRODUCT_NAME = "$(TARGET_NAME)"; |
401 | 413 | SWIFT_VERSION = 5.0; |
|
409 | 421 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
410 | 422 | BUNDLE_LOADER = "$(TEST_HOST)"; |
411 | 423 | CODE_SIGN_STYLE = Automatic; |
412 | | - INFOPLIST_FILE = Search/Info.plist; |
| 424 | + CURRENT_PROJECT_VERSION = 1; |
| 425 | + GENERATE_INFOPLIST_FILE = YES; |
413 | 426 | LD_RUNPATH_SEARCH_PATHS = ( |
414 | 427 | "$(inherited)", |
415 | 428 | "@executable_path/Frameworks", |
416 | 429 | "@loader_path/Frameworks", |
417 | 430 | ); |
| 431 | + MARKETING_VERSION = 1.0; |
418 | 432 | PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.SearchTests; |
419 | 433 | PRODUCT_NAME = "$(TARGET_NAME)"; |
420 | 434 | SWIFT_VERSION = 5.0; |
|
429 | 443 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
430 | 444 | BUNDLE_LOADER = "$(TEST_HOST)"; |
431 | 445 | CODE_SIGN_STYLE = Automatic; |
432 | | - INFOPLIST_FILE = Search/Info.plist; |
| 446 | + CURRENT_PROJECT_VERSION = 1; |
| 447 | + GENERATE_INFOPLIST_FILE = YES; |
433 | 448 | LD_RUNPATH_SEARCH_PATHS = ( |
434 | 449 | "$(inherited)", |
435 | 450 | "@executable_path/Frameworks", |
436 | 451 | "@loader_path/Frameworks", |
437 | 452 | ); |
| 453 | + MARKETING_VERSION = 1.0; |
438 | 454 | PRODUCT_BUNDLE_IDENTIFIER = co.pointfree.SearchTests; |
439 | 455 | PRODUCT_NAME = "$(TARGET_NAME)"; |
440 | 456 | SWIFT_VERSION = 5.0; |
|
0 commit comments