Skip to content

Commit e05c281

Browse files
committed
Add migrate to world popup
1 parent 94b594d commit e05c281

File tree

23 files changed

+2746
-321
lines changed

23 files changed

+2746
-321
lines changed

.env.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ WALLET_CONNECT_METADATA_URL=
2020
HELIUM_VOTE_API_URL=
2121
DEVNET_HELIUM_VOTE_API_URL=
2222

23+
PRIVY_APP_ID=
24+
PRIVY_CLIENT_ID=
25+
2326
VIEW_AS=
2427
NO_FLIPPER=

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
],
2121
"bluetoothAlwaysPermission": "Allow $(PRODUCT_NAME) to connect to bluetooth devices"
2222
}
23-
]
23+
],
24+
"expo-font",
25+
"expo-secure-store",
26+
"expo-web-browser"
2427
],
2528
"extra": {
2629
"eas": {

ios/HeliumWallet.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
};
516516
};
517517
};
518-
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "heliumwallet" */;
518+
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HeliumWallet" */;
519519
compatibilityVersion = "Xcode 13.0";
520520
developmentRegion = en;
521521
hasScannedForEncodings = 0;
@@ -1263,7 +1263,7 @@
12631263
defaultConfigurationIsVisible = 0;
12641264
defaultConfigurationName = Release;
12651265
};
1266-
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "heliumwallet" */ = {
1266+
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HeliumWallet" */ = {
12671267
isa = XCConfigurationList;
12681268
buildConfigurations = (
12691269
83CBBA201A601CBA00E9B192 /* Debug */,

ios/HeliumWallet.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/HeliumWallet/PrivacyInfo.xcprivacy

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
<array>
77
<dict>
88
<key>NSPrivacyAccessedAPIType</key>
9-
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
9+
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
1010
<key>NSPrivacyAccessedAPITypeReasons</key>
1111
<array>
12-
<string>CA92.1</string>
12+
<string>C617.1</string>
13+
<string>0A2A.1</string>
14+
<string>3B52.1</string>
1315
</array>
1416
</dict>
1517
<dict>
1618
<key>NSPrivacyAccessedAPIType</key>
17-
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
19+
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
1820
<key>NSPrivacyAccessedAPITypeReasons</key>
1921
<array>
20-
<string>0A2A.1</string>
21-
<string>3B52.1</string>
22-
<string>C617.1</string>
22+
<string>CA92.1</string>
2323
</array>
2424
</dict>
2525
<dict>

0 commit comments

Comments
 (0)