File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ targets:
91
91
- framework : Fuzi.framework
92
92
- framework : Minizip.framework
93
93
- framework : SQLite.framework
94
- - framework : ZIPFoundation.. framework
94
+ - framework : ZIPFoundation.framework
95
95
- target : R2Shared
96
96
settings :
97
97
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 `
2
2
ifdef commit
3
3
version = $(commit)
4
4
endif
32
32
@cp Integrations/SPM/project.yml .
33
33
endif
34
34
ifdef commit
35
- @sed -i "" -e "s>VERSION>revision: $(version )>g" project.yml
35
+ @sed -i "" -e "s>VERSION>revision: $(commit )>g" project.yml
36
36
else
37
- @sed -i "" -e "s>VERSION>from: $(commit )>g" project.yml
37
+ @sed -i "" -e "s>VERSION>from: $(version )>g" project.yml
38
38
endif
39
39
xcodegen generate
40
40
@echo "\nopen TestApp.xcodeproj"
You can’t perform that action at this time.
0 commit comments