|
38 | 38 | BF62C260206E165B002A148F /* ValueChooserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF62C25F206E165B002A148F /* ValueChooserView.swift */; }; |
39 | 39 | BF62C264206E2EF6002A148F /* ArrayNodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF62C263206E2EF6002A148F /* ArrayNodes.swift */; }; |
40 | 40 | BF62C266206E2EFE002A148F /* DictionaryNodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF62C265206E2EFE002A148F /* DictionaryNodes.swift */; }; |
| 41 | + BF7CBC9B20C3894E00FADE14 /* Icons.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BF7CBC9A20C3894E00FADE14 /* Icons.xcassets */; }; |
41 | 42 | BF822B72206D965A001192B1 /* DisplayNodeCanvasOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF822B71206D965A001192B1 /* DisplayNodeCanvasOverlay.swift */; }; |
42 | 43 | BF86B739205EFDBE006AEEA7 /* OCRRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF86B738205EFDBE006AEEA7 /* OCRRequest.swift */; }; |
43 | 44 | BF86B73B205EFDF2006AEEA7 /* Alphanum_28x28.mlmodel in Sources */ = {isa = PBXBuildFile; fileRef = BF86B73A205EFDF2006AEEA7 /* Alphanum_28x28.mlmodel */; }; |
|
138 | 139 | BF62C25F206E165B002A148F /* ValueChooserView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ValueChooserView.swift; sourceTree = "<group>"; }; |
139 | 140 | BF62C263206E2EF6002A148F /* ArrayNodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrayNodes.swift; sourceTree = "<group>"; }; |
140 | 141 | BF62C265206E2EFE002A148F /* DictionaryNodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryNodes.swift; sourceTree = "<group>"; }; |
| 142 | + BF7CBC9A20C3894E00FADE14 /* Icons.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Icons.xcassets; sourceTree = "<group>"; }; |
141 | 143 | BF822B71206D965A001192B1 /* DisplayNodeCanvasOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayNodeCanvasOverlay.swift; sourceTree = "<group>"; }; |
142 | 144 | BF86B738205EFDBE006AEEA7 /* OCRRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OCRRequest.swift; sourceTree = "<group>"; }; |
143 | 145 | BF86B73A205EFDF2006AEEA7 /* Alphanum_28x28.mlmodel */ = {isa = PBXFileReference; lastKnownFileType = file.mlmodel; path = Alphanum_28x28.mlmodel; sourceTree = "<group>"; }; |
|
181 | 183 | children = ( |
182 | 184 | BF19A6DA207058060046EFC5 /* background.png */, |
183 | 185 | BF19A6D9207058060046EFC5 /* [email protected] */, |
| 186 | + BF7CBC9A20C3894E00FADE14 /* Icons.xcassets */, |
184 | 187 | ); |
185 | 188 | path = Images; |
186 | 189 | sourceTree = "<group>"; |
|
397 | 400 | files = ( |
398 | 401 | BF56DEBC205862B2007E2483 /* LaunchScreen.storyboard in Resources */, |
399 | 402 | BF19A6DC207058060046EFC5 /* background.png in Resources */, |
| 403 | + BF7CBC9B20C3894E00FADE14 /* Icons.xcassets in Resources */, |
400 | 404 | BF19A6DB207058060046EFC5 /* [email protected] in Resources */, |
401 | 405 | ); |
402 | 406 | runOnlyForDeploymentPostprocessing = 0; |
|
628 | 632 | buildSettings = { |
629 | 633 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
630 | 634 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 635 | + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
631 | 636 | CODE_SIGN_STYLE = Automatic; |
632 | 637 | DEVELOPMENT_TEAM = US5KT4GR2Y; |
633 | 638 | INFOPLIST_FILE = VPL/Info.plist; |
|
644 | 649 | buildSettings = { |
645 | 650 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
646 | 651 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 652 | + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
647 | 653 | CODE_SIGN_STYLE = Automatic; |
648 | 654 | DEVELOPMENT_TEAM = US5KT4GR2Y; |
649 | 655 | INFOPLIST_FILE = VPL/Info.plist; |
|
0 commit comments