-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from onevcat/v2
Drop everything from v1 and recreate the framework to v2!
- Loading branch information
Showing
232 changed files
with
9,068 additions
and
46,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
APNGKit/libpng-apng/* linguist-vendored=true | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
*.apng filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
github: onevcat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: build | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
run-test: | ||
runs-on: macos-11 | ||
strategy: | ||
matrix: | ||
destination: [ | ||
'macOS', | ||
'iOS', | ||
'tvOS' | ||
] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
lfs: true | ||
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 2.7.4 | ||
bundler-cache: true | ||
- uses: actions/cache@v2 | ||
with: | ||
path: .build | ||
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} | ||
restore-keys: | | ||
${{ runner.os }}-spm- | ||
- name: Remove timing tests | ||
run: rm Tests/APNGKitTests/APNGImageViewTimingTests.swift | ||
- name: Run tests | ||
run: bundle exec fastlane test_${{ matrix.destination }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,5 +151,4 @@ Carthage/Build | |
|
||
Reference/ | ||
test_output | ||
fastlane | ||
/.ruby-version | ||
fastlane/report.xml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.7.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
APNGDemo-iOS/APNGDemo-iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
APNGDemo-iOS/APNGDemo-iOS/Base.lproj/LaunchScreen.storyboard
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.