Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 4c96feb

Browse files
committed
npx cap sync
1 parent 5e18720 commit 4c96feb

File tree

16 files changed

+58
-32
lines changed

16 files changed

+58
-32
lines changed

android/app/capacitor.build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212
implementation project(':capacitor-mlkit-barcode-scanning')
1313
implementation project(':capacitor-app')
1414
implementation project(':capacitor-app-launcher')
15+
implementation project(':capacitor-camera')
1516
implementation project(':capacitor-clipboard')
1617
implementation project(':capacitor-filesystem')
1718
implementation project(':capacitor-haptics')

android/capacitor.settings.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@capacito
1111
include ':capacitor-app-launcher'
1212
project(':capacitor-app-launcher').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app-launcher/android')
1313

14+
include ':capacitor-camera'
15+
project(':capacitor-camera').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/camera/android')
16+
1417
include ':capacitor-clipboard'
1518
project(':capacitor-clipboard').projectDir = new File('../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/clipboard/android')
1619

ios/App/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def capacitor_pods
1414
pod 'CapacitorMlkitBarcodeScanning', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor-mlkit/barcode-scanning'
1515
pod 'CapacitorApp', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app'
1616
pod 'CapacitorAppLauncher', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app-launcher'
17+
pod 'CapacitorCamera', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/camera'
1718
pod 'CapacitorClipboard', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/clipboard'
1819
pod 'CapacitorFilesystem', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/filesystem'
1920
pod 'CapacitorHaptics', :path => '../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics'

ios/App/Podfile.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ PODS:
55
- Capacitor
66
- CapacitorAppLauncher (5.0.6):
77
- Capacitor
8+
- CapacitorCamera (5.0.9):
9+
- Capacitor
810
- CapacitorClipboard (5.0.6):
911
- Capacitor
1012
- CapacitorCordova (5.5.1)
@@ -15,6 +17,9 @@ PODS:
1517
- CapacitorMlkitBarcodeScanning (5.3.0):
1618
- Capacitor
1719
- GoogleMLKit/BarcodeScanning (= 4.0.0)
20+
- CapacitorSecureStoragePlugin (0.9.0):
21+
- Capacitor
22+
- SwiftKeychainWrapper
1823
- CapacitorShare (5.0.6):
1924
- Capacitor
2025
- CapacitorStatusBar (5.0.6):
@@ -75,16 +80,19 @@ PODS:
7580
- nanopb/decode (2.30909.0)
7681
- nanopb/encode (2.30909.0)
7782
- PromisesObjC (2.3.1)
83+
- SwiftKeychainWrapper (4.0.1)
7884

7985
DEPENDENCIES:
8086
- "Capacitor (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios`)"
8187
- "CapacitorApp (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app`)"
8288
- "CapacitorAppLauncher (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app-launcher`)"
89+
- "CapacitorCamera (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/camera`)"
8390
- "CapacitorClipboard (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/clipboard`)"
8491
- "CapacitorCordova (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/ios`)"
8592
- "CapacitorFilesystem (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/filesystem`)"
8693
- "CapacitorHaptics (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics`)"
8794
- "CapacitorMlkitBarcodeScanning (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor-mlkit/barcode-scanning`)"
95+
- "CapacitorSecureStoragePlugin (from `../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-secure-storage-plugin`)"
8896
- "CapacitorShare (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/share`)"
8997
- "CapacitorStatusBar (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/status-bar`)"
9098
- "CapacitorToast (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/toast`)"
@@ -103,6 +111,7 @@ SPEC REPOS:
103111
- MLKitVision
104112
- nanopb
105113
- PromisesObjC
114+
- SwiftKeychainWrapper
106115

107116
EXTERNAL SOURCES:
108117
Capacitor:
@@ -111,6 +120,8 @@ EXTERNAL SOURCES:
111120
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app"
112121
CapacitorAppLauncher:
113122
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/app-launcher"
123+
CapacitorCamera:
124+
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/camera"
114125
CapacitorClipboard:
115126
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/clipboard"
116127
CapacitorCordova:
@@ -121,6 +132,8 @@ EXTERNAL SOURCES:
121132
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/haptics"
122133
CapacitorMlkitBarcodeScanning:
123134
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor-mlkit/barcode-scanning"
135+
CapacitorSecureStoragePlugin:
136+
:path: "../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-secure-storage-plugin"
124137
CapacitorShare:
125138
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/share"
126139
CapacitorStatusBar:
@@ -132,11 +145,13 @@ SPEC CHECKSUMS:
132145
Capacitor: 9da0a2415e3b6098511f8b5ffdb578d91ee79f8f
133146
CapacitorApp: 024e1b1bea5f883d79f6330d309bc441c88ad04a
134147
CapacitorAppLauncher: 5a9f06c13c6b4f5d65b550a07128ef04f3a216b3
148+
CapacitorCamera: 4892c5c392f60039d853dde78bc50ba19fbd113e
135149
CapacitorClipboard: 77edf49827ea21da2a9c05c690a4a6a4d07199c4
136150
CapacitorCordova: e128cc7688c070ca0bfa439898a5f609da8dbcfe
137151
CapacitorFilesystem: af704badfbc69f6f8623d9ed313e5490e3723dcb
138152
CapacitorHaptics: 1fffc1217c7e64a472d7845be50fb0c2f7d4204c
139153
CapacitorMlkitBarcodeScanning: ea08ef246e5d3511d5a231a59fae36b16ad9acb3
154+
CapacitorSecureStoragePlugin: e91d7df060f2495a1acff9583641a6953e3aacba
140155
CapacitorShare: cd41743331cb71d217c029de54b681cbd91e0fcc
141156
CapacitorStatusBar: 565c0a1ebd79bb40d797606a8992b4a105885309
142157
CapacitorToast: bb0d79b78d9c27c0199b57f735dd50b8fc363489
@@ -152,7 +167,8 @@ SPEC CHECKSUMS:
152167
MLKitVision: 8baa5f46ee3352614169b85250574fde38c36f49
153168
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
154169
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
170+
SwiftKeychainWrapper: 807ba1d63c33a7d0613288512399cd1eda1e470c
155171

