Skip to content

Commit 2f8e088

Browse files
committed
Update Podfile
1 parent 5e85d65 commit 2f8e088

File tree

1 file changed

+4
-3
lines changed
  • packages/canvas/platforms/ios

1 file changed

+4
-3
lines changed

packages/canvas/platforms/ios/Podfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
use_frameworks!
22
platform :ios, '11.0'
3-
#pod 'CanvasNative' , '~> 0.9.0'
4-
pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git', :tag => '0.9.0'
5-
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../packages/canvas/src-native/canvas-ios"
3+
pod 'CanvasNative' , '~> 0.9.0'
4+
#pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git', :tag => '0.9.0'
5+
#pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git'
6+
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
67

78

0 commit comments

Comments
 (0)