Skip to content

Commit

Permalink
try to revert build settings for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
3a4oT committed Aug 5, 2023
1 parent b058936 commit 8e05361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |spec|

spec.documentation_url = 'http://texturegroup.org/appledoc/'

spec.ios.deployment_target = '11.0'
spec.tvos.deployment_target = '11.0'
spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'

# Subspecs
spec.subspec 'Core' do |core|
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ carthage|all)
mv $spm_example_project $carthge_example_project_workaround

# carthage job
set -o pipefail && carthage update --use-xcframeworks && carthage build --no-skip-current --use-xcframeworks
set -o pipefail && carthage update && carthage build --no-skip-current

#revert back workaround
mv $carthge_example_project_workaround $spm_example_project
Expand Down

0 comments on commit 8e05361

Please sign in to comment.