diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 16:12:55 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-10 16:12:55 +0200 |
| commit | 7cf393095282077b0bbae3046826b67f4f20a8eb (patch) | |
| tree | 9aaf5704cbb8612bf78378aefa40ae40e79a7850 /QSThingsPlugin/Types/Constants.m | |
| parent | c4705a0a678ac523b243c7b68ce27fbf5e44b61a (diff) | |
Add auth key + complete task action
Diffstat (limited to 'QSThingsPlugin/Types/Constants.m')
| -rw-r--r-- | QSThingsPlugin/Types/Constants.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/QSThingsPlugin/Types/Constants.m b/QSThingsPlugin/Types/Constants.m index 4abf9f7..e6158a2 100644 --- a/QSThingsPlugin/Types/Constants.m +++ b/QSThingsPlugin/Types/Constants.m @@ -5,3 +5,7 @@ NSString *const kProjectType = @"things.project"; NSString *const kAreaType = @"things.area"; NSString *const kTagType = @"things.tag"; NSString *const kTaskType = @"things.task"; + +#pragma mark - Keychain +NSString *const kKeychainService = @"QSThingsPlugin"; +NSString *const kAuthenticationKeyKeychainKey = @"authenticationKey"; |