Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

labraburn/juston-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUSTON - 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}
  1. 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>
  1. 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
  1. Run build.

Bug reports

  • Please, use issue template for it.

Contacts