Home
last modified time | relevance | path

Searched refs:appVersion (Results 1 – 25 of 41) sorted by relevance

12

/expo/tools/src/commands/
H A DClientBuild.ts67 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 DEasDispatch.ts97 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 DAndroidClientBuilder.ts26 getClientUrl(appVersion: string): string {
47 async uploadBuildAsync(s3Client: S3Client, appVersion: string) {
53 Key: `Exponent-${appVersion}.apk`,
H A DIosClientBuilder.ts24 getClientUrl(appVersion: string): string {
41 async uploadBuildAsync(s3Client, appVersion: string) {
53 Key: `Exponent-${appVersion}.tar.gz`,
H A Dtypes.ts12 getClientUrl: (appVersion: string) => string;
15 uploadBuildAsync: (s3Client: S3Client, appVersion: string) => Promise<void>;
/expo/packages/expo-dev-menu/ios/
H A DEXDevMenuAppInfo.m21 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 DDevMenuAppInfo.kt14 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 DMain.test.tsx49 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 DBuildInfoProvider.tsx15 appVersion: '',
/expo/packages/expo-dev-menu/app/hooks/
H A DuseAppInfo.tsx17 appVersion: '',
/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherInternal.ts7 appVersion: 1,
/expo/packages/expo-dev-launcher/bundle/screens/
H A DCrashReportScreen.tsx32 const { runtimeVersion, sdkVersion, appName, appVersion } = buildInfo;
41 appVersion,
H A DSettingsScreen.tsx61 const { runtimeVersion, sdkVersion, appName, appVersion } = buildInfo;
68 appVersion,
168 <Text>{buildInfo?.appVersion}</Text>
/expo/packages/@expo/
H A DCHANGELOG.md9 - Add `appVersion` runtime policy. ([#18398](https://github.com/expo/expo/pull/18398) by [@wkozyra9…
/expo/packages/expo-dev-menu/app/native-modules/
H A DDevMenu.ts8 appVersion?: string;
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts81 appVersion?: string;
/expo/ios/versioned/sdk49/EXConstants/
H A DABI49_0_0EXConstantsService.m64 @"nativeAppVersion": [self appVersion],
79 - (NSString *)appVersion
/expo/packages/expo-constants/ios/
H A DEXConstantsService.m64 @"nativeAppVersion": [self appVersion],
79 - (NSString *)appVersion
/expo/docs/pages/eas-update/
H A Druntime-versions.mdx41 ### `"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 Dadvanced-release-channels.mdx26 | 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 Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/packages/expo-dev-menu/app/components/
H A DMain.tsx52 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 DEXDevLauncherController.m676 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 Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/expo/android/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...

12