Merge pull request #266 from LePips/update-project-names

This commit is contained in:
Cody Robibero 2022-01-07 21:19:08 -07:00 committed by GitHub
commit 9173ec6bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
247 changed files with 138 additions and 122 deletions

View File

@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
scheme:
- "JellyfinPlayer"
- "JellyfinPlayer tvOS"
- "Swiftfin"
- "Swiftfin tvOS"
runs-on: macos-11
@ -52,7 +52,7 @@ jobs:
- name: xcodebuild!
run: |
xcodebuild build -workspace "JellyfinPlayer.xcworkspace" \
xcodebuild build -workspace "Swiftfin.xcworkspace" \
-scheme "${{ matrix.scheme }}" \
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

View File

@ -4,18 +4,19 @@ def shared_pods
pod 'SwiftGen'
end
target 'JellyfinPlayer iOS' do
target 'Swiftfin iOS' do
platform :ios, '15.0'
shared_pods
pod 'google-cast-sdk'
pod 'MobileVLCKit'
pod 'SwizzleSwift'
end
target 'JellyfinPlayer tvOS' do
target 'Swiftfin tvOS' do
platform :tvos, '15.0'
shared_pods
pod 'TVVLCKit'
end
target 'WidgetExtension' do
target 'Swiftfin Widget' do
platform :ios, '15.0'
shared_pods
end

View File

@ -44,5 +44,5 @@ $ sudo gem install cocoapods
$ pod install
# open workspace and build it
$ open JellyfinPlayer.xcworkspace
$ open Swiftfin.xcworkspace
```

Some files were not shown because too many files have changed in this diff Show More