Skip to content

Commit 60c2719

Browse files
authored
feat: add alarmkit support (#31)
1 parent 05d0a37 commit 60c2719

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/utils/framework-mapper.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ export const FRAMEWORK_MAPPINGS: Record<string, string> = {
190190
'callkit': 'CallKit',
191191
'call-kit': 'CallKit',
192192
'call_kit': 'CallKit',
193+
'alarmkit': 'AlarmKit',
194+
'alarm-kit': 'AlarmKit',
195+
'alarm_kit': 'AlarmKit',
193196

194197
// Machine Learning & AI
195198
'coreml': 'Core ML',
@@ -407,6 +410,7 @@ export const FRAMEWORK_ALIASES: Record<string, string[]> = {
407410
'HomeKit': ['homekit', 'home-kit', 'home_kit'],
408411
'MapKit': ['mapkit', 'map-kit', 'map_kit'],
409412
'StoreKit': ['storekit', 'store-kit', 'store_kit'],
413+
'AlarmKit': ['alarmkit', 'alarm-kit', 'alarm_kit'],
410414
'WebKit': ['webkit', 'web-kit', 'web_kit'],
411415
} as const;
412416

@@ -420,7 +424,7 @@ export const FRAMEWORK_CATEGORIES = {
420424
'Media': ['AVFoundation', 'Core Audio', 'PhotoKit', 'MusicKit'],
421425
'Data': ['Core Data', 'CloudKit', 'UserDefaults', 'Keychain Services'],
422426
'ML': ['Core ML', 'Create ML', 'Natural Language', 'Vision', 'Speech'],
423-
'Services': ['HealthKit', 'HomeKit', 'MapKit', 'StoreKit'],
427+
'Services': ['HealthKit', 'HomeKit', 'MapKit', 'StoreKit', 'AlarmKit'],
424428
'System': ['Core Bluetooth', 'Core Motion', 'Core Location'],
425429
'Foundation': ['Foundation', 'Combine', 'Swift'],
426430
} as const;

0 commit comments

Comments
 (0)