From 7349dce1987f9c6d6059162f73ed458472397b0d Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Fri, 24 May 2024 12:23:53 -0700 Subject: [PATCH 1/7] Automate pushing new release for sift-ios to github & cocoapods --- .github/workflows/publishing-sift-ios.yml | 17 +++++++++++++++++ .idea/.gitignore | 3 +++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/sift-ios.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ 6 files changed, 49 insertions(+) create mode 100644 .github/workflows/publishing-sift-ios.yml create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/sift-ios.iml create mode 100644 .idea/vcs.xml diff --git a/.github/workflows/publishing-sift-ios.yml b/.github/workflows/publishing-sift-ios.yml new file mode 100644 index 0000000..7eb0449 --- /dev/null +++ b/.github/workflows/publishing-sift-ios.yml @@ -0,0 +1,17 @@ +name: Publishing to ios +on: + release: + types: [published] + +env: + GH_TOKEN: ${{ github.token }} + +jobs: + build_and_publish: + runs-on: macos-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Prepare gradle.properties + run: | + ./carthage.sh build --platform iOS diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..82b0492 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/sift-ios.iml b/.idea/sift-ios.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/sift-ios.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 99c88ec04e0d218ddbe5bee62db2779790916b61 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati <85580100+pmallampati-sift@users.noreply.github.com> Date: Fri, 24 May 2024 12:25:36 -0700 Subject: [PATCH 2/7] Delete .idea/.gitignore --- .idea/.gitignore | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml From 7a5b5da57cf07d123c36970196ae893aabe82751 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati <85580100+pmallampati-sift@users.noreply.github.com> Date: Fri, 24 May 2024 12:25:47 -0700 Subject: [PATCH 3/7] Delete .idea/misc.xml --- .idea/misc.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/misc.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 639900d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From f2ff671a3bac87b709302abc505ea4c4836e59e2 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati <85580100+pmallampati-sift@users.noreply.github.com> Date: Fri, 24 May 2024 12:25:59 -0700 Subject: [PATCH 4/7] Delete .idea/modules.xml --- .idea/modules.xml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .idea/modules.xml diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 82b0492..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file From 0875bf526b67478e3b8143dfcd7143d79f511264 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati <85580100+pmallampati-sift@users.noreply.github.com> Date: Fri, 24 May 2024 12:26:25 -0700 Subject: [PATCH 5/7] Delete .idea/sift-ios.iml --- .idea/sift-ios.iml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .idea/sift-ios.iml diff --git a/.idea/sift-ios.iml b/.idea/sift-ios.iml deleted file mode 100644 index d6ebd48..0000000 --- a/.idea/sift-ios.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file From 81e859bf58123c23d0907c8475b2c66e167163dd Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati <85580100+pmallampati-sift@users.noreply.github.com> Date: Fri, 24 May 2024 12:26:34 -0700 Subject: [PATCH 6/7] Delete .idea/vcs.xml --- .idea/vcs.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From fc27930a67ad67de124c64a730cc75ca95cc1764 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Fri, 24 May 2024 12:27:40 -0700 Subject: [PATCH 7/7] Automate pushing new release for sift-ios to github & cocoapods --- .github/workflows/publishing-sift-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishing-sift-ios.yml b/.github/workflows/publishing-sift-ios.yml index 7eb0449..b2a37ef 100644 --- a/.github/workflows/publishing-sift-ios.yml +++ b/.github/workflows/publishing-sift-ios.yml @@ -12,6 +12,6 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - name: Prepare gradle.properties + - name: publish ios run: | ./carthage.sh build --platform iOS