Compare commits
10 Commits
35517fccb7
...
dcca5f1e2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dcca5f1e2d | ||
|
|
a6cd8e309a | ||
|
|
6217be1924 | ||
|
|
c6fbcfca4e | ||
|
|
dceb93cf5b | ||
|
|
ae7e0c1683 | ||
|
|
3c7e28fe78 | ||
|
|
905f8d1b8c | ||
|
|
a175e29442 | ||
|
|
1bf8865e4d |
@ -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;
|
||||
};
|
||||
|
||||
87
Guibe.xcodeproj/xcshareddata/xcschemes/Guibe.xcscheme
Normal 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>
|
||||
@ -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)
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 11 KiB |
@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 108 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-1.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-2.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-dark-1.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-dark-2.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-dark.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
38
Guibe/Assets.xcassets/SetLblColour.colorset/Contents.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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" : {
|
||||
|
||||
BIN
Guibe/Assets.xcassets/appLogo.imageset/ad-1.png
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Guibe/Assets.xcassets/appLogo.imageset/ad-2.png
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
Guibe/Assets.xcassets/appLogo.imageset/ad.png
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
56
Guibe/Assets.xcassets/bg.imageset/Contents.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
BIN
Guibe/Assets.xcassets/bg.imageset/bg-1.png
vendored
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bg-2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bg.png
vendored
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bgd-1.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bgd-2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bgd.png
vendored
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
@ -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" : {
|
||||
|
||||
BIN
Guibe/Assets.xcassets/buttonMedSize.imageset/med-d-1.png
vendored
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
Guibe/Assets.xcassets/buttonMedSize.imageset/med-d-2.png
vendored
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
Guibe/Assets.xcassets/buttonMedSize.imageset/med-d.png
vendored
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
Guibe/Assets.xcassets/circle.imageset/circle-1.png
vendored
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 124 KiB |
BIN
Guibe/Assets.xcassets/circle.imageset/circle-2.png
vendored
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 122 KiB |
BIN
Guibe/Assets.xcassets/circle.imageset/circle.png
vendored
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 29 KiB |
@ -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" : {
|
||||
|
||||
BIN
Guibe/Assets.xcassets/headingButton.imageset/headingDark-1.png
vendored
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
Guibe/Assets.xcassets/headingButton.imageset/headingDark-2.png
vendored
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
Guibe/Assets.xcassets/headingButton.imageset/headingDark.png
vendored
Normal file
|
After Width: | Height: | Size: 42 KiB |
@ -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" : {
|
||||
|
||||
BIN
Guibe/Assets.xcassets/loadScreen-1.imageset/g-dark-1.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/loadScreen-1.imageset/g-dark-2.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/loadScreen-1.imageset/g-dark.png
vendored
Normal file
|
After Width: | Height: | Size: 36 KiB |
@ -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" : {
|
||||
|
||||
BIN
Guibe/Assets.xcassets/menuBtnImg.imageset/mbd-1.png
vendored
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
Guibe/Assets.xcassets/menuBtnImg.imageset/mbd-2.png
vendored
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
Guibe/Assets.xcassets/menuBtnImg.imageset/mbd.png
vendored
Normal file
|
After Width: | Height: | Size: 35 KiB |
@ -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" : {
|
||||
|
||||
BIN
Guibe/Assets.xcassets/nextBtn.imageset/next-d-1.png
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
Guibe/Assets.xcassets/nextBtn.imageset/next-d-2.png
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
Guibe/Assets.xcassets/nextBtn.imageset/next-d.png
vendored
Normal file
|
After Width: | Height: | Size: 14 KiB |
39
Guibe/Assets.xcassets/s1l.imageset/Contents.json
vendored
@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
BIN
Guibe/Assets.xcassets/s1l.imageset/lhd-1.png
vendored
Normal file
|
After Width: | Height: | Size: 461 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/lhd-2.png
vendored
Normal file
|
After Width: | Height: | Size: 461 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/lhd.png
vendored
Normal file
|
After Width: | Height: | Size: 461 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/nl-1.png
vendored
Normal file
|
After Width: | Height: | Size: 615 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/nl-2.png
vendored
Normal file
|
After Width: | Height: | Size: 615 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/nl.png
vendored
Normal file
|
After Width: | Height: | Size: 615 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/s1l-1.png
vendored
|
Before Width: | Height: | Size: 796 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/s1l-2.png
vendored
|
Before Width: | Height: | Size: 796 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/s1l.png
vendored
|
Before Width: | Height: | Size: 796 KiB |
39
Guibe/Assets.xcassets/s1r.imageset/Contents.json
vendored
@ -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"
|
||||
}
|
||||
],
|
||||
|
||||
BIN
Guibe/Assets.xcassets/s1r.imageset/nr-1.png
vendored
Normal file
|
After Width: | Height: | Size: 981 KiB |
BIN
Guibe/Assets.xcassets/s1r.imageset/nr-2.png
vendored
Normal file
|
After Width: | Height: | Size: 981 KiB |
BIN
Guibe/Assets.xcassets/s1r.imageset/nr.png
vendored
Normal file
|
After Width: | Height: | Size: 981 KiB |
BIN
Guibe/Assets.xcassets/s1r.imageset/rhd-1.png
vendored
Normal file
|
After Width: | Height: | Size: 719 KiB |