Compare commits

...

1 Commits

Author SHA1 Message Date
Rogerio de Paula Assis 6e2e769739 --wip-- [skip ci] 2019-07-31 18:02:34 -04:00
+21
View File
@@ -0,0 +1,21 @@
name: VimeoPlayerKit
targets:
PlayerKit:
type: framework
platform: iOS
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.vimeo.playerkit
INFOPLIST_FILE: Example/PlayerKit/Info.plist
sources:
- path: PlayerKit
scheme:
testTargets:
- PlayerKitTests
PlayerKitTests:
dependencies:
- target: PlayerKit
type: bundle.unit-test
platform: iOS
sources:
- path: Example/Tests