Adnroid & iOS capacitor
Build & Push Docker Images / test-backend (push) Successful in 20s
Build & Push Docker Images / test-frontend (push) Successful in 23s
Build & Push Docker Images / build-backend (push) Successful in 19s
Build & Push Docker Images / build-frontend (push) Successful in 42s

This commit is contained in:
Ichitux
2026-06-29 00:54:01 +02:00
parent 2f9c0d27df
commit e720bfa95a
7 changed files with 41 additions and 2 deletions
+11 -1
View File
@@ -38,7 +38,17 @@
"Bash(openssl pkcs7 *)", "Bash(openssl pkcs7 *)",
"Bash(openssl x509 *)", "Bash(openssl x509 *)",
"Bash(/opt/android-sdk/build-tools/34.0.0/apksigner verify *)", "Bash(/opt/android-sdk/build-tools/34.0.0/apksigner verify *)",
"Bash(npm ci *)" "Bash(npm ci *)",
"Bash(xxd)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git push *)",
"WebFetch(domain:github.com)",
"WebSearch",
"WebFetch(domain:developers.google.com)",
"WebFetch(domain:cocoapods.org)",
"Bash(git check-ignore *)"
] ]
} }
} }
+1
View File
@@ -9,6 +9,7 @@ android {
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle" apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies { dependencies {
implementation project(':capacitor-mlkit-barcode-scanning')
implementation project(':capacitor-app') implementation project(':capacitor-app')
implementation project(':capacitor-splash-screen') implementation project(':capacitor-splash-screen')
implementation project(':capacitor-status-bar') implementation project(':capacitor-status-bar')
+4
View File
@@ -33,6 +33,10 @@
android:name="android.support.FILE_PROVIDER_PATHS" android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"></meta-data> android:resource="@xml/file_paths"></meta-data>
</provider> </provider>
<meta-data
android:name="com.google.mlkit.vision.DEPENDENCIES"
android:value="barcode_ui" />
</application> </application>
<!-- Permissions --> <!-- Permissions -->
+3
View File
@@ -2,6 +2,9 @@
include ':capacitor-android' include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor') project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
include ':capacitor-mlkit-barcode-scanning'
project(':capacitor-mlkit-barcode-scanning').projectDir = new File('../node_modules/@capacitor-mlkit/barcode-scanning/android')
include ':capacitor-app' include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android') project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
+1
View File
@@ -1662,6 +1662,7 @@
"url": "https://opencollective.com/capawesome" "url": "https://opencollective.com/capawesome"
} }
], ],
"license": "Apache-2.0",
"peerDependencies": { "peerDependencies": {
"@capacitor/core": ">=8.0.0" "@capacitor/core": ">=8.0.0"
} }
+1 -1
View File
@@ -11,8 +11,8 @@ install! 'cocoapods', :disable_input_output_paths => true, :warn_for_unused_mast
def capacitor_pods def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios' pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios' pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorMlkitBarcodeScanning', :path => '../../node_modules/@capacitor-mlkit/barcode-scanning' pod 'CapacitorMlkitBarcodeScanning', :path => '../../node_modules/@capacitor-mlkit/barcode-scanning'
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen' pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar' pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
end end
+20
View File
@@ -8,6 +8,7 @@
"name": "farma-finder", "name": "farma-finder",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@capacitor-mlkit/barcode-scanning": "^8.1.0",
"@capacitor/android": "^8.4.1", "@capacitor/android": "^8.4.1",
"@capacitor/app": "^8.1.0", "@capacitor/app": "^8.1.0",
"@capacitor/core": "^8.4.1", "@capacitor/core": "^8.4.1",
@@ -20,6 +21,25 @@
"npm-run-all": "^4.1.5" "npm-run-all": "^4.1.5"
} }
}, },
"node_modules/@capacitor-mlkit/barcode-scanning": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@capacitor-mlkit/barcode-scanning/-/barcode-scanning-8.1.0.tgz",
"integrity": "sha512-lhOYHZINLOCT0i5YSbSMkouik3zh0BncJouumNTgXCT0/533Z4733jAX9zv+nEd++bE8QHeUl2g0NrewreumnQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/capawesome-team/"
},
{
"type": "opencollective",
"url": "https://opencollective.com/capawesome"
}
],
"license": "Apache-2.0",
"peerDependencies": {
"@capacitor/core": ">=8.0.0"
}
},
"node_modules/@capacitor/android": { "node_modules/@capacitor/android": {
"version": "8.4.1", "version": "8.4.1",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-8.4.1.tgz", "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-8.4.1.tgz",