Commit Graph

81 Commits

Author SHA1 Message Date
keefertaylor 989c169e96 Add tests in podspec. 2018-10-28 20:47:34 +00:00
keefertaylor c97097a9c5 Merge branch 'master' of https://github.com/keefertaylor/MnemonicKit 2018-10-28 20:35:06 +00:00
keefertaylor a089f648f2 Remove swift version 2018-10-28 20:34:57 +00:00
Keefer Taylor ad069eed8c
Update README.md 2018-10-28 20:34:30 +00:00
keefertaylor d6eb1f83e2 Remove error enum. No longer needed now that MnemonicKit doesn't throw errors. 2018-10-28 20:27:32 +00:00
keefertaylor 3ecbfd7cae Remove unneeded try statements. 2018-10-28 20:26:48 +00:00
keefertaylor 49b83881f1 Remove throwing API 2018-10-28 20:25:37 +00:00
keefertaylor b4046066da Remove throwing API 2018-10-28 20:25:20 +00:00
keefertaylor 324e3ae337 More refactoring for readability 2018-10-28 20:24:24 +00:00
keefertaylor 451eb366d2 Refactor out helper function and make code more readable. 2018-10-28 20:23:04 +00:00
keefertaylor f0a419668a Document API, make language param optional. 2018-10-28 20:18:34 +00:00
keefertaylor 1d1a505f0a Remove throwing API for mnemonic from hex string. 2018-10-28 20:16:24 +00:00
keefertaylor 84888a6c99 Document method, default language param to english. 2018-10-28 20:15:25 +00:00
keefertaylor b45b21bca3 Remove throwing API from generation. 2018-10-28 20:14:03 +00:00
keefertaylor a7088947b0 Document method, drop language param to be optional. 2018-10-28 20:10:43 +00:00
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