|
20 | 20 | 6581F1552B36C0D000BA34A9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
21 | 21 | 6581F1572B36C0D000BA34A9 /* chatdemoios.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = chatdemoios.entitlements; sourceTree = "<group>"; }; |
22 | 22 | 6581F1592B36C0D000BA34A9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 23 | + 65E1CD792E79AA2500DACC1A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
23 | 24 | /* End PBXFileReference section */ |
24 | 25 |
|
25 | 26 | /* Begin PBXFrameworksBuildPhase section */ |
|
52 | 53 | 6581F1502B36C0CF00BA34A9 /* chatdemoios */ = { |
53 | 54 | isa = PBXGroup; |
54 | 55 | children = ( |
| 56 | + 65E1CD792E79AA2500DACC1A /* Info.plist */, |
55 | 57 | 6581F1512B36C0CF00BA34A9 /* chatdemoiosApp.swift */, |
56 | 58 | 6581F1532B36C0CF00BA34A9 /* ContentView.swift */, |
57 | 59 | 6581F1552B36C0D000BA34A9 /* Assets.xcassets */, |
|
300 | 302 | FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../common/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)"; |
301 | 303 | GENERATE_INFOPLIST_FILE = YES; |
302 | 304 | HEADER_SEARCH_PATHS = ""; |
| 305 | + INFOPLIST_FILE = chatdemoios/Info.plist; |
| 306 | + INFOPLIST_KEY_LSApplicationCategoryType = ""; |
303 | 307 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
304 | 308 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
305 | 309 | "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
|
341 | 345 | FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../common/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)"; |
342 | 346 | GENERATE_INFOPLIST_FILE = YES; |
343 | 347 | HEADER_SEARCH_PATHS = ""; |
| 348 | + INFOPLIST_FILE = chatdemoios/Info.plist; |
| 349 | + INFOPLIST_KEY_LSApplicationCategoryType = ""; |
344 | 350 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
345 | 351 | "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
346 | 352 | "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
|
0 commit comments