Commit Graph

266 Commits

Author SHA1 Message Date
keefertaylor 19948c07fe Add tests for mnemonic generation. 2018-10-28 20:05:53 +00:00
keefertaylor 63d200a4c4 Split large test case into smaller test cases. 2018-10-28 20:01:02 +00:00
keefertaylor 73056e52e0 More test refactoring 2018-10-28 19:53:35 +00:00
keefertaylor f4edf59ec3 Fix build 2018-10-28 19:48:40 +00:00
keefertaylor 1a4450327f Formatting cleanup in tests 2018-10-28 19:48:20 +00:00
keefertaylor 786c88135d Replacing deprecated string iteration API 2018-10-28 19:38:14 +00:00
keefertaylor df507cf9ca Dropping dead code. 2018-10-28 19:34:23 +00:00
keefertaylor 090abe93ae Dropping CK prefix on functions 2018-10-28 19:32:59 +00:00
keefertaylor 342baee371 Refactor mnemonic kit tests slightly. 2018-10-28 19:31:21 +00:00
keefertaylor 65d01e7bcc Fixing code coverage. 2018-10-28 19:29:37 +00:00
keefertaylor 62bf4bc9d1 Bundle test data file with tests. 2018-10-28 19:23:15 +00:00
keefertaylor 477e5d92fd Have tests consume the MnemonicKit pod 2018-10-28 19:13:12 +00:00
keefertaylor e15220f123 podfile 2018-10-28 19:07:25 +00:00
keefertaylor d110cd5a98 Pod install 2018-10-28 19:06:06 +00:00
keefertaylor 9ce594c32a Depend on MnemonicKit pod from example app. 2018-10-28 19:05:54 +00:00
keefertaylor a906c8926f Dropping CK prefix on file names. 2018-10-28 19:04:56 +00:00
keefertaylor 89eb1e87da Dropping CK prefix, this isn't needed in swift. 2018-10-28 19:04:07 +00:00
keefertaylor f35735587b Minor manual readability fixes. 2018-10-28 19:01:59 +00:00
keefertaylor 3b2b4711b5 Run formatter over codebase. 2018-10-28 19:00:33 +00:00
keefertaylor 6f35f1dbc2 Add a podspec to consume the library modularly. 2018-10-28 18:59:14 +00:00
keefertaylor 563052d010 Wipe out old podspect 2018-10-28 18:55:40 +00:00
keefertaylor 95f56564ed Delete old sources tree 2018-10-28 18:54:56 +00:00
keefertaylor 64c53753ce Configure MnemonicKitTests for running 2018-10-28 18:54:26 +00:00
keefertaylor f62a4429ea Pod install 2018-10-28 18:53:52 +00:00
keefertaylor 7b2d06a53f Enable testing target 2018-10-28 18:52:46 +00:00
keefertaylor 2fd9f7d5e1 Create a test scheme. 2018-10-28 18:51:49 +00:00
keefertaylor 662a9c3948 Rename test file 2018-10-28 18:51:04 +00:00
keefertaylor 10fba005bc Move test code into new test target. 2018-10-28 18:49:14 +00:00
keefertaylor 2b40eba328 Add unit tests target. 2018-10-28 18:48:16 +00:00
keefertaylor 60597f5091 Add language files 2018-10-28 18:45:56 +00:00
keefertaylor 8a87be8bd5 Pod install 2018-10-28 18:44:37 +00:00
keefertaylor 33870f0bee Fixing gemfile 2018-10-28 18:36:45 +00:00
keefertaylor 176d9ae9f8 Adding MnemonicKit sources to XCode. 2018-10-28 18:36:03 +00:00
keefertaylor b9aea2d689 Pod init 2018-10-28 18:34:22 +00:00
keefertaylor 1ef29fbe15 Move XCode project to top level directory 2018-10-28 18:34:00 +00:00
keefertaylor f56e34ab4d Trim boilerplate code. 2018-10-28 18:32:41 +00:00
keefertaylor c3ad3adaa1 Group app related code under sources 2018-10-28 18:31:51 +00:00
keefertaylor 40f3411640 Fix Info.plist location in xcode project 2018-10-28 18:31:12 +00:00
keefertaylor 900ef9b6ba Rename 'MnemonicKit' -> 'Sources' 2018-10-28 18:30:36 +00:00
keefertaylor 338ce2d92c adding straggler 2018-10-28 18:29:39 +00:00
keefertaylor bb238e0085 Setting up an Xcode project 2018-10-28 18:28:54 +00:00
keefertaylor 69d6e2c473 removing podfile entirely 2018-10-28 18:16:36 +00:00
keefertaylor 12b3157268 Deleting some more straggler files 2018-10-28 18:15:54 +00:00
keefertaylor 159fa50197 Blowing away a bunch of infrastructure in preparation to regerenate it all. 2018-10-28 18:10:10 +00:00
keefertaylor 20a2de63d7 Adding slather support 2018-10-28 17:59:01 +00:00
keefertaylor e9ebc43c6e Update gitignore 2018-10-28 17:58:10 +00:00
Keefer Taylor f9ed3556ee
Update README
Clarify documentation.
2018-10-28 17:55:42 +00:00
Keefer Taylor 9c1d747828 Package.swift needs to be in root. 2018-10-21 20:34:30 +01:00
Keefer Taylor fc07b6f83e Add package manager support for CKMnemonic 2018-10-21 20:30:19 +01:00
Keefer Taylor ae1aaac1dc Import Foundation rather than UIKit 2018-10-21 20:29:41 +01:00