Home
last modified time | relevance | path

Searched defs:ConfigurationLists (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/utils/
H A DXcodeproj.d.ts6 export type ConfigurationLists = Record<string, XCConfigurationList>; alias
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts27 export type ConfigurationLists = Record<string, XCConfigurationList>; alias