File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4 </string >
18
+ <string >0.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4 </string >
18
+ <string >0.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.4 </string >
18
+ <string >0.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ let package = Package(
68
68
name : " YourProject" ,
69
69
70
70
dependencies : [
71
- .package (url : " https://github.com/raymccrae/swift-htmlsaxparser.git" , from : " 0.4 .0" )
71
+ .package (url : " https://github.com/raymccrae/swift-htmlsaxparser.git" , from : " 0.3 .0" )
72
72
]
73
73
)
74
74
```
@@ -91,4 +91,4 @@ $ swift build -Xcc -I"$(xcrun --show-sdk-path)/usr/include/libxml2"
91
91
* see [ LICENSE] ( https://github.com/raymccrae/swift-htmlsaxparser/blob/master/LICENSE ) file
92
92
93
93
## Version
94
- * Version 0.4
94
+ * Version 0.3
You can’t perform that action at this time.
0 commit comments