Commit Graph

257 Commits

Author SHA1 Message Date
keefertaylor c3fe06273a Initial hookup of linter 2019-01-27 18:48:56 +00:00
keefertaylor 407ce75583 Update paths for codecov ignore 2019-01-27 18:46:50 +00:00
keefertaylor 930ca1188b Deintegrate swift format 2019-01-27 18:45:57 +00:00
keefertaylor ad13e0d3fd Cleanup 2019-01-27 18:42:48 +00:00
Keefer Taylor 0e919a966b
Merge pull request #13 from keefertaylor/cleanup
Cleanup podspec
2019-01-21 00:06:23 +00:00
keefertaylor 5208e793d5 Fix tests target 2019-01-20 23:53:18 +00:00
keefertaylor d6cd206ab2 Remove unneeded exclude. 2019-01-20 23:48:34 +00:00
Keefer Taylor fa22ccf190
Merge pull request #12 from keefertaylor/restructure
Restructure File Structure
2019-01-18 02:06:44 +00:00
keefertaylor 28378efa32 Fix folder structure 2019-01-18 01:51:52 +00:00
keefertaylor fee00e47b5 remove sources from xcodeproj 2019-01-18 01:50:47 +00:00
keefertaylor befd1c5521 Remove defunct sources 2019-01-18 01:46:17 +00:00
keefertaylor 91eae9a278 Remove App build target. Playground now exists. 2019-01-18 01:35:23 +00:00
keefertaylor 68bbf6cdd7 Really add playground to xcode project 2019-01-18 01:26:54 +00:00
keefertaylor 43abc15407 Add a playground in an Examples folder 2019-01-18 01:19:36 +00:00
keefertaylor 0466d5b55a Ignore playground files 2019-01-18 01:17:43 +00:00
keefertaylor bffa7d30d5 Fixing plist and bundle references 2019-01-18 01:03:33 +00:00
keefertaylor b516996130 MnemonicKitTests -> Tests 2019-01-18 01:00:12 +00:00
keefertaylor c3d6bd8c14 bump fix number 2019-01-08 22:55:08 +00:00
keefertaylor f7320b7a56 Bump fix version number to 1.3.1. This is testing Travis releases 2019-01-08 22:35:52 +00:00
Keefer Taylor 6d2f357daa
Merge pull request #11 from keefertaylor/travis
Setup releases with Travis.
2019-01-08 17:33:57 -05:00
keefertaylor e5a3f9df07 Fix repo name 2019-01-08 22:24:40 +00:00
keefertaylor 955147ebf2 Encrypting Cocoapods token into travis 2019-01-08 22:23:37 +00:00
keefertaylor 7e74012d2e Publish to cocoapod trunk on deploy 2019-01-08 22:22:48 +00:00
keefertaylor 5746a1dcab Setup Travis releases 2019-01-08 22:17:53 +00:00
keefertaylor f1faaab0e6 Remove deploy section from travis config. 2019-01-08 22:15:06 +00:00
keefertaylor b559b82ff5 Release 1.3.0 2019-01-08 02:10:52 +00:00
Keefer Taylor 85776c0805
Merge pull request #6 from fortmarek/master
Thanks for your patience and diligence!
2019-01-07 21:02:13 -05:00
Marek Fořt 5d778deb2e Change source_files, remove pod lib lint. 2019-01-07 10:31:18 +01:00
Marek Fořt 92ee844515 Add space to README. 2019-01-07 09:15:48 +01:00
Marek Fořt 50f1e2d144 Change travis config, edit README. 2019-01-04 08:54:03 +01:00
Marek Fořt ec0e3072e1 Make travis setup work, deintegrate cocoapods. 2019-01-03 10:39:35 +01:00
Marek Fořt 4fa3f669fe CryptoSwift imported with Carthage. 2018-12-21 17:35:02 +01:00
Marek Fořt 0f9b5b9955 Edited gitignore. 2018-12-21 17:05:50 +01:00
Marek Fořt 7caf85a367 Added cartfile 2018-12-21 17:04:17 +01:00
Marek Fořt b20e18f56f Add shared scheme. 2018-12-21 17:02:39 +01:00
Marek Fořt d14d275981 Podspec changes. 2018-12-21 16:43:26 +01:00
Keefer Taylor da903982ea
Merge pull request #5 from keefertaylor/fix_pods
This PR stops the PodFile from depending on the MnemonicKit lib which creates odd circular dependencies in XCode.

Instead, it splits out the project into:

MnemonicKit (Static Library) - The core library that is shipped as a standalone cocoapod
MnemonicKitTests (Unit Tests) - Tests for the static library
MnemonicKitExampleApp (iOS Binary) - An example application that links against MnemonicKit. Mostly helpful for testing and running code quickly locally.
2018-12-09 20:50:00 +00:00
keefertaylor fe14a122fe Fix slather config. 2018-12-09 20:44:29 +00:00
keefertaylor acccfcb483 Generate code coverage report 2018-12-09 20:41:05 +00:00
keefertaylor 49af333dc6 Don't build the test target. It isn't configured for running. 2018-12-09 20:35:52 +00:00
keefertaylor d8aaa7eb11 Fix Podfile 2018-12-09 20:31:26 +00:00
keefertaylor 5c0f9f1284 Removing obsolete targets from podfile 2018-12-09 20:19:24 +00:00
keefertaylor 54ed0f6f2c Scheme updates 2018-12-09 20:18:17 +00:00
keefertaylor 419fac2cd2 Get ExampleApp building 2018-12-09 20:04:07 +00:00
keefertaylor 5c9eb35b0f Renaming schemes 2018-12-09 19:27:22 +00:00
keefertaylor d330f7d0df Delete original MnemonicKitTest target 2018-12-09 19:23:41 +00:00
keefertaylor efc7c74708 Discard new unit test file 2018-12-09 19:22:52 +00:00
keefertaylor 06bca45ef6 Rig up a unit testing target. 2018-12-09 19:21:48 +00:00
Keefer Taylor 8fb40ee968
Merge pull request #4 from keefertaylor/fix_pods
Remove MnemonicKit as a dependency on itself.
2018-12-09 18:34:31 +00:00
keefertaylor cebd41cfe9 Add CryptoSwift as a dependency 2018-12-09 18:30:43 +00:00