Compare commits

..

No commits in common. "dcca5f1e2d3dfe1fa335a83bed1a917b9355cebc" and "35517fccb7a66719dccc5dc74ea6a45b9b7b233d" have entirely different histories.

152 changed files with 233 additions and 1161 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@ -1,38 +0,0 @@
{
"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,48 +5,15 @@
"filename" : "appLogo.png", "filename" : "appLogo.png",
"scale" : "1x" "scale" : "1x"
}, },
{
"idiom" : "universal",
"filename" : "ad.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "1x"
},
{ {
"idiom" : "universal", "idiom" : "universal",
"filename" : "appLogo-1.png", "filename" : "appLogo-1.png",
"scale" : "2x" "scale" : "2x"
}, },
{
"idiom" : "universal",
"filename" : "ad-1.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "2x"
},
{ {
"idiom" : "universal", "idiom" : "universal",
"filename" : "appLogo-2.png", "filename" : "appLogo-2.png",
"scale" : "3x" "scale" : "3x"
},
{
"idiom" : "universal",
"filename" : "ad-2.png",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"scale" : "3x"
} }
], ],
"info" : { "info" : {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,56 +0,0 @@
{
"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.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 461 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 981 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 719 KiB

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