Skip to content

Commit 105fcd7

Browse files
committed
WIP 3
1 parent 6a0008e commit 105fcd7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

LoopFollow/Loop Follow.entitlements

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
<string>development</string>
77
<key>com.apple.developer.aps-environment</key>
88
<string>development</string>
9-
<key>com.apple.developer.icloud-services</key>
10-
<array>
11-
<string>CloudKit</string>
12-
</array>
13-
<key>com.apple.developer.icloud-container-environment</key>
14-
<string>Production</string>
9+
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
10+
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
1511
<key>com.apple.security.app-sandbox</key>
1612
<true/>
1713
<key>com.apple.security.device.bluetooth</key>

LoopFollow/Settings/ImportExport/ImportExportSettingsViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
import Foundation
55
import SwiftUI
6-
import CloudKit
76

87
struct ImportPreview {
98
let nightscoutURL: String?

0 commit comments

Comments
 (0)