diff --git a/FreeAPS.xcodeproj/project.pbxproj b/FreeAPS.xcodeproj/project.pbxproj index c8640f0d6a..a748b508bb 100644 --- a/FreeAPS.xcodeproj/project.pbxproj +++ b/FreeAPS.xcodeproj/project.pbxproj @@ -40,6 +40,7 @@ 1967DFBE29D052C200759F30 /* Icons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1967DFBD29D052C200759F30 /* Icons.swift */; }; 1967DFC029D053AC00759F30 /* IconSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1967DFBF29D053AC00759F30 /* IconSelection.swift */; }; 1967DFC229D053D300759F30 /* IconImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1967DFC129D053D300759F30 /* IconImage.swift */; }; + 1969E4682BEE52D100C90C47 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1927C8E82744606D00347C69 /* InfoPlist.strings */; }; 19795118275953E50044850D /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 198377D4266BFFF6004DE65E /* Localizable.strings */; }; 1982F7DB2BA6509D00EAFADE /* PumpStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1982F7DA2BA6509D00EAFADE /* PumpStorage.swift */; }; 198377D2266BFFF6004DE65E /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 198377D4266BFFF6004DE65E /* Localizable.strings */; }; @@ -2815,6 +2816,7 @@ buildActionMask = 2147483647; files = ( 19DA48E929CD339C00EEA1E7 /* Assets.xcassets in Resources */, + 1969E4682BEE52D100C90C47 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/FreeAPS/Sources/Localizations/InfoPlists/Base.lproj/InfoPlist.strings b/FreeAPS/Sources/Localizations/InfoPlists/Base.lproj/InfoPlist.strings index b72b26aa26..888111c780 100644 --- a/FreeAPS/Sources/Localizations/InfoPlists/Base.lproj/InfoPlist.strings +++ b/FreeAPS/Sources/Localizations/InfoPlists/Base.lproj/InfoPlist.strings @@ -21,3 +21,12 @@ /* Privacy - Contacts Usage Description */ "NSContactsUsageDescription" = "To enable the Contact Image feature: get live updates from iAPS to your Apple Watch Contact complication"; + +/* NSHealthClinicalHealthRecordsShareUsageDescription */ +"NSHealthClinicalHealthRecordsShareUsageDescription" = "For the iAPS app to work on the Apple Watch, please ensure that you have enabled HealthKit permissions."; + +/* NSHealthShareUsageDescription */ +"NSHealthShareUsageDescription" = "For the iAPS app to work on the Apple Watch, please ensure that you have enabled HealthKit permissions."; + +/* SHealthUpdateUsageDescription */ + "NSHealthUpdateUsageDescription" = "For the iAPS app to work on the Apple Watch, please ensure that you have enabled HealthKit permissions."; diff --git a/FreeAPSWatch WatchKit Extension/Info.plist b/FreeAPSWatch WatchKit Extension/Info.plist index e540b1f520..baec7f56e4 100644 --- a/FreeAPSWatch WatchKit Extension/Info.plist +++ b/FreeAPSWatch WatchKit Extension/Info.plist @@ -3,11 +3,11 @@ NSHealthClinicalHealthRecordsShareUsageDescription - Bla bla Record Health + For the iAPS app to work on the Apple Watch, please ensure that you have enabled HealthKit permissions. NSHealthShareUsageDescription - Bla bla Share Health + For the iAPS app to work on the Apple Watch, please ensure that you have enabled HealthKit permissions. NSHealthUpdateUsageDescription - Bla bla Update Health + For the iAPS app to work on the Apple Watch, please ensure that you have enabled HealthKit permissions. NSExtension NSExtensionAttributes