Skip to content

Commit

Permalink
SPM refactor (#19)
Browse files Browse the repository at this point in the history
* Builds & passes tests

* Package.swift testing

* Complete refactor :/

* Remove library type & other tweaks

* Readme bump
  • Loading branch information
fdocr authored Dec 24, 2020
1 parent dc1e7f2 commit 55f3158
Show file tree
Hide file tree
Showing 43 changed files with 165 additions and 1,495 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@master
- name: Build and test
run: |
set -o pipefail && xcodebuild -project ForemWebView.xcodeproj -scheme Example -sdk iphonesimulator -destination "${destination}" test | xcpretty
set -o pipefail && xcodebuild -scheme ForemWebView -sdk iphonesimulator -destination "${destination}" test | xcpretty
env:
DEVELOPER_DIR: /Applications/Xcode_12.1.app/Contents/Developer
destination: ${{ matrix.destination }}
27 changes: 0 additions & 27 deletions Example/AppDelegate.swift

This file was deleted.

11 changes: 0 additions & 11 deletions Example/Assets.xcassets/AccentColor.colorset/Contents.json

This file was deleted.

98 changes: 0 additions & 98 deletions Example/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

6 changes: 0 additions & 6 deletions Example/Assets.xcassets/Contents.json

This file was deleted.

25 changes: 0 additions & 25 deletions Example/Base.lproj/LaunchScreen.storyboard

This file was deleted.

70 changes: 0 additions & 70 deletions Example/Base.lproj/Main.storyboard

This file was deleted.

81 changes: 0 additions & 81 deletions Example/Info.plist

This file was deleted.

27 changes: 0 additions & 27 deletions Example/SceneDelegate.swift

This file was deleted.

Loading

0 comments on commit 55f3158

Please sign in to comment.