Compare commits

...

10 Commits

Author SHA1 Message Date
Max
dcca5f1e2d Update 2020-06-28 16:11:26 +01:00
Max Hunt
a6cd8e309a Update 2019-07-23 19:39:01 +01:00
Max Hunt
6217be1924 All Dark Now! 2019-07-21 11:17:36 +01:00
Max Hunt
c6fbcfca4e Finalised Dark Mode 2019-07-21 02:19:00 +01:00
Max Hunt
dceb93cf5b updates 2019-07-20 23:29:13 +01:00
Max Hunt
ae7e0c1683 added dark assets 2019-07-20 23:00:44 +01:00
Max Hunt
3c7e28fe78 updates 2019-07-20 21:04:31 +01:00
Max Hunt
905f8d1b8c colours! 2019-07-20 20:47:20 +01:00
Max Hunt
a175e29442 this is bullshit 2019-07-03 23:37:40 +01:00
Max Hunt
1bf8865e4d Checkpoint C 2019-06-29 13:57:04 +01:00
152 changed files with 1161 additions and 233 deletions

View File

@ -437,14 +437,15 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = T87U8Q4BB3;
INFOPLIST_FILE = Guibe/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = icl.8.Guibes;
PRODUCT_BUNDLE_IDENTIFIER = icl.8.Guibe2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
@ -455,14 +456,15 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = T87U8Q4BB3;
INFOPLIST_FILE = Guibe/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = icl.8.Guibes;
PRODUCT_BUNDLE_IDENTIFIER = icl.8.Guibe2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};

View File

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50A7ADD0229D6A4200D58743"
BuildableName = "Guibe.app"
BlueprintName = "Guibe"
ReferencedContainer = "container:Guibe.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50A7ADD0229D6A4200D58743"
BuildableName = "Guibe.app"
BlueprintName = "Guibe"
ReferencedContainer = "container:Guibe.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50A7ADD0229D6A4200D58743"
BuildableName = "Guibe.app"
BlueprintName = "Guibe"
ReferencedContainer = "container:Guibe.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50A7ADD0229D6A4200D58743"
BuildableName = "Guibe.app"
BlueprintName = "Guibe"
ReferencedContainer = "container:Guibe.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -33,6 +33,7 @@ class S3artViewController: UIViewController, CLLocationManagerDelegate {
let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "audioSet") as! AudioInstrViewController
// let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "screen5") as! H5ndChoiceViewController
nextViewController.modalTransitionStyle = .crossDissolve
nextViewController.modalPresentationStyle = .fullScreen
self.present(nextViewController, animated: true, completion: nil)
}

View File

