-
Notifications
You must be signed in to change notification settings - Fork 346
xCode
Johan Degraeve edited this page Jan 30, 2020
·
10 revisions
- install cocoapods : open a Terminal session, type "$ sudo gem install cocoapods"
- checkout the project
- open a Terminal session, go to the xdrip folder, run "pod install"
- open https://developer.apple.com/account/resources/identifiers/list and log in (you must have a developer account off course)
- create a new app
- enable healthkit, choose a name, and a bundle id
- open the project with xdrip.xcworkspace (not the .xcodeproj file)
- set the bundle id in xcode "Signing and Capabilities", also set the Team Name to yours
- xcode should automatically create certificate and mobile provisioning files