@capacitor/ios 8.0.0-nightly-20250912T150550.0 → 8.0.0-nightly-20250915T150618.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,7 +111,7 @@ open class WebViewAssetHandler: NSObject, WKURLSchemeHandler {
111
111
  return mimetype as String
112
112
  }
113
113
  }
114
- // TODO: Remove in the future if Apple fixes the issue
114
+ // TODO: Remove when deployment target is set to iOS 17
115
115
  if let mimeType = mimeTypes[pathExtension] {
116
116
  return mimeType
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/ios",
3
- "version": "8.0.0-nightly-20250912T150550.0",
3
+ "version": "8.0.0-nightly-20250915T150618.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -25,7 +25,7 @@
25
25
  "xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .."
26
26
  },
27
27
  "peerDependencies": {
28
- "@capacitor/core": "^8.0.0-nightly-20250912T150550.0"
28
+ "@capacitor/core": "^8.0.0-nightly-20250915T150618.0"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"