Skip to content

Commit 6242659

Browse files
committed
chore: release build v7.0.3
1 parent 5794100 commit 6242659

File tree

10 files changed

+4834
-5035
lines changed

10 files changed

+4834
-5035
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v7.0.3](https://github.com/capacitor-community/camera-preview/compare/v7.0.2...v7.0.3) (2026-01-28)
4+
5+
### Features
6+
7+
- feat(ios): Add SPM support ([#391](https://github.com/capacitor-community/camera-preview/pull/391)), ([5cba2e5](https://github.com/capacitor-community/camera-preview/commit/5cba2e5294ed4b58e7fe02d82b58d891b88f437f))
8+
9+
### Fixes
10+
11+
- fix(ios): iOS app crashes when plugin stop is called ([#392](https://github.com/capacitor-community/camera-preview/pull/392)), ([5794100](https://github.com/capacitor-community/camera-preview/commit/5794100dfb6135d03d7bad47f58b92df18eae410)), closes [#387](https://github.com/capacitor-community/camera-preview/issues/387)
12+
13+
### Documentation
14+
15+
- doc: Update README for integer values ([#382](https://github.com/capacitor-community/camera-preview/pull/382)), ([a34b51e](https://github.com/capacitor-community/camera-preview/commit/a34b51ec74f0e4ed38546b6d0552bf4d52a2f2fb))
16+
17+
### Chores
18+
19+
- chore: Update plugin and example app dependencies
20+
321
## [v7.0.2](https://github.com/capacitor-community/camera-preview/compare/v7.0.1...v7.0.2) (2025-06-17)
422

523
### Fixes

example-app/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ryltsov.alex.camera.preview.demo"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 700201
11-
versionName "7.0.2"
10+
versionCode 700301
11+
versionName "7.0.3"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

example-app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.10.1'
10+
classpath 'com.android.tools.build:gradle:8.13.2'
1111
classpath 'com.google.gms:google-services:4.4.0'
1212

1313
// NOTE: Do not place your application dependencies here; they belong

example-app/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example-app/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,18 @@
347347
baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */;
348348
buildSettings = {
349349
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
350+
CODE_SIGN_IDENTITY = "Apple Development";
350351
CODE_SIGN_STYLE = Automatic;
351352
CURRENT_PROJECT_VERSION = 1;
352353
DEVELOPMENT_TEAM = 9XFYDGX5DN;
353354
INFOPLIST_FILE = App/Info.plist;
354355
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
355356
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356-
MARKETING_VERSION = 7.0.2;
357+
MARKETING_VERSION = 7.0.3;
357358
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
358-
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo;
359+
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo.1;
359360
PRODUCT_NAME = "$(TARGET_NAME)";
361+
PROVISIONING_PROFILE_SPECIFIER = "";
360362
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
361363
SWIFT_VERSION = 5.0;
362364
TARGETED_DEVICE_FAMILY = "1,2";
@@ -368,15 +370,17 @@
368370
baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */;
369371
buildSettings = {
370372
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
373+
CODE_SIGN_IDENTITY = "Apple Development";
371374
CODE_SIGN_STYLE = Automatic;
372375
CURRENT_PROJECT_VERSION = 1;
373376
DEVELOPMENT_TEAM = 9XFYDGX5DN;
374377
INFOPLIST_FILE = App/Info.plist;
375378
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
376379
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
377-
MARKETING_VERSION = 7.0.2;
378-
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo;
380+
MARKETING_VERSION = 7.0.3;
381+
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo.1;
379382
PRODUCT_NAME = "$(TARGET_NAME)";
383+
PROVISIONING_PROFILE_SPECIFIER = "";
380384
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
381385
SWIFT_VERSION = 5.0;
382386
TARGETED_DEVICE_FAMILY = "1,2";

example-app/ios/App/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- Capacitor (7.4.0):
2+
- Capacitor (7.4.5):
33
- CapacitorCordova
4-
- CapacitorApp (7.0.1):
4+
- CapacitorApp (7.1.1):
55
- Capacitor
6-
- CapacitorCommunityCameraPreview (7.0.2):
6+
- CapacitorCommunityCameraPreview (7.0.3):
77
- Capacitor
8-
- CapacitorCordova (7.4.0)
9-
- CapacitorHaptics (7.0.1):
8+
- CapacitorCordova (7.4.5)
9+
- CapacitorHaptics (7.0.3):
1010
- Capacitor
11-
- CapacitorKeyboard (7.0.1):
11+
- CapacitorKeyboard (7.0.4):
1212
- Capacitor
13-
- CapacitorStatusBar (7.0.1):
13+
- CapacitorStatusBar (7.0.4):
1414
- Capacitor
1515

1616
DEPENDENCIES:
@@ -39,13 +39,13 @@ EXTERNAL SOURCES:
3939
:path: "../../node_modules/@capacitor/status-bar"
4040

4141
SPEC CHECKSUMS:
42-
Capacitor: 10feab36396883c55373328124a677f118cd4b5f
43-
CapacitorApp: febecbb9582cb353aed037e18ec765141f880fe9
44-
CapacitorCommunityCameraPreview: d0ccae4cd17aee2061a8c528b417f4a0facbf483
45-
CapacitorCordova: 723e017d8a80ab2ede9959fbe37556c35ac860d5
46-
CapacitorHaptics: 1f1e17041f435d8ead9ff2a34edd592c6aa6a8d6
47-
CapacitorKeyboard: 09fd91dcde4f8a37313e7f11bde553ad1ed52036
48-
CapacitorStatusBar: 6e7af040d8fc4dd655999819625cae9c2d74c36f
42+
Capacitor: 12914e6f1b7835e161a74ebd19cb361efa37a7dd
43+
CapacitorApp: 63b237168fc869e758481dba283315a85743ee78
44+
CapacitorCommunityCameraPreview: ba86f7192ad2e6744d6bdfa881b5ceaf8d81d4c9
45+
CapacitorCordova: 31bbe4466000c6b86d9b7f1181ee286cff0205aa
46+
CapacitorHaptics: ce15be8f287fa2c61c7d2d9e958885b90cf0bebc
47+
CapacitorKeyboard: 5660c760113bfa48962817a785879373cf5339c3
48+
CapacitorStatusBar: d0e0151c89c001a9c7125bac59ddedf76b664768
4949

5050
PODFILE CHECKSUM: f9a3a112bbded02af73ee8d80685b91214cb243b
5151

0 commit comments

Comments
 (0)