Compare commits
No commits in common. "dcca5f1e2d3dfe1fa335a83bed1a917b9355cebc" and "35517fccb7a66719dccc5dc74ea6a45b9b7b233d" have entirely different histories.
dcca5f1e2d
...
35517fccb7
@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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>
|
|
||||||
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,18 @@
|
|||||||
"idiom": "iphone",
|
"idiom": "iphone",
|
||||||
"filename" : "appLogo-20@3x.png",
|
"filename" : "appLogo-20@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",
|
||||||
@ -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",
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-1024.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-20.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-20@2x.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-20@3x.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-29.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-29@2x.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-29@3x.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-40.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-40@2x.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-40@3x.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-60@2x.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-60@3x.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-76.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-76@2x.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/logo_mpt-83.5@2x.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-1024.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-20.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-20@2x.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-20@3x.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-29.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-29@2x.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-29@3x.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-40.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-40@2x.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-40@3x.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-60@2x.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-60@3x.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-76.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-76@2x.png
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
Guibe/Assets.xcassets/AppIcon.appiconset/menuBtnImg-83.5@2x.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/Screenshot 2019-05-28 at 14.09.29-1.png
vendored
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/Screenshot 2019-05-28 at 14.09.29-2.png
vendored
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/Screenshot 2019-05-28 at 14.09.29.png
vendored
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-1.png
vendored
|
Before Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-2.png
vendored
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g-dark.png
vendored
|
Before Width: | Height: | Size: 36 KiB |
BIN
Guibe/Assets.xcassets/LoadScreen.imageset/g.png
vendored
|
Before Width: | Height: | Size: 36 KiB |
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -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" : {
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/appLogo.imageset/ad-1.png
vendored
|
Before Width: | Height: | Size: 30 KiB |
BIN
Guibe/Assets.xcassets/appLogo.imageset/ad-2.png
vendored
|
Before Width: | Height: | Size: 30 KiB |
BIN
Guibe/Assets.xcassets/appLogo.imageset/ad.png
vendored
|
Before Width: | Height: | Size: 30 KiB |
56
Guibe/Assets.xcassets/bg.imageset/Contents.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
BIN
Guibe/Assets.xcassets/bg.imageset/bg-1.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bg-2.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bg.png
vendored
|
Before Width: | Height: | Size: 2.8 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bgd-1.png
vendored
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bgd-2.png
vendored
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
Guibe/Assets.xcassets/bg.imageset/bgd.png
vendored
|
Before Width: | Height: | Size: 2.9 KiB |
@ -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" : {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 6.6 KiB |
BIN
Guibe/Assets.xcassets/circle.imageset/circle-1.png
vendored
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 72 KiB |
BIN
Guibe/Assets.xcassets/circle.imageset/circle-2.png
vendored
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 72 KiB |
BIN
Guibe/Assets.xcassets/circle.imageset/circle.png
vendored
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 25 KiB |
@ -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" : {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 42 KiB |
@ -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" : {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 36 KiB |
@ -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" : {
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/menuBtnImg.imageset/mbd-1.png
vendored
|
Before Width: | Height: | Size: 35 KiB |
BIN
Guibe/Assets.xcassets/menuBtnImg.imageset/mbd-2.png
vendored
|
Before Width: | Height: | Size: 35 KiB |
BIN
Guibe/Assets.xcassets/menuBtnImg.imageset/mbd.png
vendored
|
Before Width: | Height: | Size: 35 KiB |
@ -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" : {
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/nextBtn.imageset/next-d-1.png
vendored
|
Before Width: | Height: | Size: 14 KiB |
BIN
Guibe/Assets.xcassets/nextBtn.imageset/next-d-2.png
vendored
|
Before Width: | Height: | Size: 14 KiB |
BIN
Guibe/Assets.xcassets/nextBtn.imageset/next-d.png
vendored
|
Before Width: | Height: | Size: 14 KiB |
39
Guibe/Assets.xcassets/s1l.imageset/Contents.json
vendored
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/s1l.imageset/lhd-1.png
vendored
|
Before Width: | Height: | Size: 461 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/lhd-2.png
vendored
|
Before Width: | Height: | Size: 461 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/lhd.png
vendored
|
Before Width: | Height: | Size: 461 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/nl-1.png
vendored
|
Before Width: | Height: | Size: 615 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/nl-2.png
vendored
|
Before Width: | Height: | Size: 615 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/nl.png
vendored
|
Before Width: | Height: | Size: 615 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/s1l-1.png
vendored
Normal file
|
After Width: | Height: | Size: 796 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/s1l-2.png
vendored
Normal file
|
After Width: | Height: | Size: 796 KiB |
BIN
Guibe/Assets.xcassets/s1l.imageset/s1l.png
vendored
Normal file
|
After Width: | Height: | Size: 796 KiB |
39
Guibe/Assets.xcassets/s1r.imageset/Contents.json
vendored
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
BIN
Guibe/Assets.xcassets/s1r.imageset/nr-1.png
vendored
|
Before Width: | Height: | Size: 981 KiB |
BIN
Guibe/Assets.xcassets/s1r.imageset/nr-2.png
vendored
|
Before Width: | Height: | Size: 981 KiB |
BIN
Guibe/Assets.xcassets/s1r.imageset/nr.png
vendored
|
Before Width: | Height: | Size: 981 KiB |
BIN
Guibe/Assets.xcassets/s1r.imageset/rhd-1.png
vendored
|
Before Width: | Height: | Size: 719 KiB |