File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
BTCPhotonKit.xcodeproj/project.xcworkspace/xcuserdata/leonjohnson.xcuserdatad Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ enum CloudstoreError: Error {
18
18
}
19
19
20
20
enum RecordKey : String {
21
- case phone
22
- case email
23
- case keyId
21
+ case phone = " 1_photon_phone "
22
+ case email = " 1_photon_email "
23
+ case keyId = " 1_photon_key_id "
24
24
case shortKeyID
25
25
case ciphertext
26
26
case timeValue
@@ -46,9 +46,6 @@ public class CloudStore {
46
46
47
47
init ( store: CloudDAO = CloudKitDAO ( ) ) {
48
48
self . store = store
49
- KEY_ID = " \( VERSION) _photon_key_id "
50
- PHONE = " \( VERSION) _photon_phone "
51
- EMAIL = " \( VERSION) _photon_email "
52
49
}
53
50
54
51
/// Encrypted key storage
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ Copy the contents of [BTCPhotonKit](./BTCPhotonKit) to your xcode project.
37
37
* ##### Using Xcode automatically manage signing
38
38
Follow [ Apple documentaion] ( https://developer.apple.com/documentation/cloudkit/enabling_cloudkit_in_your_app ) or follow the images below
39
39
40
- ![ alt text] ( ./images/a.png )
41
- ![ alt text] ( ./images/b.png )
42
- ![ alt text] ( ./images/c.png )
43
- ![ alt text] ( ./images/d.png )
40
+ ![ Alt text] ( ./images/a.png?raw=true )
41
+ ![ Alt text] ( ./images/b.png?raw=true )
42
+ ![ Alt text] ( ./images/c.png?raw=true )
43
+ ![ Alt text] ( ./images/d.png?raw=true )
44
44
45
45
## Example usage
46
46
You can’t perform that action at this time.
0 commit comments