Commit Graph

245 Commits

Author SHA1 Message Date
Takuhiro Muta 777f68eb84
Merge pull request #47 from 417-72KI/merge-xcresult
Merge xcresults to single xcresult for test result
2022-04-27 00:37:41 +09:00
417-72KI d37f319641 expires raw xcresults and save merged xcresult 2022-04-23 03:32:55 +09:00
417-72KI 44a180bee2 fix release script 2022-04-17 02:50:25 +09:00
417-72KI 5a464d078d fix Makefile 2022-04-17 02:45:56 +09:00
417-72KI 951d3e0bd1 fix Makefile 2022-04-17 02:45:23 +09:00
417-72KI cacd7b46cf not show code coverage 2022-04-16 04:32:42 +09:00
417-72KI 06d1d85524 fix workflow 2022-04-16 03:51:11 +09:00
417-72KI bc5701afbb try only to use latest 2022-04-15 15:32:19 +09:00
417-72KI 508f060df3 fix path 2022-04-15 15:13:47 +09:00
417-72KI a969200e57 merge xcresults to single xcresult for test result 2022-04-15 14:54:47 +09:00
Takuhiro Muta 16c430155e
Merge pull request #46 from 417-72KI/fix-make 2022-04-08 21:45:24 +09:00
417-72KI d058c07e51 remove Makefile in DemoApp 2022-04-05 18:06:23 +09:00
417-72KI fa4e561744 replace commands for demo app in root Makefile 2022-04-05 18:06:05 +09:00
Takuhiro Muta 6989a232cf
Merge pull request #45 from 417-72KI/require-swift-5.3
Require Swift 5.3
2022-04-03 13:10:09 +09:00
417-72KI f2a0d830f9 bump swift-tools-version to 5.3 2022-04-03 03:01:39 +09:00
417-72KI 664e61f5c7 Bump version to 2.0.0 2022-04-03 02:24:59 +09:00
417-72KI 727e150ff1 remove Carthage references in README 2022-04-03 02:22:02 +09:00
Takuhiro Muta 5ddd09b119
Merge pull request #43 from 417-72KI/deploy-pod
Auto-deploy podspec
2022-04-02 04:12:07 +09:00
417-72KI 9ae04db954 remove `cocoapods` gem 2022-04-02 04:07:38 +09:00
417-72KI 441bdfbe0e remove pushing podspec in script 2022-04-02 04:07:30 +09:00
417-72KI 5c1f158032 add workflow 2022-04-02 04:02:56 +09:00
Takuhiro Muta f910faea55
Merge pull request #44 from 417-72KI/remove-fastlane
Remove fastlane
2022-04-02 04:02:47 +09:00
417-72KI dea04e5cd9 remove gem 2022-04-02 04:01:45 +09:00
417-72KI 2c1bd711f9 remove fastlane files 2022-04-02 04:01:38 +09:00
Takuhiro Muta 6611a7d8da
Merge pull request #41 from 417-72KI/convert-xcodegen-to-package-based-project
Convert DemoApp from XcodeGen-based to Package-based project
2022-04-02 03:32:50 +09:00
417-72KI 5b911c41b6 add workflow to test demo project 2022-04-02 03:29:32 +09:00
417-72KI b7594a9794 move UI files to App 2022-04-02 02:52:08 +09:00
417-72KI 9b55e5e3da fix 2022-04-02 02:11:16 +09:00
417-72KI eff37c137b move view models to UI package 2022-04-02 02:07:33 +09:00
417-72KI d44692f394 convert to initializer injection style 2022-04-02 01:53:23 +09:00
417-72KI 1e7b5f69df update README 2022-04-01 20:25:05 +09:00
417-72KI fce34c87e2 remove XcodeGen 2022-04-01 20:23:29 +09:00
417-72KI 2a9b664713 add TODO comment 2022-04-01 20:21:22 +09:00
417-72KI 97d95598f3 add AppDelegate 2022-04-01 20:19:51 +09:00
417-72KI d5c7d39298 avoid build error on macOS target 2022-04-01 20:13:45 +09:00
417-72KI 25eb810569 convert to multiplatform app 2022-04-01 19:58:20 +09:00
417-72KI 8981b5c100 remove moved files 2022-04-01 19:08:09 +09:00
417-72KI 728fdbfd6b copy files from App 2022-04-01 18:50:10 +09:00
417-72KI 8671c6411a fix lint 2022-04-01 18:49:41 +09:00
417-72KI 46a6e14bc7 replace `open` with `xed` 2022-04-01 18:16:59 +09:00
417-72KI 02851dfd34 add package 2022-04-01 18:16:18 +09:00
417-72KI 4aaca029b7 fix `make init` in DemoApp 2022-04-01 17:50:46 +09:00
417-72KI a52955d88b disable `resolvePackageDependencies` 2022-04-01 16:18:47 +09:00
417-72KI a44bbbf421 bump swift-tools-version in DemoApp 2022-04-01 16:18:46 +09:00
417-72KI cf3625dfba prepare for convert 2022-04-01 16:18:46 +09:00
417-72KI da43004933 reduce test output to avoid the limitation 2022-04-01 15:19:29 +09:00
Takuhiro Muta 1d70e55003
Merge pull request #42 from 417-72KI/create-test-result
Dump test result
2022-04-01 14:29:38 +09:00
417-72KI 4da44c2785 convert multiline
https://trstringer.com/github-actions-multiline-strings/
2022-04-01 13:36:57 +09:00
417-72KI a00844d18f dump all results 2022-04-01 13:06:54 +09:00
417-72KI c5fa5120fa use xcresulttool instead of uploading artifacts 2022-04-01 12:41:21 +09:00