@capacitor/splash-screen 8.0.0-dev-2407-20250905T151456.0 → 8.0.0-dev-2431-20251106T155058.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.
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.author = package['author']
12
12
  s.source = { :git => 'https://github.com/ionic-team/capacitor-plugins.git', :tag => package['name'] + '@' + package['version'] }
13
13
  s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}', 'splash-screen/ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
14
- s.ios.deployment_target = '14.0'
14
+ s.ios.deployment_target = '15.0'
15
15
  s.dependency 'Capacitor'
16
16
  s.swift_version = '5.1'
17
17
  end
package/Package.swift CHANGED
@@ -3,7 +3,7 @@ import PackageDescription
3
3
 
4
4
  let package = Package(
5
5
  name: "CapacitorSplashScreen",
6
- platforms: [.iOS(.v14)],
6
+ platforms: [.iOS(.v15)],
7
7
  products: [
8
8
  .library(
9
9
  name: "CapacitorSplashScreen",
@@ -12,7 +12,7 @@ buildscript {
12
12
  google()
13
13
  mavenCentral()
14
14
  maven {
15
- url "https://plugins.gradle.org/m2/"
15
+ url = "https://plugins.gradle.org/m2/"
16
16
  }
17
17
  }
18
18
  dependencies {
@@ -31,11 +31,11 @@ if (System.getenv("CAP_PLUGIN_PUBLISH") == "true") {
31
31
  }
32
32
 
33
33
  android {
34
- namespace "com.capacitorjs.plugins.splashscreen"
35
- compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 35
34
+ namespace = "com.capacitorjs.plugins.splashscreen"
35
+ compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
36
36
  defaultConfig {
37
- minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
38
- targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 35
37
+ minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
38
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 36
39
39
  versionCode 1
40
40
  versionName "1.0"
41
41
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -47,7 +47,7 @@ android {
47
47
  }
48
48
  }
49
49
  lintOptions {
50
- abortOnError false
50
+ abortOnError = false
51
51
  }
52
52
  compileOptions {
53
53
  sourceCompatibility JavaVersion.VERSION_21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/splash-screen",
3
- "version": "8.0.0-dev-2407-20250905T151456.0",
3
+ "version": "8.0.0-dev-2431-20251106T155058.0",
4
4
  "description": "The Splash Screen API provides methods for showing or hiding a Splash image.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -47,11 +47,11 @@
47
47
  "publish:cocoapod": "pod trunk push ./CapacitorSplashScreen.podspec --allow-warnings"
48
48
  },
49
49
  "devDependencies": {
50
- "@capacitor/android": "^7.0.0",
51
- "@capacitor/cli": "^7.0.0",
52
- "@capacitor/core": "^7.0.0",
50
+ "@capacitor/android": "next",
51
+ "@capacitor/cli": "next",
52
+ "@capacitor/core": "next",
53
53
  "@capacitor/docgen": "0.2.2",
54
- "@capacitor/ios": "^7.0.0",
54
+ "@capacitor/ios": "next",
55
55
  "@ionic/eslint-config": "^0.4.0",
56
56
  "@ionic/prettier-config": "~1.0.1",
57
57
  "@ionic/swiftlint-config": "^1.1.2",
@@ -64,7 +64,7 @@
64
64
  "typescript": "~4.1.5"
65
65
  },
66
66
  "peerDependencies": {
67
- "@capacitor/core": ">=7.0.0"
67
+ "@capacitor/core": "next"
68
68
  },
69
69
  "prettier": "@ionic/prettier-config",
70
70
  "swiftlint": "@ionic/swiftlint-config",