Home
last modified time | relevance | path

Searched refs:bundleKey (Results 1 – 24 of 24) sorted by relevance

/expo/ios/versioned/sdk48/EXManifests/EXManifests/
H A DABI48_0_0EXManifestsLegacyManifest.m25 - (nullable NSString *)bundleKey { method
26 return [self.rawManifestJSON nullableStringForKey:@"bundleKey"];
H A DABI48_0_0EXManifestsLegacyManifest.h14 - (nullable NSString *)bundleKey;
/expo/ios/versioned/sdk47/EXManifests/EXManifests/
H A DABI47_0_0EXManifestsLegacyManifest.m25 - (nullable NSString *)bundleKey { method
26 return [self.rawManifestJSON nullableStringForKey:@"bundleKey"];
H A DABI47_0_0EXManifestsLegacyManifest.h14 - (nullable NSString *)bundleKey;
/expo/packages/expo-updates/ios/EXUpdates/Update/
H A DNewUpdate.swift34 let bundleKey: String? = launchAsset.optionalValue(forKey: "key") variable
36 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.EXUpdatesEmbeddedBundleFil…
40 jsBundleAsset.extraRequestHeaders = bundleKey.let { it in
H A DBareUpdate.swift30 let bundleKey = String(format: "bundle-%@", updateId) variable
31 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.EXUpdatesBareEmbeddedBundl…
H A DLegacyUpdate.swift59 let bundleKey = manifest.bundleKey() variable
60 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.EXUpdatesEmbeddedBundleFil…
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Update/
H A DNewUpdate.swift34 let bundleKey: String? = launchAsset.optionalValue(forKey: "key") variable
36 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.ABI49_0_0EXUpdatesEmbedded…
40 jsBundleAsset.extraRequestHeaders = bundleKey.let { it in
H A DBareUpdate.swift30 let bundleKey = String(format: "bundle-%@", updateId) variable
31 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.ABI49_0_0EXUpdatesBareEmbe…
H A DLegacyUpdate.swift59 let bundleKey = manifest.bundleKey() variable
60 …let jsBundleAsset = UpdateAsset(key: bundleKey, type: EmbeddedAppLoader.ABI49_0_0EXUpdatesEmbedded…
/expo/packages/expo-manifests/ios/EXManifests/
H A DLegacyManifest.swift23 public func bundleKey() -> String? { in bundleKey() function
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DLegacyManifest.swift23 public func bundleKey() -> String? { in bundleKey() function
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/
H A DBareUpdateManifest.kt39 val bundleKey = "bundle-$mId" in <lambda>() constant
40 val bundleAssetEntity = AssetEntity(bundleKey, "js").apply { in <lambda>()
H A DLegacyUpdateManifest.kt46 val bundleKey = manifest.getBundleKey() in <lambda>() constant
48 AssetEntity(bundleKey, "js").apply { in <lambda>()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/Update/
H A DABI48_0_0EXUpdatesLegacyUpdate.m70 NSString *bundleKey = manifest.bundleKey ?: nil;
71 …ABI48_0_0EXUpdatesAsset *jsBundleAsset = [[ABI48_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
H A DABI48_0_0EXUpdatesNewUpdate.m49 NSString *bundleKey = launchAsset[@"key"];
51 …ABI48_0_0EXUpdatesAsset *jsBundleAsset = [[ABI48_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
55 jsBundleAsset.extraRequestHeaders = [assetHeaders nullableDictionaryForKey:bundleKey];
H A DABI48_0_0EXUpdatesBareUpdate.m40 NSString *bundleKey = [NSString stringWithFormat:@"bundle-%@", updateId];
41 …ABI48_0_0EXUpdatesAsset *jsBundleAsset = [[ABI48_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/Update/
H A DABI47_0_0EXUpdatesLegacyUpdate.m70 NSString *bundleKey = manifest.bundleKey ?: nil;
71 …ABI47_0_0EXUpdatesAsset *jsBundleAsset = [[ABI47_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
H A DABI47_0_0EXUpdatesNewUpdate.m49 NSString *bundleKey = launchAsset[@"key"];
51 …ABI47_0_0EXUpdatesAsset *jsBundleAsset = [[ABI47_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
55 jsBundleAsset.extraRequestHeaders = [assetHeaders nullableDictionaryForKey:bundleKey];
H A DABI47_0_0EXUpdatesBareUpdate.m40 NSString *bundleKey = [NSString stringWithFormat:@"bundle-%@", updateId];
41 …ABI47_0_0EXUpdatesAsset *jsBundleAsset = [[ABI47_0_0EXUpdatesAsset alloc] initWithKey:bundleKey ty…
/expo/packages/expo-manifests/ios/Tests/
H A DLegacyManifestSpec.swift27 expect(manifest.bundleKey()).to(beNil()) in spec()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt307 val bundleKey = manifest.getLaunchAsset().getString("key") in <lambda>() constant in host.exp.exponent.kernel.Kernel
309 map[bundleKey] ?: JSONObject() in <lambda>()
/expo/packages/@expo/cli/src/graphql/
H A Dgenerated.ts842 bundleKey: Scalars['String'];
/expo/home/graphql/
H A Dtypes.ts3849 bundleKey: Scalars['String'];