Skip to content

Commit

Permalink
feat: icloud 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
mooyoung2309 committed Oct 3, 2023
1 parent 2e61ca2 commit 3575332
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Projects/Toolinder/App/Sources/RootApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ struct RootApp: App {
._printChanges()
}
)
.modelContainer(for: [
Ticker.self,
Trade.self,
Tag.self
])
.onAppear(perform: UIApplication.shared.hideKeyboard)
}
}
Expand Down
6 changes: 3 additions & 3 deletions Projects/Toolinder/App/ToolinderIOS.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.toolinder</string>
<string>iCloud.com.tamsadan.toolinder</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudKit</string>
</array>
<key>com.apple.security.app-sandbox</key>
<true/>
</dict>
</plist>

0 comments on commit 3575332

Please sign in to comment.