Skip to content

Commit

Permalink
feat: provide complete iOS target compiler for development mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gumptious committed Nov 14, 2019
1 parent c268c93 commit d21fe07
Show file tree
Hide file tree
Showing 101 changed files with 1,750 additions and 572 deletions.
1 change: 1 addition & 0 deletions examples/playground/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lib/*
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion examples/playground/ios/Diez/Diez.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
# TODO: What are these, actually?
s.platforms = { :ios => '12.1' }
# TODO: Support new Lottie iOS
s.dependency 'lottie-ios'
s.dependency 'lottie-ios', '~> 2.5.2'
s.source_files = 'SDK.swift', 'Diez.plist'
s.framework = 'UIKit', 'WebKit'
# TODO: s.ios.source_files and s.ios.framework for iOS, s.osx.* for macOS, and so on
Expand Down

0 comments on commit d21fe07

Please sign in to comment.