JUSTON - non custodial TON wallet for iOS platfrom
-
Open
project/JUSTON.xcodeproj
-
Change
project/iOS/Supporting/Configurations/Debug.xcconfig
DEVELOPMENT_TEAM = ${YOUR_TEAM_ID}
PRODUCT_BUNDLE_IDENTIFIER = ${YOUR_BUNDLE_ID}
- Change
project/iOS/Supporting/Entitlements/Debug.entitlements
<key>com.apple.security.application-groups</key>
<array>
<string>${YOUR_APPLICATION_ACCESS_GROUP}</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)${YOUR_KEYCHAIN_ACCESS_GROUP}</string>
</array>
- 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
- Run build.
- Please, use issue template for it.
- anton@labraburn.com (stragner.ton)