Commit Graph

  • d78a48c5a5 Merge pull request #272 from mattrubin/bump-supported-os-versions develop Matt Rubin 2024-08-19 10:05:02 -04:00
  • d990b9d014 Drop unsupported runtimes from GitHub Actions test config Matt Rubin 2024-08-19 09:18:50 -04:00
  • 3f5c3ed7ef Bump deployment targets to the current version minus one Matt Rubin 2024-08-19 08:58:19 -04:00
  • b00df04268 Merge pull request #271 from mattrubin/modernize Matt Rubin 2024-08-19 08:53:51 -04:00
  • 79a812f4b9 Bump swift-tools-version to 5.10 Matt Rubin 2024-08-19 08:14:00 -04:00
  • 0249bd3b4f Merge pull request #269 from rkramvs/bugfix_swift_package_import Matt Rubin 2024-08-19 08:12:47 -04:00
  • b9ef4072ed Merge pull request #268 from leoparenti/develop Matt Rubin 2024-08-19 08:10:19 -04:00
  • 038be6f2a4 Fix and update GitHub Actions workflow for Xcode builds Matt Rubin 2024-08-18 20:45:51 -04:00
  • 2f5d43c337 Merge package-dependencies into modernize Matt Rubin 2024-08-18 20:36:50 -04:00
  • 9fb9cf7b20 Add .git suffix to package dependency URL Matt Rubin 2024-08-18 20:33:21 -04:00
  • aacd0ecc2f Update GitHub Actions configs Matt Rubin 2024-08-18 16:34:59 -04:00
  • 42964a4aea Fix SwiftLint violations Matt Rubin 2024-08-18 15:05:21 -04:00
  • 7d99656d71 Update project configuration for Xcode 15.4 Matt Rubin 2024-08-18 14:58:28 -04:00
  • ad83a11748 swift tools version updated to 5.9 rkram 2024-01-20 11:52:55 +05:30
  • c83f9f852b Update Package.swift leoparenti 2023-10-23 17:14:23 +02:00
  • 66f284e22c Merge pull request #262 from mattrubin/readme 4.0.0-pre.0 Matt Rubin 2023-02-10 22:49:38 -05:00
  • 901b43f098 Add SPM installation instructions to the README Matt Rubin 2023-02-10 22:28:10 -05:00
  • efc3945baf Add macOS to the platforms badge in the README Matt Rubin 2023-02-10 22:24:18 -05:00
  • 59cf3af5f7 Merge pull request #259 from mattrubin/legacy-tests Matt Rubin 2022-12-28 22:20:15 -05:00
  • 13231d4b45 Remove unused invalid token fallbacks in token deserialization tests Matt Rubin 2022-12-28 21:41:19 -05:00
  • fbd02eb514 Delete OneTimePasswordLegacyTests Matt Rubin 2022-12-28 20:54:52 -05:00
  • 0d1d61a06f Convert token serialization "brute force" tests to Swift Matt Rubin 2022-12-28 18:22:34 -05:00
  • d4b8b7a4fc Convert more legacy Token serialization tests to Swift Matt Rubin 2022-12-24 00:14:08 -05:00
  • 4e4915af10 Convert some legacy Token serialization tests to Swift Matt Rubin 2022-12-23 19:54:25 -05:00
  • 589c6b70c1 Merge pull request #258 from mattrubin/refactor-authentication-code Matt Rubin 2022-12-28 18:31:22 -05:00
  • b2624c8691 Merge branch 'develop' into refactor-authentication-code Matt Rubin 2022-12-28 18:06:47 -05:00
  • 0904254666 Merge pull request #257 from mattrubin/github-actions-set-output Matt Rubin 2022-12-28 17:23:08 -05:00
  • 0254da27aa Refactor HMAC generation into Generator Matt Rubin 2022-12-28 16:29:06 -05:00
  • a09ee52207 Refactor HMAC generation to avoid code repetition Matt Rubin 2022-12-22 22:10:46 -05:00
  • b8d5446367 Migrate GitHub Actions off of deprecated set-output command Matt Rubin 2022-12-28 16:03:16 -05:00
  • 742bdd7350 Merge pull request #256 from mattrubin/cryptokit-linker-flags Matt Rubin 2022-12-28 16:46:37 -05:00
  • 4333f7fbc4 Update the changelog Matt Rubin 2022-12-28 15:30:48 -05:00
  • d604ec7020 Delete linker flags for weak-linking CryptoKit Matt Rubin 2022-12-28 15:27:17 -05:00
  • ac12662c79 Merge pull request #255 from mattrubin/version-bump Matt Rubin 2022-12-28 15:29:03 -05:00
  • 12849c6873 Update the changelog Matt Rubin 2022-12-28 14:45:27 -05:00
  • 81a8e9ba17 Bump the version number to 4.0 Matt Rubin 2022-12-28 14:41:25 -05:00
  • 10fb9b8c7c Merge pull request #254 from mattrubin/throwing-initializers Matt Rubin 2022-12-28 13:57:35 -05:00
  • b526f18b7c Improve doc comment for Token(url㊙️) Matt Rubin 2022-12-28 13:35:28 -05:00
  • c79a6a16f8 Tweak XCTAssertThrowsError handler closures Matt Rubin 2022-12-28 13:17:31 -05:00
  • fb7a259e04 Simplify handling of errors thrown in TokenSerializationTests Matt Rubin 2022-12-28 13:07:35 -05:00
  • 7471afc7a5 Improve doc comment for Generator's throwing initializer Matt Rubin 2022-12-28 13:01:59 -05:00
  • 160d90d118 Merge develop into throwing-initializers Matt Rubin 2022-12-28 12:30:18 -05:00
  • c86bf7f737 Update references to the now-deleted xcworkspace file Matt Rubin 2022-12-23 02:35:02 -05:00
  • b4279ca307 Delete Base32 submodule and xcworkspace Matt Rubin 2022-12-23 02:20:45 -05:00
  • c1b6d307a3 Depend on Base32 via an Xcode package dependency Matt Rubin 2022-12-23 02:09:30 -05:00
  • 8e44891c69 Merge pull request #253 from mattrubin/swiftlint Matt Rubin 2022-12-23 02:35:19 -05:00
  • 4c276c1b2a Delete a stray swiftlint:enable comment Matt Rubin 2022-12-23 01:46:51 -05:00
  • 7aeba6a81b Add new SwiftLint opt-in rules (and remove one that is now on by default) Matt Rubin 2022-12-23 01:43:42 -05:00
  • 923e0bb5f2 Disable a large_tuple warning in GeneratorTests.swift Matt Rubin 2022-12-23 00:59:45 -05:00
  • 70464123c6 [Lint] Prefer Self in static references Matt Rubin 2022-12-23 00:44:14 -05:00
  • 5f1a7a65e5 Specify that the SwiftLint build phase should run on every build Matt Rubin 2022-12-23 00:42:13 -05:00
  • e08ae4c514 Move swiftlint analyzer rules to the correct section of the config file Matt Rubin 2022-12-22 23:32:31 -05:00
  • 29c282f9f6 Merge pull request #252 from mattrubin/dead-code-stripping Matt Rubin 2022-12-23 01:28:32 -05:00
  • 89f74a3c11 Upgrade Xcode project file and enable dead code stripping as recommended Matt Rubin 2022-12-23 00:53:17 -05:00
  • 03ad8509c1 Merge pull request #251 from mattrubin/github-actions Matt Rubin 2022-12-23 00:46:05 -05:00
  • 83b850cf3d Update Hound config to use the local swiftlint config Matt Rubin 2022-12-23 00:17:13 -05:00
  • 64b82800a6 Update GitHub Actions workflow dependencies Matt Rubin 2022-12-22 23:48:52 -05:00
  • d6886d63aa Merge pull request #249 from mattrubin/drop-cocoapods-support Matt Rubin 2022-12-22 23:25:25 -05:00
  • 7f2fa216c4 Merge pull request #248 from mattrubin/dependency-versions Matt Rubin 2022-12-22 22:47:06 -05:00
  • 825ad371a2 Drop CocoaPods support Matt Rubin 2022-12-22 22:33:55 -05:00
  • e5e415b95c Revert CocoaPods dependency version bump Matt Rubin 2022-12-22 22:27:03 -05:00
  • 0d7f462d91 Update CocoaPods and SPM dependency versions to match Carthage Matt Rubin 2022-12-22 22:10:32 -05:00
  • c3d8989f09 Merge pull request #245 from mattrubin/deployment-targets Matt Rubin 2022-06-07 14:15:56 -04:00
  • eef2e5d718 Update README badges with GitHub Actions CI status Matt Rubin 2022-06-07 12:21:19 -04:00
  • 6dccf62847 Merge origin/develop into deployment-targets Matt Rubin 2022-06-07 12:08:12 -04:00
  • 48a6ab9cf1 Merge pull request #246 from mattrubin/codecov Matt Rubin 2022-06-07 12:07:52 -04:00
  • 2c9e8f491f [CI] Ignore the test host app's code coverage files Matt Rubin 2022-06-07 11:43:29 -04:00
  • a0673f15e4 [CI] Add a step to convert code coverage files for Codecov Matt Rubin 2022-06-07 11:42:35 -04:00
  • b1debd27e3 Add an explicit macOS deployment target Matt Rubin 2022-06-07 01:20:28 -04:00
  • c766bf5238 [CI] Delete test jobs running on no-longer-supported OS versions Matt Rubin 2022-06-07 00:46:13 -04:00
  • a60e7e40e2 Remove CommonCrypto fallbacks for HMAC generation Matt Rubin 2022-06-07 00:31:56 -04:00
  • e4c61d882d Bump deployment targets to iOS 13 and watchOS 6 Matt Rubin 2022-06-07 00:31:31 -04:00
  • 57d2ba9250 Merge pull request #244 from mattrubin/hmac-data Matt Rubin 2022-06-07 00:51:55 -04:00
  • ef50465248 Simplify the conversion from HashedAuthenticationCode to Data Matt Rubin 2022-05-29 00:45:43 -04:00
  • 4f342470c7 Merge pull request #243 from mattrubin/github-actions Matt Rubin 2022-06-07 00:20:03 -04:00
  • 770487c1d7 [CI] Use the latest checkout and codecov actions Matt Rubin 2022-06-06 23:37:16 -04:00
  • 6a1faec3dc [CI] Cache downloaded simulator runtimes Matt Rubin 2022-06-06 23:09:01 -04:00
  • beb940329d [CI] Install simulator runtimes if necessary Matt Rubin 2022-06-06 22:54:45 -04:00
  • ba51842000 [CI] Test on modern simulator runtimes Matt Rubin 2022-05-29 10:50:10 -04:00
  • ab92be3bc7 Upgrade to Xcode 13.4 Matt Rubin 2022-05-29 00:51:30 -04:00
  • d4711158e0 Merge origin/develop into github-actions Matt Rubin 2022-05-29 00:51:40 -04:00
  • 8e4022f285 Merge pull request #241 from mattrubin/modernize Matt Rubin 2022-02-25 22:35:20 -05:00
  • 93a0335292 Update Base32 dependency Matt Rubin 2022-02-25 22:05:06 -05:00
  • 64ac14e1a2 Update xcconfigs dependency URL Matt Rubin 2022-02-25 22:03:01 -05:00
  • ba6f93af3d Perform Xcode upgrade checks (and keep current deployment targets) Matt Rubin 2022-02-25 21:59:36 -05:00
  • 2f40fcffd1 [CI] Split jobs out into separate workflows by build tool Matt Rubin 2021-05-16 02:35:53 -04:00
  • 57d8db9935 [CI] Clean up job step names Matt Rubin 2021-05-16 02:24:48 -04:00
  • 006736ffb5 [CI] Group xcode-select info Matt Rubin 2021-05-16 02:12:37 -04:00
  • 3785fd0a90 [CI] Factor out a "prepare simulator" action Matt Rubin 2021-05-16 02:00:18 -04:00
  • 8f3292db13 [CI] Factor out an xcode-select action Matt Rubin 2021-05-16 01:30:17 -04:00
  • bd2a8fa240 Merge pull request #233 from mattrubin/dependency-bump Matt Rubin 2021-05-16 00:58:50 -04:00
  • 43231a3093 Upgrade the Base32 version used by Carthage to match the SPM version Matt Rubin 2021-05-15 21:55:31 -04:00
  • f3d1825a8d Merge pull request #232 from mattrubin/github-actions Matt Rubin 2021-05-16 00:46:26 -04:00
  • f11a58d36f Merge pull request #221 from bas-d/spm Matt Rubin 2021-05-16 00:42:13 -04:00
  • 652d8539f0 [CI] Migrate more jobs from Travis to GitHub Actions Matt Rubin 2021-05-16 00:27:06 -04:00
  • 266a0b963e [CI] Switch all GitHub Actions jobs to Xcode 12.4 with linked runtimes Matt Rubin 2021-05-15 23:56:27 -04:00
  • 9211d2a992 [CI] Test on iOS 12.4 on GitHub Actions by symlinking the runtime Matt Rubin 2021-05-15 23:04:26 -04:00
  • 520be217b1 [CI] Add a Swift package test job to GitHub Actions Matt Rubin 2021-05-15 22:32:53 -04:00
  • 9654ae50bf Exclude KeychainTests from SPM tests Matt Rubin 2021-05-15 22:26:29 -04:00
  • bb722a937f Move Swift package manifest to the "Tools" file group Matt Rubin 2021-05-15 16:47:28 -04:00