-
Notifications
You must be signed in to change notification settings - Fork 343
xCode
Johan Degraeve edited this page Jul 30, 2023
·
10 revisions
You can find detailed instructions here https://xdrip4ios.readthedocs.io/en/latest/install/build/#configure-the-override-file
- checkout the project
- 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
download following file and copy to your project folder (where you cloned the project) https://raw.githubusercontent.com/JohanDegraeve/xdripswift/0d485d1978bf90fb51b3a6cef8389f8daddb595d/xDripConfigOverride.xcconfig
edit the file xDripConfigOverride.xcconfig and fill in your own development team XDRIP_DEVELOPMENT_TEAM
uncomment the line with XDRIP_DEVELOPMENT_TEAM and MAIN_APP_BUNDLE_IDENTIFIER
example XDRIP_DEVELOPMENT_TEAM = ABCDEFGH
- open the project with xdrip.xcworkspace (not the .xcodeproj file)
- xcode should automatically create certificate and mobile provisioning files