156-
PODFILE CHECKSUM: 0a4556c3ff620e7baf2e9aeba1f6e9f4fe406a0f
172+
PODFILE CHECKSUM: 49918019bef63fe6c45a1c0a4748457e705212b5
157173

158-
COCOAPODS: 1.14.2
174+
COCOAPODS: 1.14.3

src/components/ActivityDetailsModal.tsx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,10 @@ function OnchainHeader(props: { info: OnChainTx; kind?: HackActivityType }) {
149149
{props.kind === "ChannelOpen"
150150
? i18n.t("activity.transaction_details.channel_open")
151151
: props.kind === "ChannelClose"
152-
? i18n.t("activity.transaction_details.channel_close")
153-
: isSend()
154-
? i18n.t("activity.transaction_details.onchain_send")
155-
: i18n.t(
156-
"activity.transaction_details.onchain_receive"
157-
)}
152+
? i18n.t("activity.transaction_details.channel_close")
153+
: isSend()
154+
? i18n.t("activity.transaction_details.onchain_send")
155+
: i18n.t("activity.transaction_details.onchain_receive")}
158156
<Switch>
159157
<Match
160158
when={
@@ -304,8 +302,8 @@ function OnchainDetails(props: {
304302
await (state.mutiny_wallet?.list_channels() as Promise<
305303
MutinyChannel[]
306304
>);
307-
const channel = channels.find((channel) =>
308-
channel.outpoint?.startsWith(props.info.txid)
305+
const channel = channels.find(
306+
(channel) => channel.outpoint?.startsWith(props.info.txid)
309307
);
310308
return channel;
311309
} catch (e) {
@@ -494,8 +492,9 @@ export function ActivityDetailsModal(props: {
494492
try {
495493
if (kind() === "Lightning") {
496494
console.debug("reading invoice: ", id());
497-
const invoice =
498-
await state.mutiny_wallet?.get_invoice_by_hash(id());
495+
const invoice = await state.mutiny_wallet?.get_invoice_by_hash(
496+
id()
497+
);
499498
return invoice;
500499
} else if (kind() === "ChannelClose") {
501500
console.debug("reading channel close: ", id());

src/components/LabelCircle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export function LabelCircle(props: {
5555
props.contact && props.name && props.name.length
5656
? props.name[0]
5757
: props.label
58-
? "≡"
59-
: "?";
58+
? "≡"
59+
: "?";
6060
const bg = () => (props.name && props.contact ? gradient() : "");
6161

6262
const [errored, setErrored] = createSignal(false);

src/components/NWCEditor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ export function NWCEditor(props: {
113113
const mode: "createnwa" | "createnwc" | "editnwc" = nwa()
114114
? "createnwa"
115115
: props.initialProfileIndex
116-
? "editnwc"
117-
: "createnwc";
116+
? "editnwc"
117+
: "createnwc";
118118
return mode;
119119
});
120120

src/components/NostrActivity.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ export function NostrActivity() {
137137
zap.kind === "anonymous"
138138
? i18n.t("activity.anonymous")
139139
: zap.kind === "private"
140-
? i18n.t("activity.private")
141-
: nameFromHexpub(zap.from_hexpub)
140+
? i18n.t("activity.private")
141+
: nameFromHexpub(zap.from_hexpub)
142142
}
143143
primaryOnClick={() => {
144144
newContactFromHexpub(zap.from_hexpub);

src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ export * from "./SocialActionRow";
5656
export * from "./ActualSearch";
5757
export * from "./ContactButton";
5858
export * from "./GenericItem";
59-
export * from "./HomeBalance";
59+
export * from "./HomeBalance";

src/components/layout/BackPop.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export function BackPop(props: { default: string; title?: string }) {
3333
props.title !== undefined
3434
? props.title
3535
: backPath() === "/"
36-
? i18n.t("common.home")
37-
: i18n.t("common.back")
36+
? i18n.t("common.home")
37+
: i18n.t("common.back")
3838
}
3939
onClick={() => navigate(backPath())}
4040
showOnDesktop

0 commit comments

Comments
 (0)