Skip to content

Commit

Permalink
chore: pods working
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Apr 5, 2024
1 parent 64993d0 commit d48ca76
Show file tree
Hide file tree
Showing 34 changed files with 10,280 additions and 7,103 deletions.
6 changes: 3 additions & 3 deletions example-app/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down
2 changes: 0 additions & 2 deletions example-app/ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>Uses the camera to scan barcodes</string>
</dict>
</plist>
11 changes: 9 additions & 2 deletions example-app/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ PODS:
- Capacitor
- CapacitorBarcodeScanner (1.0.0-alpha.0):
- Capacitor
- OSBarcodeLib (~> 1.0.0)
- CapacitorCordova (5.7.0)
- CapacitorHaptics (5.0.7):
- Capacitor
- CapacitorKeyboard (5.0.8):
- Capacitor
- CapacitorStatusBar (5.0.7):
- Capacitor
- OSBarcodeLib (1.0.0)

DEPENDENCIES:
- "Capacitor (from `../../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios`)"
Expand All @@ -22,6 +24,10 @@ DEPENDENCIES:
- "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/@[email protected]_@[email protected]/node_modules/@capacitor/ios"
Expand All @@ -41,12 +47,13 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Capacitor: fc155ee2ee45a2093d716f13cf5aa5a865e2d85a
CapacitorApp: 17fecd0e6cb23feafac7eb0939417389038b0979
CapacitorBarcodeScanner: e278ac16d24a971dc54ff5d206186f3df4433100
CapacitorBarcodeScanner: 2c52ec265dcf61c15f471f61bbbbdfd85269112d
CapacitorCordova: e825fce1a2e14e4b5730641c7e098dccf74397b7
CapacitorHaptics: 7c7c206f0c96a628fed073830c96d28c4b2e772e
CapacitorKeyboard: aec619a578235c6ce279075009a2689c2cf5c42c
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7
OSBarcodeLib: e5075922166a0140d7e22218efe904a4b359f056

PODFILE CHECKSUM: 60746a6f3cc16d31665ae588420b9f720d04ec56

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
Loading

0 comments on commit d48ca76

Please sign in to comment.