-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed extra pods, setup example and podspecs.
- Loading branch information
Showing
152 changed files
with
430 additions
and
14,633 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
Example/LocalAuthenticator/Images.xcassets/faceIdIcon.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "faceID.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "faceID@2x.png", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "faceID@3x.png", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+617 Bytes
Example/LocalAuthenticator/Images.xcassets/faceIdIcon.imageset/faceID.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.11 KB
Example/LocalAuthenticator/Images.xcassets/faceIdIcon.imageset/faceID@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.8 KB
Example/LocalAuthenticator/Images.xcassets/faceIdIcon.imageset/faceID@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
Example/LocalAuthenticator/Images.xcassets/touchIdIcon.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "touchIdIcon.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "touchIdIcon@2x.png", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "touchIdIcon@3x.png", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+1.47 KB
Example/LocalAuthenticator/Images.xcassets/touchIdIcon.imageset/touchIdIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.42 KB
Example/LocalAuthenticator/Images.xcassets/touchIdIcon.imageset/touchIdIcon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.64 KB
Example/LocalAuthenticator/Images.xcassets/touchIdIcon.imageset/touchIdIcon@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,16 @@ | ||
PODS: | ||
- LocalAuthenticator (0.1.0) | ||
- Nimble (7.3.4) | ||
- Quick (1.2.0) | ||
|
||
DEPENDENCIES: | ||
- LocalAuthenticator (from `../`) | ||
- Nimble (~> 7.0) | ||
- Quick (~> 1.2.0) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Nimble | ||
- Quick | ||
|
||
EXTERNAL SOURCES: | ||
LocalAuthenticator: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
LocalAuthenticator: 8b50bbf1f01a23b7b570fde2c742038538894079 | ||
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37 | ||
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08 | ||
LocalAuthenticator: d6c739d280751c5e08d9f8ecbf971ab734fccfcc | ||
|
||
PODFILE CHECKSUM: 9874857fb156b3149accc4cbedc797b66c6bdf31 | ||
PODFILE CHECKSUM: 3022c13114b304163729e03ac8e420327c0b50ec | ||
|
||
COCOAPODS: 1.8.4 |
13 changes: 10 additions & 3 deletions
13
Example/Pods/Local Podspecs/LocalAuthenticator.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...le/Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
.../Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.