File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ targets:
9191 - framework : Fuzi.framework
9292 - framework : Minizip.framework
9393 - framework : SQLite.framework
94- - framework : ZIPFoundation.. framework
94+ - framework : ZIPFoundation.framework
9595 - target : R2Shared
9696 settings :
9797 PRODUCT_BUNDLE_IDENTIFIER : org.readium.readium-lcp-swift
Original file line number Diff line number Diff line change 1- version = ` git describe --tags --match [0-9] * -- abbrev=0 2> /dev/null `
1+ version = ` git describe --tags --abbrev=0 2> /dev/null `
22ifdef commit
33 version = $(commit)
44endif
3232 @cp Integrations/SPM/project.yml .
3333endif
3434ifdef commit
35- @sed -i "" -e "s>VERSION>revision: $(version )>g" project.yml
35+ @sed -i "" -e "s>VERSION>revision: $(commit )>g" project.yml
3636else
37- @sed -i "" -e "s>VERSION>from: $(commit )>g" project.yml
37+ @sed -i "" -e "s>VERSION>from: $(version )>g" project.yml
3838endif
3939 xcodegen generate
4040 @echo "\nopen TestApp.xcodeproj"
You can’t perform that action at this time.
0 commit comments