Lines Matching refs:versionName
5 export function postTransforms(versionName: string): TransformPipeline {
20 with: `NSTextStorage (${versionName}FontScaling)`,
29 with: `${versionName.toLowerCase()}_rct_$1`,
37 replace: new RegExp(`FB${versionName}ReactNativeSpec`, 'g'),
42 with: `${versionName}$1`,
47 with: `${versionName}$1`,
52 with: `${versionName}$1`,
57 with: `${versionName}$1`,
62 …ith: `$1\n if (name.compare(0, ${versionName.length}, "${versionName}") == 0) {\n name = name.…
72 with: `@interface $1 (${versionName}$2)`,
77 replace: new RegExp(`(React)\\/${versionName}(bridging)\\/`, 'g'),
78 with: `$1/$2/${versionName}`,
88 …`(^(#include|#import) <${versionName}React)/${versionName}([^/\\n]+?)/(${versionName})?([^/\\n]+?\…
91 with: `$1/$3/${versionName}$5`,
97 …`(^(#include|#import) <${versionName}React)/${versionName}([^/\\n]+?)\\/([^/\\n]+?)\\/(${versionNa…
100 with: `$1/$3/$4/${versionName}$6`,
107 with: `$1${versionName}$2`,
112 paths: `UniversalModules/${versionName}EXScoped`,
117 paths: `${versionName}EXFileSystem`,
118 replace: new RegExp(`NSData\\+${versionName}EXFileSystem\\.h`, 'g'),
119 with: `${versionName}NSData+EXFileSystem.h`,
123 `${versionName}EXNotifications`,
124 `${versionName}EXUpdates`,
125 `${versionName}EXJSONUtils`,
128 `NSDictionary\\+${versionName}(EXNotificationsVerifyingClass|EXJSONUtils)\\.h`,
131 with: `${versionName}NSDictionary+$1.h`,
135 `${versionName}EXNotifications`,
136 `${versionName}EXAppState`,
137 `${versionName}EXVersionManager`,
139 replace: new RegExp(`EXModuleRegistryHolder${versionName}React`, 'g'),
146 with: `@"${versionName}$1"`,
149 paths: `${versionName}EXVersionManager.mm`,
150 replace: `#import <${versionName}Reacthermes/HermesExecutorFactory.h>`,
151 with: `#import <${versionName}reacthermes/${versionName}HermesExecutorFactory.h>`,
158 with: `${versionName}$1`,
163 with: `${versionName}$1`,
167 replace: new RegExp(`^#import "${versionName}(GMU.+?\\.h)"`, 'gm'),
174 replace: new RegExp(`#import "objc/${versionName}runtime\\.h"`, ''),
180 with: `${versionName}$1`,
191 with: `[${versionName}$1`,
198 with: `${versionName}$1`,
203 with: `${versionName}$1`,
227 with: `${versionName}$1`,