diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/CPU.imageset/Contents.json b/Apple2Mac/Apple2iOS/Assets.xcassets/CPU.imageset/Contents.json new file mode 100644 index 00000000..0b873402 --- /dev/null +++ b/Apple2Mac/Apple2iOS/Assets.xcassets/CPU.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "cpu.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/CPU.imageset/cpu.png b/Apple2Mac/Apple2iOS/Assets.xcassets/CPU.imageset/cpu.png new file mode 100644 index 00000000..9cfd989f Binary files /dev/null and b/Apple2Mac/Apple2iOS/Assets.xcassets/CPU.imageset/cpu.png differ diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Pause.imageset/Contents.json b/Apple2Mac/Apple2iOS/Assets.xcassets/Pause.imageset/Contents.json new file mode 100644 index 00000000..4da7210b --- /dev/null +++ b/Apple2Mac/Apple2iOS/Assets.xcassets/Pause.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "Pause.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Pause.imageset/Pause.png b/Apple2Mac/Apple2iOS/Assets.xcassets/Pause.imageset/Pause.png new file mode 100644 index 00000000..93a0c8c3 Binary files /dev/null and b/Apple2Mac/Apple2iOS/Assets.xcassets/Pause.imageset/Pause.png differ diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Contents.json b/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Contents.json index 6f0f0734..185c49e4 100644 --- a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Contents.json +++ b/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Contents.json @@ -7,12 +7,10 @@ }, { "idiom" : "universal", - "filename" : "pref64.png", "scale" : "2x" }, { "idiom" : "universal", - "filename" : "prefs128.png", "scale" : "3x" } ], diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Prefs.png b/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Prefs.png index 80fffdd5..4d32f90a 100644 Binary files a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Prefs.png and b/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Prefs.png differ diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/pref64.png b/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/pref64.png deleted file mode 100644 index 90be8067..00000000 Binary files a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/pref64.png and /dev/null differ diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/prefs128.png b/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/prefs128.png deleted file mode 100644 index a09537f4..00000000 Binary files a/Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/prefs128.png and /dev/null differ diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Reboot.imageset/Contents.json b/Apple2Mac/Apple2iOS/Assets.xcassets/Reboot.imageset/Contents.json new file mode 100644 index 00000000..b5094596 --- /dev/null +++ b/Apple2Mac/Apple2iOS/Assets.xcassets/Reboot.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "reboot.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Reboot.imageset/reboot.png b/Apple2Mac/Apple2iOS/Assets.xcassets/Reboot.imageset/reboot.png new file mode 100644 index 00000000..6e20f45f Binary files /dev/null and b/Apple2Mac/Apple2iOS/Assets.xcassets/Reboot.imageset/reboot.png differ diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Run.imageset/Contents.json b/Apple2Mac/Apple2iOS/Assets.xcassets/Run.imageset/Contents.json new file mode 100644 index 00000000..cef5b921 --- /dev/null +++ b/Apple2Mac/Apple2iOS/Assets.xcassets/Run.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "run.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Apple2Mac/Apple2iOS/Assets.xcassets/Run.imageset/run.png b/Apple2Mac/Apple2iOS/Assets.xcassets/Run.imageset/run.png new file mode 100644 index 00000000..82032fc5 Binary files /dev/null and b/Apple2Mac/Apple2iOS/Assets.xcassets/Run.imageset/run.png differ diff --git a/Apple2Mac/Apple2iOS/Base.lproj/Main.storyboard b/Apple2Mac/Apple2iOS/Base.lproj/Main.storyboard index f5c88719..69389ea1 100644 --- a/Apple2Mac/Apple2iOS/Base.lproj/Main.storyboard +++ b/Apple2Mac/Apple2iOS/Base.lproj/Main.storyboard @@ -23,17 +23,19 @@ - + - + + - + + @@ -413,7 +415,10 @@ + + +