28 Commits

Author SHA1 Message Date
Matt Rubin 98665e8a5f Update to Xcode-recommended build settings 2017-05-02 13:28:34 -04:00
Matt Rubin f3ab1be72b Update the CocoaPods configuration for CocoaPods 1.2 2017-05-02 13:26:21 -04:00
Matt Rubin 14e733782b Merge pull request #49 from mattrubin/objc-project-cleanup
Project defaults
2015-12-05 01:01:28 -05:00
Matt Rubin 0667433133 Rename NSURL+QueryItems 2015-12-04 23:37:40 -05:00
Matt Rubin 3c6ea7392a Move NSDictionary+QueryItems to OneTimePasswordTests 2015-12-04 23:34:59 -05:00
Matt Rubin b2f386911d Move NSURL+QueryDictionary and NSDictionary+QueryItems to a new file
This file's header is private, allowing us to use the new methods without adding them to the framework's public API
2015-12-04 23:26:12 -05:00
Matt Rubin 7eb5441448 Merge objc into objc-8 2015-12-04 20:52:55 -05:00
Matt Rubin 9219697be3 Specify project defaults 2015-12-04 20:29:49 -05:00
Matt Rubin 5998d44af7 Remove broken framework search paths 2015-12-04 20:09:27 -05:00
Matt Rubin 163a91b1b9 Bump deployment target to iOS 8 2015-12-04 20:07:17 -05:00
Matt Rubin be3b9c60a3 Add header search paths to let tests see the Base32 headers 2015-12-04 19:59:09 -05:00
Matt Rubin cee4f6cce6 Share OneTimePassword.xcscheme 2015-12-04 16:16:34 -05:00
Matt Rubin 7a6f0c5266 Add Pods directory containing dependencies 2015-12-04 16:02:25 -05:00
Matt Rubin 227da818f1 Bump deployment target to 8.0 2014-08-02 22:13:57 -07:00
Matt Rubin 00a8e83870 Improve token (de)serialization using NSURLQueryItem
Merge commit 'd233b5614f38ffc0f904fc1ea8908714f268fd7f' into objc

Conflicts:
	OneTimePassword.xcodeproj/project.pbxproj
	OneTimePassword/NSDictionary+QueryString.h
	OneTimePassword/NSDictionary+QueryString.m
	OneTimePassword/NSString+PercentEncoding.h
	OneTimePassword/NSString+PercentEncoding.m
	OneTimePassword/OTPToken+Serialization.h
	OneTimePassword/OTPToken+Serialization.m
	OneTimePasswordTests/OTPTokenSerializationTests.m
2014-08-02 22:03:28 -07:00
Matt Rubin abd2e008aa Add Base32 tests 2014-07-23 02:44:53 -04:00
Matt Rubin bc20418e90 Include public headers in OneTimePassword.h 2014-07-17 02:53:32 -04:00
Matt Rubin 995c393909 Move Objective-C files out of Legacy folders 2014-07-17 01:09:35 -04:00
Matt Rubin 90125ae43b Remove Swift files 2014-07-17 01:03:54 -04:00
Matt Rubin d233b5614f Remove legacy utility classes 2014-07-07 14:15:30 -04:00
Matt Rubin 0efdf761fb Add legacy Objective-C tests 2014-07-07 12:21:43 -04:00
Matt Rubin c8f58a0839 Use CocoaPods for external dependencies 2014-07-07 12:18:42 -04:00
Matt Rubin 19f2de3ab2 Add legacy supporting files 2014-07-07 11:56:31 -04:00
Matt Rubin df75533f6d Add legacy Objective-C implementation 2014-07-07 11:52:36 -04:00
Matt Rubin 9f4c9d803a Add token serialization test 2014-06-11 00:44:08 -04:00
Matt Rubin 5472effcb3 Add serialization function url() 2014-06-10 19:47:03 -04:00
Matt Rubin dd4feea496 Add OTPToken with basic properties 2014-06-10 03:33:02 -04:00
Matt Rubin 39c0f55d40 Initial Commit 2014-06-10 03:02:54 -04:00