From 0b6c001479523a2629029fb375e8e31e00f2f061 Mon Sep 17 00:00:00 2001 From: Loay Ashraf Date: Sat, 26 Aug 2023 04:31:14 +0300 Subject: [PATCH] Update CI Workflows (#37) * feat: add decoding capability in case of failure caused due to HTTP status code Resolves: none. * feat: override User-Agent HTTP header in session configuration (#26) Resolves: none. * Add macOS example (#27) * feat: move iOS example project into new sub folder Resolves: none. * fix: update framework search paths Resolves: none. * feat: add empt macOS example project to workspace Resolves: none. * fix: update framework scheme name Resolves: none. * feat: add files to macOS example directory Resolves: none. * fix: apply public access modifier to DefaultHTTPErrorBody and DefaultNetworkAPIError Resolves: none. * refactor: add description comment for ProcessInfo extension Resolves: none. * fix: add RxNetworkKit bridging header reference Resolves: none. * refactor: apply project recommended settings Resolves: none. * feat: connect viewModel to tableview UI Resolves: none. * feat: complete ViewController class in macOS Example Resolves: none. * refactor: remove old un-needed file Resolves: none. * fix: apply correct image scale for error view Resolves: none. * Apply new version (0.0.2) (#28) * fix: remove tinted button warning Resolves: none. * version: 0.0.2 Resolves: none. * fix: update version for podSpec file Resolves: none. * fix: remove RxDataSources import statement (#31) Resolves: none. * Add CI Workflows For Repository (#33) * feat: add iOS workflow Resolves: none. * fix: update build-ios.yml Resolves: none. * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Create build-macos.yml * Update build-ios.yml + build-macos.yml * fix error 65 * Update build-ios.yml * update build-ios.yml + build-macos.yml * Update build-macos.yml * Update project.pbxproj * add publish-podspec.yml * add workflow files outside of folders * Update publish-podspec.yml * Update publish-podspec.yml * Update publish-podspec.yml * Create pod-lib-lint.yml * Update pod-lib-lint.yml * Update pod-lib-lint.yml * Update pod-lib-lint.yml * Update pod-lib-lint.yml * Update pod-lib-lint.yml * test container workflow * Update build.yml * Update build.yml * add some changes * Update build.yml * add some changes * Update build.yml * refactor: update names + remove comments Resolves: none. * add trigger for trunk push workflow * add dummy project to test SPM integration * add spm-lint.yml * Update spm-lint.yml * Update spm-lint.yml * Update spm-lint.yml * Update spm-lint.yml * update dummy project * update workspace dependencies versions * Update CI Workflows * update CI workflows * Update CI Workflow --- .github/workflows/pod-lib-lint.yml | 2 -- .github/workflows/spm-lint.yml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/pod-lib-lint.yml b/.github/workflows/pod-lib-lint.yml index ff528e7..f92ecb3 100644 --- a/.github/workflows/pod-lib-lint.yml +++ b/.github/workflows/pod-lib-lint.yml @@ -20,8 +20,6 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.workflow_run.head_branch }} - - run: git branch - - run: env - name: Set Xcode Version uses: maxim-lobanov/setup-xcode@v1 with: diff --git a/.github/workflows/spm-lint.yml b/.github/workflows/spm-lint.yml index 4d88b05..85c150b 100644 --- a/.github/workflows/spm-lint.yml +++ b/.github/workflows/spm-lint.yml @@ -25,8 +25,6 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.event.workflow_run.head_branch }} - - run: git branch - - run: env - name: Set Xcode Version uses: maxim-lobanov/setup-xcode@v1 with: @@ -41,4 +39,3 @@ jobs: destination: ${{ matrix.destination }} run: | xcodebuild clean build -project "${project}" -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty && exit ${PIPESTATUS[0]} -