diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1ddf1cd53..5ab25fbfe 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -112,7 +112,7 @@ jobs: - name: Download exo run: | - wget https://github.com/appaquet/exocore/releases/download/v0.1.6/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx + wget https://github.com/appaquet/exocore/releases/download/v0.1.7/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx echo `pwd` >> $GITHUB_PATH - name: Build app package diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index bfa3918c7..4b939c061 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -113,4 +113,4 @@ jobs: - name: Trigger iOS build run: | set -x - git push origin/app-build \ No newline at end of file + git push -f origin/app-build \ No newline at end of file diff --git a/.github/workflows/push-tester.yml b/.github/workflows/push-tester.yml index ffb7ce835..40e674796 100644 --- a/.github/workflows/push-tester.yml +++ b/.github/workflows/push-tester.yml @@ -149,7 +149,7 @@ jobs: - name: Download exo run: | - wget https://github.com/appaquet/exocore/releases/download/v0.1.6/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx + wget https://github.com/appaquet/exocore/releases/download/v0.1.7/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx echo `pwd` >> $GITHUB_PATH - name: Package app diff --git a/ios/Exomind/ExocoreUtils.swift b/ios/Exomind/ExocoreUtils.swift index bcf1ff842..6aa405a87 100644 --- a/ios/Exomind/ExocoreUtils.swift +++ b/ios/Exomind/ExocoreUtils.swift @@ -34,7 +34,6 @@ class ExocoreUtils { } if let node = self.node, self.nodeHasCell { - print("Initializing !") try ExocoreClient.initialize(node: node) } else { print("ExocoreUtils > No node or cell configured") diff --git a/ios/Podfile b/ios/Podfile index e9f4b44a8..f92e9137b 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -17,7 +17,7 @@ target 'Exomind' do pod 'Exocore', '0.1.7' # pod 'Exocore', :path => '../../exocore' - # pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.6/exocore-ios.tar.gz' + # pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.7/exocore-ios.tar.gz' end target 'ExomindActionExt' do @@ -26,7 +26,7 @@ target 'ExomindActionExt' do pod 'Exocore', '0.1.7' # pod 'Exocore' , :path => '../../exocore' - # pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.6/exocore-ios.tar.gz' + # pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.7/exocore-ios.tar.gz' end target 'ExomindTests' do @@ -35,7 +35,7 @@ target 'ExomindTests' do pod 'Exocore', '0.1.7' # pod 'Exocore', :path => '../../exocore' - # pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.6/exocore-ios.tar.gz' + # pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.7/exocore-ios.tar.gz' end