Skip to content

Commit eb4e4c1

Browse files
committed
update version ios11 swift4 xcode9
1 parent 3471d98 commit eb4e4c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+330
-245
lines changed

Application/Json/json_formulary.json

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"fields":[
33
{
4-
"key": "k1",
5-
"type": "datePicker",
6-
"label": "edad",
7-
"textError": "ghjg",
8-
"textAcceptButton": "hgjgj",
9-
"minAge": 14,
10-
"validator": "age"
4+
"key": "asas",
5+
"type": "text",
6+
"label": "asas",
7+
"mandatory": true,
8+
"textError": "ggggg",
9+
"placeHolder": "saa",
10+
"keyboard": "FormKeyboardTypeText",
11+
"validator": "dniNie",
12+
"textErrorValidate": "ghhggh"
1113
}
12-
]
14+
]
1315
}

Application/PpalVC.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PpalVC: UIViewController {
4040
extension UINavigationBar {
4141
func appareanceJanrain() {
4242
self.barTintColor = UIColor.red
43-
self.titleTextAttributes = [NSForegroundColorAttributeName: UIColor.white]
43+
self.titleTextAttributes = [NSAttributedStringKey.foregroundColor: UIColor.white]
4444
}
4545
}
4646

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# GIGLibrary
2-
github "gigigoapps/gigigo-ios-lib" ~> 2.2
2+
github "gigigoapps/gigigo-ios-lib" ~> 3.0

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Quick/Nimble" "v7.0.1"
22
github "Quick/Quick" "v1.1.0"
3-
github "gigigoapps/gigigo-ios-lib" "v2.3.8"
3+
github "gigigoapps/gigigo-ios-lib" "v3.0"

Carthage/Build/.Nimble.version

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.Quick.version

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.gigigo-ios-lib.version

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)