Skip to content

Commit

Permalink
Update README for iCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
caramdache committed Nov 15, 2013
1 parent b98e65e commit 1d99fe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,5 +1,7 @@
CoreData relationship sample
=============================
CoreData relationship sample (w/ preliminary iCloud support)
============================================================

NOTE: Preliminary iCloud support has just been added.

This sample demonstrate how to use CoreData in RubyMotion without using XCode and XCode data models:

Expand Down
9 changes: 0 additions & 9 deletions Rakefile
Expand Up @@ -13,15 +13,6 @@ Motion::Project::App.setup do |app|

app.vendor_project('vendor/ISO-8601-parser', :static)

app.development do
app.codesign_certificate = 'iPhone Developer: Jean-Jacques Moreau (RBGZ7JHT2R)'
app.provisioning_profile = '../profiles/Bronze_Development_Profile.mobileprovision'
end
app.release do
app.codesign_certificate = 'iPhone Distribution: Jean-Jacques Moreau (FZ9S7UP4WE)'
app.provisioning_profile = '../profiles/Bronze_Adhoc_Provisioning_Profile.mobileprovision'
end

app.seed_id = 'XXXX'

app.entitlements['keychain-access-groups'] = [%(#{app.seed_id}.#{app.identifier})] # keys needed by applications which are sharing keychain data
Expand Down

0 comments on commit 1d99fe3

Please sign in to comment.