Searched refs:unquote (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | BuildScheme.ts | 3 import { getPbxproj, unquote } from './utils/Xcodeproj'; 42 const type = unquote(target.productType); 80 name: unquote(target.name), 82 type: unquote(target.productType),
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | BuildScheme.js | 47 const type = (0, _Xcodeproj().unquote)(target.productType); 73 name: (0, _Xcodeproj().unquote)(target.name), 75 type: (0, _Xcodeproj().unquote)(target.productType)
|
| H A D | BuildScheme.js.map | 1 …unquote","productType","TargetType","WATCH","startsWith","APPLICATION","xcConfigurationList","hash…
|
| /expo/packages/@expo/config-plugins/build/ios/utils/ |
| H A D | Xcodeproj.js | 25 exports.unquote = unquote; 393 function unquote(value) { function
|
| H A D | Xcodeproj.d.ts | 86 export declare function unquote(value: string): string;
|
| H A D | Xcodeproj.js.map | 1 …unquote","_value$match$","_value$match","match"],"sources":["../../../src/ios/utils/Xcodeproj.ts"]…
|
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | Xcodeproj.ts | 420 export function unquote(value: string): string { function
|
| /expo/tools/ |
| H A D | yarn.lock | 12041 unquote "~1.1.1" 12564 unquote@~1.1.1: 12566 …resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098c…
|
| /expo/ |
| H A D | yarn.lock | 18309 unquote "~1.1.1" 19191 unquote@~1.1.1: 19193 …resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098c…
|