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 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.4 </string >
18+ <string >0.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.4 </string >
18+ <string >0.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.4 </string >
18+ <string >0.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ let package = Package(
6868 name : " YourProject" ,
6969
7070 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" )
7272 ]
7373)
7474```
@@ -91,4 +91,4 @@ $ swift build -Xcc -I"$(xcrun --show-sdk-path)/usr/include/libxml2"
9191* see [ LICENSE] ( https://github.com/raymccrae/swift-htmlsaxparser/blob/master/LICENSE ) file
9292
9393## Version
94- * Version 0.4
94+ * Version 0.3
You can’t perform that action at this time.
0 commit comments