-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: RMET-3300 Use Native Libs via Pod/Maven (#6)
* chore: pods working * chore: update cap to next(v6)
- Loading branch information
Showing
44 changed files
with
206 additions
and
7,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN | ||
include ':capacitor-android' | ||
project(':capacitor-android').projectDir = new File('../../node_modules/.pnpm/@capacitor+android@5.7.0_@capacitor+core@5.7.0/node_modules/@capacitor/android/capacitor') | ||
project(':capacitor-android').projectDir = new File('../../node_modules/.pnpm/@capacitor+android@6.0.0-rc.2_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/android/capacitor') | ||
|
||
include ':capacitor-app' | ||
project(':capacitor-app').projectDir = new File('../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app/android') | ||
project(':capacitor-app').projectDir = new File('../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app/android') | ||
|
||
include ':capacitor-barcode-scanner' | ||
project(':capacitor-barcode-scanner').projectDir = new File('../../plugin/android') | ||
|
||
include ':capacitor-haptics' | ||
project(':capacitor-haptics').projectDir = new File('../../node_modules/.pnpm/@capacitor+haptics@5.0.7_@capacitor+core@5.7.0/node_modules/@capacitor/haptics/android') | ||
project(':capacitor-haptics').projectDir = new File('../../node_modules/.pnpm/@capacitor+haptics@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/haptics/android') | ||
|
||
include ':capacitor-keyboard' | ||
project(':capacitor-keyboard').projectDir = new File('../../node_modules/.pnpm/@capacitor+keyboard@5.0.8_@capacitor+core@5.7.0/node_modules/@capacitor/keyboard/android') | ||
project(':capacitor-keyboard').projectDir = new File('../../node_modules/.pnpm/@capacitor+keyboard@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/keyboard/android') | ||
|
||
include ':capacitor-status-bar' | ||
project(':capacitor-status-bar').projectDir = new File('../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar/android') | ||
|
||
include ':capacitor-barcode-scanner' | ||
project(':capacitor-barcode-scanner').projectDir = new File('../../plugin/android') | ||
project(':capacitor-status-bar').projectDir = new File('../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar/android') |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
example-app/ios/App/App.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
require_relative '../../../node_modules/.pnpm/@capacitor+ios@5.7.0_@capacitor+core@5.7.0/node_modules/@capacitor/ios/scripts/pods_helpers' | ||
require_relative '../../../node_modules/.pnpm/@capacitor+ios@6.0.0-rc.2_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/ios/scripts/pods_helpers' | ||
|
||
platform :ios, '13.0' | ||
use_frameworks! | ||
|
@@ -9,13 +9,13 @@ use_frameworks! | |
install! 'cocoapods', :disable_input_output_paths => true | ||
|
||
def capacitor_pods | ||
pod 'Capacitor', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios' | ||
pod 'CapacitorCordova', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios' | ||
pod 'CapacitorApp', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app' | ||
pod 'CapacitorHaptics', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics' | ||
pod 'CapacitorKeyboard', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/keyboard' | ||
pod 'CapacitorStatusBar', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar' | ||
pod 'Capacitor', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios' | ||
pod 'CapacitorCordova', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios' | ||
pod 'CapacitorApp', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app' | ||
pod 'CapacitorBarcodeScanner', :path => '../../../plugin' | ||
pod 'CapacitorHaptics', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics' | ||
pod 'CapacitorKeyboard', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/keyboard' | ||
pod 'CapacitorStatusBar', :path => '../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar' | ||
end | ||
|
||
target 'App' do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,59 @@ | ||
PODS: | ||
- Capacitor (5.7.0): | ||
- Capacitor (6.0.0-rc.2): | ||
- CapacitorCordova | ||
- CapacitorApp (5.0.7): | ||
- CapacitorApp (6.0.0-rc.1): | ||
- Capacitor | ||
- CapacitorBarcodeScanner (1.0.0-alpha.0): | ||
- Capacitor | ||
- CapacitorCordova (5.7.0) | ||
- CapacitorHaptics (5.0.7): | ||
- OSBarcodeLib (~> 1.0.0) | ||
- CapacitorCordova (6.0.0-rc.2) | ||
- CapacitorHaptics (6.0.0-rc.1): | ||
- Capacitor | ||
- CapacitorKeyboard (5.0.8): | ||
- CapacitorKeyboard (6.0.0-rc.1): | ||
- Capacitor | ||
- CapacitorStatusBar (5.0.7): | ||
- CapacitorStatusBar (6.0.0-rc.1): | ||
- Capacitor | ||
- OSBarcodeLib (1.0.0) | ||
|
||
DEPENDENCIES: | ||
- "Capacitor (from `../../../node_modules/.pnpm/@capacitor+ios@5.7.0_@capacitor+core@5.7.0/node_modules/@capacitor/ios`)" | ||
- "CapacitorApp (from `../../../node_modules/.pnpm/@capacitor+app@5.0.7_@capacitor+core@5.7.0/node_modules/@capacitor/app`)" | ||
- "Capacitor (from `../../../node_modules/.pnpm/@capacitor+ios@6.0.0-rc.2_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/ios`)" | ||
- "CapacitorApp (from `../../../node_modules/.pnpm/@capacitor+app@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/app`)" | ||
- CapacitorBarcodeScanner (from `../../../plugin`) | ||
- "CapacitorCordova (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios`)" | ||
- "CapacitorHaptics (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics`)" | ||
- "CapacitorKeyboard (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/keyboard`)" | ||
- "CapacitorStatusBar (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar`)" | ||
- "CapacitorCordova (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios`)" | ||
- "CapacitorHaptics (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics`)" | ||
- "CapacitorKeyboard (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/keyboard`)" | ||
- "CapacitorStatusBar (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar`)" | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- OSBarcodeLib | ||
|
||
EXTERNAL SOURCES: | ||
Capacitor: | ||
:path: "../../../node_modules/.pnpm/@capacitor+ios@5.7.0_@capacitor+core@5.7.0/node_modules/@capacitor/ios" | ||
:path: "../../../node_modules/.pnpm/@capacitor+ios@6.0.0-rc.2_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/ios" | ||
CapacitorApp: | ||
:path: "../../../node_modules/.pnpm/@capacitor+app@5.0.7_@capacitor+core@5.7.0/node_modules/@capacitor/app" | ||
:path: "../../../node_modules/.pnpm/@capacitor+app@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/app" | ||
CapacitorBarcodeScanner: | ||
:path: "../../../plugin" | ||
CapacitorCordova: | ||
:path: "../../../node_modules/.pnpm/@capacitor+ios@5.7.0_@capacitor+core@5.7.0/node_modules/@capacitor/ios" | ||
:path: "../../../node_modules/.pnpm/@capacitor+ios@6.0.0-rc.2_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/ios" | ||
CapacitorHaptics: | ||
:path: "../../../node_modules/.pnpm/@capacitor+haptics@5.0.7_@capacitor+core@5.7.0/node_modules/@capacitor/haptics" | ||
:path: "../../../node_modules/.pnpm/@capacitor+haptics@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/haptics" | ||
CapacitorKeyboard: | ||
:path: "../../../node_modules/.pnpm/@capacitor+keyboard@5.0.8_@capacitor+core@5.7.0/node_modules/@capacitor/keyboard" | ||
:path: "../../../node_modules/.pnpm/@capacitor+keyboard@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/keyboard" | ||
CapacitorStatusBar: | ||
:path: "../../../node_modules/.pnpm/@capacitor+status-bar@5.0.7_@capacitor+core@5.7.0/node_modules/@capacitor/status-bar" | ||
:path: "../../../node_modules/.pnpm/@capacitor+status-bar@6.0.0-rc.1_@capacitor+core@6.0.0-rc.2/node_modules/@capacitor/status-bar" | ||
|
||
SPEC CHECKSUMS: | ||
Capacitor: fc155ee2ee45a2093d716f13cf5aa5a865e2d85a | ||
CapacitorApp: 17fecd0e6cb23feafac7eb0939417389038b0979 | ||
CapacitorBarcodeScanner: e278ac16d24a971dc54ff5d206186f3df4433100 | ||
CapacitorCordova: e825fce1a2e14e4b5730641c7e098dccf74397b7 | ||
CapacitorHaptics: 7c7c206f0c96a628fed073830c96d28c4b2e772e | ||
CapacitorKeyboard: aec619a578235c6ce279075009a2689c2cf5c42c | ||
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7 | ||
Capacitor: 616838064c270088c3c51e0bb2f57259c09f3d55 | ||
CapacitorApp: 649eca1980ddb28d43177bc78b252123e243b848 | ||
CapacitorBarcodeScanner: 2c52ec265dcf61c15f471f61bbbbdfd85269112d | ||
CapacitorCordova: 62056f853503fb402c3bd9ea9b93b30f23d1c1ce | ||
CapacitorHaptics: b004f0eb5b1cbef124889ccf745679f3aa9568ef | ||
CapacitorKeyboard: 683563ad6b13c1a46bfc710d49b4621570feef48 | ||
CapacitorStatusBar: 31febfff4331f2e800847abdac79d64f04eb4206 | ||
OSBarcodeLib: e5075922166a0140d7e22218efe904a4b359f056 | ||
|
||
PODFILE CHECKSUM: 60746a6f3cc16d31665ae588420b9f720d04ec56 | ||
PODFILE CHECKSUM: e4140fc02500ab3a454d73af10000b75805fc486 | ||
|
||
COCOAPODS: 1.12.1 | ||
COCOAPODS: 1.15.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.