Skip to content

Commit 81c52f2

Browse files
committed
Merge branch 'wwdc-submission'
Conflicts: Media/Icon.afdesign
2 parents 5b42889 + 96ec345 commit 81c52f2

File tree

31 files changed

+309
-0
lines changed

31 files changed

+309
-0
lines changed

Media/Icon.afdesign

707 KB
Binary file not shown.

VPL.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
BF62C260206E165B002A148F /* ValueChooserView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF62C25F206E165B002A148F /* ValueChooserView.swift */; };
3939
BF62C264206E2EF6002A148F /* ArrayNodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF62C263206E2EF6002A148F /* ArrayNodes.swift */; };
4040
BF62C266206E2EFE002A148F /* DictionaryNodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF62C265206E2EFE002A148F /* DictionaryNodes.swift */; };
41+
BF7CBC9B20C3894E00FADE14 /* Icons.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BF7CBC9A20C3894E00FADE14 /* Icons.xcassets */; };
4142
BF822B72206D965A001192B1 /* DisplayNodeCanvasOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF822B71206D965A001192B1 /* DisplayNodeCanvasOverlay.swift */; };
4243
BF86B739205EFDBE006AEEA7 /* OCRRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF86B738205EFDBE006AEEA7 /* OCRRequest.swift */; };
4344
BF86B73B205EFDF2006AEEA7 /* Alphanum_28x28.mlmodel in Sources */ = {isa = PBXBuildFile; fileRef = BF86B73A205EFDF2006AEEA7 /* Alphanum_28x28.mlmodel */; };
@@ -138,6 +139,7 @@
138139
BF62C25F206E165B002A148F /* ValueChooserView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ValueChooserView.swift; sourceTree = "<group>"; };
139140
BF62C263206E2EF6002A148F /* ArrayNodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrayNodes.swift; sourceTree = "<group>"; };
140141
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>"; };
141143
BF822B71206D965A001192B1 /* DisplayNodeCanvasOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DisplayNodeCanvasOverlay.swift; sourceTree = "<group>"; };
142144
BF86B738205EFDBE006AEEA7 /* OCRRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OCRRequest.swift; sourceTree = "<group>"; };
143145
BF86B73A205EFDF2006AEEA7 /* Alphanum_28x28.mlmodel */ = {isa = PBXFileReference; lastKnownFileType = file.mlmodel; path = Alphanum_28x28.mlmodel; sourceTree = "<group>"; };
@@ -181,6 +183,7 @@
181183
children = (
182184
BF19A6DA207058060046EFC5 /* background.png */,
183185
BF19A6D9207058060046EFC5 /* [email protected] */,
186+
BF7CBC9A20C3894E00FADE14 /* Icons.xcassets */,
184187
);
185188
path = Images;
186189
sourceTree = "<group>";
@@ -397,6 +400,7 @@
397400
files = (
398401
BF56DEBC205862B2007E2483 /* LaunchScreen.storyboard in Resources */,
399402
BF19A6DC207058060046EFC5 /* background.png in Resources */,
403+
BF7CBC9B20C3894E00FADE14 /* Icons.xcassets in Resources */,
400404
BF19A6DB207058060046EFC5 /* [email protected] in Resources */,
401405
);
402406
runOnlyForDeploymentPostprocessing = 0;
@@ -628,6 +632,7 @@
628632
buildSettings = {
629633
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
630634
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
635+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
631636
CODE_SIGN_STYLE = Automatic;
632637
DEVELOPMENT_TEAM = US5KT4GR2Y;
633638
INFOPLIST_FILE = VPL/Info.plist;
@@ -644,6 +649,7 @@
644649
buildSettings = {
645650
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
646651
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
652+
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
647653
CODE_SIGN_STYLE = Automatic;
648654
DEVELOPMENT_TEAM = US5KT4GR2Y;
649655
INFOPLIST_FILE = VPL/Info.plist;
5.04 KB
Loading
139 KB
Loading
5.98 KB
Loading
6.47 KB
Loading
7.63 KB
Loading
8.65 KB
Loading
9.35 KB
Loading
486 Bytes
Loading

0 commit comments

Comments
 (0)