@ -14,6 +14,9 @@ class H5ndChoiceViewController: UIViewController {
@IBOutlet weak var rBtn: UIButton!
@IBOutlet weak var textLbl: UITextView!
@IBOutlet weak var altLbl: UILabel!
@IBOutlet var vCtrl: UIView!
@IBOutlet weak var lHand: UIButton!
@IBOutlet weak var rHand: UIButton!
let defaults = UserDefaults.standard
@ -21,17 +24,22 @@ class H5ndChoiceViewController: UIViewController {
defaults.set(1, forKey: "handSide")
let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "screen6") as! S6deChoiceViewController
nextViewController.modalTransitionStyle = .crossDissolve
nextViewController.modalPresentationStyle = .fullScreen
self.present(nextViewController, animated: true, completion: nil)
}
@IBAction func ritHandPressed(_ sender: Any) {
defaults.set(2, forKey: "handSide")
let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "screen6") as! S6deChoiceViewController
nextViewController.modalTransitionStyle = .crossDissolve
nextViewController.modalPresentationStyle = .fullScreen
self.present(nextViewController, animated: true, completion: nil)
}
override func viewDidLoad() {
super.viewDidLoad()
altLbl.textColor = UIColor.secondaryLabel
vCtrl.backgroundColor = UIColor.secondarySystemBackground
lBtn.accessibilityLabel = "Left Hand"
rBtn.accessibilityLabel = "Right Hand"
textLbl.accessibilityLabel = "where would you like to wear ghibe"

View File

@ -14,6 +14,8 @@ class S6deChoiceViewController: UIViewController {
@IBOutlet weak var sBtn: UIButton!
@IBOutlet weak var textLbl: UITextView!
@IBOutlet weak var altLbl: UILabel!
@IBOutlet var vCtrl: UIView!
let defaults = UserDefaults.standard
@ -21,18 +23,23 @@ class S6deChoiceViewController: UIViewController {
defaults.set(1, forKey: "bigSide")
let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "screen6_5") as! GameLearnViewController
nextViewController.modalTransitionStyle = .crossDissolve
nextViewController.modalPresentationStyle = .fullScreen
self.present(nextViewController, animated: true, completion: nil)
}
@IBAction func bottomBigPressed(_ sender: Any) {
defaults.set(2, forKey: "bigSide")
let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "screen6_5") as! GameLearnViewController
nextViewController.modalTransitionStyle = .crossDissolve
nextViewController.modalPresentationStyle = .fullScreen
self.present(nextViewController, animated: true, completion: nil)
}
override func viewDidLoad() {
super.viewDidLoad()
vCtrl.backgroundColor = UIColor.secondarySystemBackground
textLbl.textColor = UIColor.secondaryLabel
bTtn.accessibilityLabel = "Big on top"
sBtn.accessibilityLabel = "Small on top"
textLbl.accessibilityLabel = "How would you like to wear ghibe"

View File

@ -22,6 +22,7 @@ class R7adyViewController: UIViewController {
DispatchQueue.main.asyncAfter(deadline: .now() + 2) {
let nextViewController = self.storyboard?.instantiateViewController(withIdentifier: "mainScreen") as! MainViewController
nextViewController.modalTransitionStyle = .crossDissolve
nextViewController.modalPresentationStyle = .fullScreen
self.present(nextViewController, animated: true, completion: nil)
}

View File

@ -1,28 +1,16 @@
{
"images" : [
{
{
"size" : "20x20",
"idiom": "iphone",
"filename" : "appLogo-20@2x.png",
"scale": "2x"
},
{
"size" : "20x20",
"idiom": "iphone",
"filename" : "appLogo-20@3x.png",
"scale": "3x"
},
{
"size" : "20x20",
"idiom": "ipad",
"filename" : "appLogo-20.png",
"scale": "1x"
"idiom" : "iphone",
"filename" : "appLogo-20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom": "ipad",
"filename" : "appLogo-20@2x.png",
"scale": "2x"
"idiom" : "iphone",
"filename" : "appLogo-20@3x.png",
"scale" : "3x"
},
{
"size" : "29x29",
@ -60,6 +48,18 @@
"filename" : "appLogo-60@3x.png",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "appLogo-20.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "appLogo-20@2x.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
@ -113,4 +113,4 @@
"version" : 1,
"author" : "xcode"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -2,17 +2,50 @@
"images" : [
{
"idiom" : "universal",
"filename" : "Screenshot 2019-05-28 at 14.09.29.png",
"filename" : "g.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "Screenshot 2019-05-28 at 14.09.29-1.png",
"filename" : "g-dark.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "g-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "Screenshot 2019-05-28 at 14.09.29-2.png",
"filename" : "g-dark-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "g-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "g-dark-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -0,0 +1,38 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "1.000",
"alpha" : "1.000",
"blue" : "0.000",
"green" : "0.179"
}
}
},
{
"idiom" : "universal",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0.673",
"alpha" : "1.000",
"blue" : "0.180",
"green" : "0.144"
}
}
}
]
}

View File

@ -5,15 +5,48 @@
"filename" : "appLogo.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "ad.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "appLogo-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "ad-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "appLogo-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "ad-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,56 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "bg.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "bgd.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "bg-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "bgd-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "bg-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "bgd-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
Guibe/Assets.xcassets/bg.imageset/bg.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -5,15 +5,48 @@
"filename" : "buttonMedSize.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "med-d.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "buttonMedSize-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "med-d-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "buttonMedSize-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "med-d-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -5,15 +5,48 @@
"filename" : "headingButton.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "headingDark.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "headingButton-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "headingDark-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "headingButton-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "headingDark-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -5,15 +5,48 @@
"filename" : "startScreen.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "g-dark.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "startScreen-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "g-dark-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "startScreen-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "g-dark-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -5,15 +5,48 @@
"filename" : "manuBtnImg.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "mbd.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "manuBtnImg-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "mbd-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "manuBtnImg-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "mbd-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -5,15 +5,48 @@
"filename" : "nextBtn.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "next-d.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "nextBtn-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "next-d-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "nextBtn-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "next-d-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],
"info" : {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -2,17 +2,50 @@
"images" : [
{
"idiom" : "universal",
"filename" : "s1l.png",
"filename" : "nl.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "s1l-1.png",
"filename" : "lhd.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "nl-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "s1l-2.png",
"filename" : "lhd-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "nl-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "lhd-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 796 KiB

View File

@ -2,17 +2,50 @@
"images" : [
{
"idiom" : "universal",
"filename" : "s1r.png",
"filename" : "nr.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "s1r-1.png",
"filename" : "rhd.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "nr-1.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "s1r-2.png",
"filename" : "rhd-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "nr-2.png",
"scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "rhd-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 981 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 KiB

Some files were not shown because too many files have changed in this diff Show More