| /expo/tools/src/commands/ |
| H A D | ClientBuild.ts | 67 const appVersion = await builder.getAppVersionAsync(); constant 72 await uploadAsync(builder, sdkVersion, appVersion); 73 await releaseAsync(builder, sdkVersion, appVersion); 142 appVersion: string 158 logger.info(`Uploading ${yellow.bold(appVersion)} build`); 160 await builder.uploadBuildAsync(s3Client, appVersion); 166 appVersion: string 168 const clientUrl = builder.getClientUrl(appVersion); 174 await updateClientUrlAndVersionAsync(builder, sdkVersion, appVersion); 180 appVersion: string [all …]
|
| H A D | EasDispatch.ts | 97 function getAndroidApkUrl(appVersion: string): string { 107 appVersion: string 253 const appVersion = await iosAppVersionAsync(); constant 254 await confirmPromptIfOverridingRemoteFileAsync(getIosSimulatorUrl(appVersion), appVersion); 347 const appVersion = await androidAppVersionAsync(); constant 348 await confirmPromptIfOverridingRemoteFileAsync(getAndroidApkUrl(appVersion), appVersion); 400 const appVersion = await iosAppVersionAsync(); constant 407 Key: `Exponent-${appVersion}.tar.gz`, 416 sdkVersions.iosClientVersion = appVersion; 439 Key: `Exponent-${appVersion}.apk`, [all …]
|
| /expo/tools/src/client-build/ |
| H A D | AndroidClientBuilder.ts | 26 getClientUrl(appVersion: string): string { 47 async uploadBuildAsync(s3Client: S3Client, appVersion: string) { 53 Key: `Exponent-${appVersion}.apk`,
|
| H A D | IosClientBuilder.ts | 24 getClientUrl(appVersion: string): string { 41 async uploadBuildAsync(s3Client, appVersion: string) { 53 Key: `Exponent-${appVersion}.tar.gz`,
|
| H A D | types.ts | 12 getClientUrl: (appVersion: string) => string; 15 uploadBuildAsync: (s3Client: S3Client, appVersion: string) => Promise<void>;
|
| /expo/packages/expo-dev-menu/ios/ |
| H A D | EXDevMenuAppInfo.m | 21 NSString *appVersion = [EXDevMenuAppInfo getFormattedAppVersion]; 28 appVersion = [manager.currentManifest version]; 45 appInfo[@"appVersion"] = appVersion; 88 NSString *appVersion = [NSString stringWithFormat:@"%@ (%@)", shortVersion, buildVersion]; 89 return appVersion;
|
| /expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/ |
| H A D | DevMenuAppInfo.kt | 14 var appVersion = packageInfo.versionName in getAppInfo() variable 32 appVersion = manifestVersion in getAppInfo() 48 putString("appVersion", appVersion) in getAppInfo()
|
| /expo/packages/expo-dev-menu/app/components/__tests__/ |
| H A D | Main.test.tsx | 49 appVersion: '123', 63 expect(queryByText(fakeAppInfo.appVersion)).not.toBe(null); 112 appVersion: '123', 129 expect(copyToClipboardAsync).toHaveBeenLastCalledWith(expect.stringContaining('appVersion'));
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | BuildInfoProvider.tsx | 15 appVersion: '',
|
| /expo/packages/expo-dev-menu/app/hooks/ |
| H A D | useAppInfo.tsx | 17 appVersion: '',
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/ |
| H A D | DevLauncherInternal.ts | 7 appVersion: 1,
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | CrashReportScreen.tsx | 32 const { runtimeVersion, sdkVersion, appName, appVersion } = buildInfo; 41 appVersion,
|
| H A D | SettingsScreen.tsx | 61 const { runtimeVersion, sdkVersion, appName, appVersion } = buildInfo; 68 appVersion, 168 <Text>{buildInfo?.appVersion}</Text>
|
| /expo/packages/@expo/ |
| H A D | CHANGELOG.md | 9 - Add `appVersion` runtime policy. ([#18398](https://github.com/expo/expo/pull/18398) by [@wkozyra9…
|
| /expo/packages/expo-dev-menu/app/native-modules/ |
| H A D | DevMenu.ts | 8 appVersion?: string;
|
| /expo/packages/expo-dev-launcher/bundle/native-modules/ |
| H A D | DevLauncherInternal.ts | 81 appVersion?: string;
|
| /expo/ios/versioned/sdk49/EXConstants/ |
| H A D | ABI49_0_0EXConstantsService.m | 64 @"nativeAppVersion": [self appVersion], 79 - (NSString *)appVersion
|
| /expo/packages/expo-constants/ios/ |
| H A D | EXConstantsService.m | 64 @"nativeAppVersion": [self appVersion], 79 - (NSString *)appVersion
|
| /expo/docs/pages/eas-update/ |
| H A D | runtime-versions.mdx | 41 ### `"appVersion"` runtime version policy (available in SDK 46 and higher) 43 We provide the `"appVersion"` runtime version policy for projects that have custom native code that… 49 "policy": "appVersion" 61 "policy": "appVersion" 74 The `"appVersion"` policy will set the runtime version to the project's current `"version"` propert…
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | advanced-release-channels.mdx | 26 | publishedTime | appVersion | sdkVersion | platform | channel | publicationId … 61 | publishedTime | appVersion | sdkVersion | platform | channel | publicationId … 82 | publishedTime | appVersion | sdkVersion | platform | channel | publicationId …
|
| /expo/tools/src/versioning/android/android-manifest-merger/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Main.tsx | 52 const { runtimeVersion, sdkVersion, appName, appVersion } = appInfo || {}; 53 appInfoClipboard.onCopyPress({ runtimeVersion, sdkVersion, appName, appVersion }); 320 <AppInfoRow title="Version" value={appInfo?.appVersion || 'Unknown'} />
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherController.m | 676 NSString *appVersion = [self getFormattedAppVersion]; 681 [buildInfo setObject:appVersion forKey:@"appVersion"]; 722 NSString *appVersion = [NSString stringWithFormat:@"%@ (%@)", shortVersion, buildVersion]; 723 return appVersion;
|
| /expo/templates/expo-template-bare-minimum/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /expo/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |