yayan 1 rok temu
rodzic
commit
a7b46dc0c4

+ 1 - 1
NexilisSampleCode-iOS/Podfile

@@ -4,7 +4,7 @@ target 'ExampleCode' do
 
   # Pods for ExampleCode
 
-  pod 'Nexilis', '~> 2.2.0'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
 
 end
 

+ 1 - 1
NexilisSampleCodeFlutter-Android/ios/Podfile

@@ -6,7 +6,7 @@ target 'Runner' do
   use_frameworks!
 
   # Pods for Runner
-  pod 'NexilisLite', '~> 1.0.8'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
 
   target 'RunnerTests' do
     inherit! :search_paths

+ 1 - 1
NexilisSampleCodeFlutter-iOS/ios/Podfile

@@ -6,7 +6,7 @@ target 'Runner' do
   use_frameworks!
 
   # Pods for Runner
-  pod 'NexilisLite', '~> 1.0.8'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
 
   target 'RunnerTests' do
     inherit! :search_paths

+ 1 - 1
NexilisSampleCodeIonic-Android/ios/App/Podfile

@@ -20,7 +20,7 @@ end
 target 'App' do
   capacitor_pods
   # Add your Pods here
-  pod 'NexilisLite', '~> 1.0.8'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
 end
 
 post_install do |installer|

+ 1 - 1
NexilisSampleCodeIonic-iOS/ios/App/Podfile

@@ -20,7 +20,7 @@ end
 target 'App' do
   capacitor_pods
   # Add your Pods here
-  pod 'NexilisLite', '~> 1.0.8'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
 end
 
 post_install do |installer|

+ 1 - 1
NexilisSampleCodeReact-Android/ios/Podfile

@@ -27,7 +27,7 @@ end
 
 target 'NexilisSampleCode' do
   use_frameworks!
-  pod 'NexilisLite', '~> 1.0.8'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
   
   config = use_native_modules!
 

+ 1 - 1
NexilisSampleCodeReact-iOS/ios/Podfile

@@ -27,7 +27,7 @@ end
 
 target 'NexilisSampleCode' do
   use_frameworks!
-  pod 'NexilisLite', '~> 1.0.8'
+  pod 'NexilisLite', '***REPLACE***WITH***NEXILIS***VERSION***LIBRARY***'
   
   config = use_native_modules!