Browse Source

enhance(capacitor): ssl skip for development

charlie 7 months ago
parent
commit
fe30f3c35d
3 changed files with 9 additions and 1 deletions
  1. 1 0
      ios/App/Podfile
  2. 7 1
      ios/App/Podfile.lock
  3. 1 0
      package.json

+ 1 - 0
ios/App/Podfile

@@ -26,6 +26,7 @@ def capacitor_pods
   pod 'LogseqCapacitorFileSync', :path => '../../node_modules/@logseq/capacitor-file-sync'
   pod 'CapacitorVoiceRecorder', :path => '../../node_modules/capacitor-voice-recorder'
   pod 'SendIntent', :path => '../../node_modules/send-intent'
+  pod 'JcesarmobileSslSkip', :path => '../../node_modules/@jcesarmobile/ssl-skip'
 end
 
 target 'Logseq' do

+ 7 - 1
ios/App/Podfile.lock

@@ -33,6 +33,8 @@ PODS:
     - Capacitor
   - CapgoCapacitorNavigationBar (7.1.2):
     - Capacitor
+  - JcesarmobileSslSkip (0.4.0):
+    - Capacitor
   - LogseqCapacitorFileSync (5.0.2):
     - AgeEncryption (~> 1.0.6)
     - Alamofire
@@ -57,6 +59,7 @@ DEPENDENCIES:
   - CapacitorVoiceRecorder (from `../../node_modules/capacitor-voice-recorder`)
   - "CapawesomeCapacitorBackgroundTask (from `../../node_modules/@capawesome/capacitor-background-task`)"
   - "CapgoCapacitorNavigationBar (from `../../node_modules/@capgo/capacitor-navigation-bar`)"
+  - "JcesarmobileSslSkip (from `../../node_modules/@jcesarmobile/ssl-skip`)"
   - "LogseqCapacitorFileSync (from `../../node_modules/@logseq/capacitor-file-sync`)"
   - SendIntent (from `../../node_modules/send-intent`)
 
@@ -98,6 +101,8 @@ EXTERNAL SOURCES:
     :path: "../../node_modules/@capawesome/capacitor-background-task"
   CapgoCapacitorNavigationBar:
     :path: "../../node_modules/@capgo/capacitor-navigation-bar"
+  JcesarmobileSslSkip:
+    :path: "../../node_modules/@jcesarmobile/ssl-skip"
   LogseqCapacitorFileSync:
     :path: "../../node_modules/@logseq/capacitor-file-sync"
   SendIntent:
@@ -123,9 +128,10 @@ SPEC CHECKSUMS:
   CapacitorVoiceRecorder: 872ea857b497ce2c71afe3e4eb5de0a74290c0db
   CapawesomeCapacitorBackgroundTask: 834d797abc9933fac4354490d1a2f3c0e389b98d
   CapgoCapacitorNavigationBar: 3a0e93a40b7da3d3cb74c0410bb761a1525406be
+  JcesarmobileSslSkip: b0f921e9d397a57f7983731209ca1ee244119c1f
   LogseqCapacitorFileSync: 541dcd5492b8aeb2257cce3d18bb9ed5800cfcad
   SendIntent: 0a17b6984c4f27e9dfa56513267ba2c044a5a6c8
 
-PODFILE CHECKSUM: d9e4df9f9578f817a4148a5e29ee928f271e4cc8
+PODFILE CHECKSUM: 615b869df5e31ea8a2027fb6e2d192ce3aa95505
 
 COCOAPODS: 1.11.2

+ 1 - 0
package.json

@@ -6,6 +6,7 @@
     "devDependencies": {
         "@axe-core/playwright": "=4.4.4",
         "@capacitor/cli": "7.2.0",
+        "@jcesarmobile/ssl-skip": "^0.4.0",
         "@playwright/test": "=1.51.0",
         "@tailwindcss/aspect-ratio": "0.4.2",
         "@tailwindcss/forms": "0.5.3",