Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labraburn/juston-ios
JUSTON - non custodial wallet for TON network
https://github.com/labraburn/juston-ios
swift ton
Last synced: 2 months ago
JSON representation
JUSTON - non custodial wallet for TON network
- Host: GitHub
- URL: https://github.com/labraburn/juston-ios
- Owner: labraburn
- License: gpl-2.0
- Archived: true
- Created: 2022-09-01T16:53:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T11:02:59.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T20:55:08.551Z (5 months ago)
- Topics: swift, ton
- Language: Swift
- Homepage: https://apps.apple.com/app/id1629214799
- Size: 10.3 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [JUSTON](https://apps.apple.com/app/id1629214799) - non custodial TON wallet for iOS platfrom
## Building
1. Open `project/JUSTON.xcodeproj`
2. Change `project/iOS/Supporting/Configurations/Debug.xcconfig`
```
DEVELOPMENT_TEAM = ${YOUR_TEAM_ID}
PRODUCT_BUNDLE_IDENTIFIER = ${YOUR_BUNDLE_ID}
```3. Change `project/iOS/Supporting/Entitlements/Debug.entitlements`
```
com.apple.security.application-groups${YOUR_APPLICATION_ACCESS_GROUP}
keychain-access-groups
$(AppIdentifierPrefix)${YOUR_KEYCHAIN_ACCESS_GROUP}
```
4. Change next files with parameters from step above:
- `packages/JustonCORE/Sources/JustonCORE/AccessGroup/FileManagerAccessGroup.swift`
- `packages/JustonCORE/Sources/JustonCORE/AccessGroup/KeychainAccessGroup.swift`
- `packages/JustonCORE/Sources/JustonCORE/AccessGroup/UserDefaultsAccessGroup.swift`5. Run build.
## Bug reports
- Please, use [issue](https://github.com/labraburn/juston-ios/issues/new?assignees=&labels=Bug+Report&template=bug_report.yaml) template for it.
## Contacts
- [email protected] (stragner.ton)