Skip to content

Commit b142478

Browse files
committedOct 24, 2020
Added XCode Storyboard design for macOS version
1 parent 756cdb8 commit b142478

File tree

4 files changed

+269
-213
lines changed

4 files changed

+269
-213
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{
1+
{
22
"info" : {
3-
"version" : 1,
4-
"author" : "xcode"
3+
"author" : "xcode",
4+
"version" : 1
55
}
6-
}
6+
}

‎Mother3Patcher.macOS/Main.storyboard

+261-207
Large diffs are not rendered by default.

‎Mother3Patcher.macOS/Mother3Patcher.macOS.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
6565
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
6666
<ImageAsset Include="Assets.xcassets\Contents.json" />
67+
<ImageAsset Include="Resources\Assets.xcassets\banner.imageset\banner.jpg" />
68+
<ImageAsset Include="Resources\Assets.xcassets\banner.imageset\Contents.json" />
6769
</ItemGroup>
6870
<ItemGroup>
6971
<Folder Include="Resources\" />

‎Mother3Patcher.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DAE3A336-0CCC-4485-9490-88E370993651}"
1313
ProjectSection(SolutionItems) = preProject
1414
img\banner.jpg = img\banner.jpg
15-
\\Mac\Home\Projects\Mother3Patcher\img\icon.ico = \\Mac\Home\Projects\Mother3Patcher\img\icon.ico
16-
\\Mac\Home\Projects\Mother3Patcher\img\icon.png = \\Mac\Home\Projects\Mother3Patcher\img\icon.png
15+
img\icon.ico = img\icon.ico
16+
img\icon.png = img\icon.png
1717
EndProjectSection
1818
EndProject
1919
Global

0 commit comments

Comments
 (0)
Please sign in to comment.