We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e85d65 commit 2f8e088Copy full SHA for 2f8e088
packages/canvas/platforms/ios/Podfile
@@ -1,7 +1,8 @@
1
use_frameworks!
2
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"
+pod 'CanvasNative' , '~> 0.9.0'
+#pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git', :tag => '0.9.0'
+#pod 'CanvasNative', :git => 'https://github.com/nativescript/canvas.git'
6
+#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
7
8
0 commit comments