Home
last modified time | relevance | path

Searched refs:bundleId (Results 1 – 25 of 48) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0RAMBundleRegistry.cpp39 uint32_t bundleId, in registerBundle() argument
41 m_bundlePaths.emplace(bundleId, std::move(bundlePath)); in registerBundle()
45 uint32_t bundleId, in getModule() argument
47 if (m_bundles.find(bundleId) == m_bundles.end()) { in getModule()
54 auto bundlePath = m_bundlePaths.find(bundleId); in getModule()
60 m_bundles.emplace(bundleId, m_factory(bundlePath->second)); in getModule()
63 auto module = getBundle(bundleId)->getModule(moduleId); in getModule()
64 if (bundleId == MAIN_BUNDLE_ID) { in getModule()
68 folly::to<std::string>("seg-", bundleId, '_', std::move(module.name)), in getModule()
73 JSModulesUnbundle *RAMBundleRegistry::getBundle(uint32_t bundleId) const { in getBundle()
[all …]
H A DABI48_0_0JSExecutor.cpp18 uint32_t bundleId, in getSyntheticBundlePath() argument
20 if (bundleId == RAMBundleRegistry::MAIN_BUNDLE_ID) { in getSyntheticBundlePath()
23 return folly::to<std::string>("seg-", bundleId, ".js"); in getSyntheticBundlePath()
H A DABI48_0_0RAMBundleRegistry.h43 void registerBundle(uint32_t bundleId, std::string bundlePath);
44 JSModulesUnbundle::Module getModule(uint32_t bundleId, uint32_t moduleId);
48 JSModulesUnbundle *getBundle(uint32_t bundleId) const;
H A DABI48_0_0JSExecutor.h84 uint32_t bundleId,
139 uint32_t bundleId,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0RAMBundleRegistry.cpp39 uint32_t bundleId, in registerBundle() argument
41 m_bundlePaths.emplace(bundleId, std::move(bundlePath)); in registerBundle()
45 uint32_t bundleId, in getModule() argument
47 if (m_bundles.find(bundleId) == m_bundles.end()) { in getModule()
54 auto bundlePath = m_bundlePaths.find(bundleId); in getModule()
60 m_bundles.emplace(bundleId, m_factory(bundlePath->second)); in getModule()
63 auto module = getBundle(bundleId)->getModule(moduleId); in getModule()
64 if (bundleId == MAIN_BUNDLE_ID) { in getModule()
68 folly::to<std::string>("seg-", bundleId, '_', std::move(module.name)), in getModule()
73 JSModulesUnbundle *RAMBundleRegistry::getBundle(uint32_t bundleId) const { in getBundle()
[all …]
H A DABI47_0_0JSExecutor.cpp18 uint32_t bundleId, in getSyntheticBundlePath() argument
20 if (bundleId == RAMBundleRegistry::MAIN_BUNDLE_ID) { in getSyntheticBundlePath()
23 return folly::to<std::string>("seg-", bundleId, ".js"); in getSyntheticBundlePath()
H A DABI47_0_0RAMBundleRegistry.h43 void registerBundle(uint32_t bundleId, std::string bundlePath);
44 JSModulesUnbundle::Module getModule(uint32_t bundleId, uint32_t moduleId);
48 JSModulesUnbundle *getBundle(uint32_t bundleId) const;
H A DABI47_0_0JSExecutor.h84 uint32_t bundleId,
140 uint32_t bundleId,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0RAMBundleRegistry.cpp39 uint32_t bundleId, in registerBundle() argument
41 m_bundlePaths.emplace(bundleId, std::move(bundlePath)); in registerBundle()
45 uint32_t bundleId, in getModule() argument
47 if (m_bundles.find(bundleId) == m_bundles.end()) { in getModule()
54 auto bundlePath = m_bundlePaths.find(bundleId); in getModule()
60 m_bundles.emplace(bundleId, m_factory(bundlePath->second)); in getModule()
63 auto module = getBundle(bundleId)->getModule(moduleId); in getModule()
64 if (bundleId == MAIN_BUNDLE_ID) { in getModule()
68 folly::to<std::string>("seg-", bundleId, '_', std::move(module.name)), in getModule()
73 JSModulesUnbundle *RAMBundleRegistry::getBundle(uint32_t bundleId) const { in getBundle()
[all …]
H A DABI49_0_0JSExecutor.cpp20 uint32_t bundleId, in getSyntheticBundlePath() argument
22 if (bundleId == RAMBundleRegistry::MAIN_BUNDLE_ID) { in getSyntheticBundlePath()
25 return folly::to<std::string>("seg-", bundleId, ".js"); in getSyntheticBundlePath()
H A DABI49_0_0RAMBundleRegistry.h43 void registerBundle(uint32_t bundleId, std::string bundlePath);
44 JSModulesUnbundle::Module getModule(uint32_t bundleId, uint32_t moduleId);
48 JSModulesUnbundle *getBundle(uint32_t bundleId) const;
H A DABI49_0_0JSExecutor.h84 uint32_t bundleId,
139 uint32_t bundleId,
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DBundleIdentifier-test.ts44 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, { targetName: 'testproject' }); constant
45 expect(bundleId).toBeNull();
56 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, { targetName: 'HelloWorld' }); constant
57 expect(bundleId).toBe('org.name.HelloWorld');
76 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, { constant
79 expect(bundleId).toBe('com.swmansion.dominik.multitarget');
97 const bundleId = getBundleIdentifierFromPbxproj(projectRoot, { constant
101 expect(bundleId).toBe('com.swmansion.dominik.multitarget.debug');
/expo/packages/@expo/cli/src/utils/
H A DvalidateApplicationId.ts126 export async function getBundleIdWarningInternalAsync(bundleId: string): Promise<string | null> {
134 … `Couldn't connect to iTunes Store to check bundle ID ${bundleId}. itunes.apple.com may be down.`
142 debug(`Checking iOS bundle ID '${bundleId}' at: ${url}`);
147 return formatInUseWarning(firstApp.trackName, firstApp.sellerName, bundleId);
150 debug(`Error checking bundle ID ${bundleId}: ${error.message}`);
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleAppIdResolver.ts29 const bundleId = IOSConfig.BundleIdentifier.getBundleIdentifierFromPbxproj(this.projectRoot); constant
30 if (bundleId) {
31 return bundleId;
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts66 bundleId,
76 bundleId: string;
97 bundleId,
102 CFBundleIdentifier: bundleId,
119 [bundleId]: appInfo, constant
120 } = await installer.lookupApp([bundleId]);
143 Log.warn(`App "${bundleId}" installed but couldn't be launched. Open on device manually.`);
H A DinstallOnDeviceAsync.ts14 export function getAppDeltaDirectory(bundleId: string): string {
17 const deltaFolder = path.join(os.tmpdir(), 'ios', 'app-delta', bundleId);
41 bundleId: bundleIdentifier,
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DInstallationProxyClient.ts154 bundleId: string,
161 debug(`installApp, packagePath: ${packagePath}, bundleId: ${bundleId}`);
168 CFBundleIdentifier: bundleId,
/expo/packages/expo-application/src/
H A DExpoApplication.web.ts8 get bundleId(): null {
/expo/packages/@expo/config-plugins/src/ios/
H A DBundleIdentifier.ts22 const bundleId = bundleIdentifier ?? config.ios?.bundleIdentifier;
24 bundleId,
27 await setBundleIdentifierForPbxproj(config.modRequest.projectRoot, bundleId!);
/expo/packages/expo-application/build/
H A DExpoApplication.web.js8 get bundleId() {
H A DExpoApplication.web.d.ts4 readonly bundleId: null; constant
/expo/tools/src/prebuilds/
H A DXcodeGen.ts70 const bundleId = podNameToBundleId(podspec.name); constant
110 CFBundleIdentifier: bundleId,
126 PRODUCT_BUNDLE_IDENTIFIER: bundleId,
/expo/packages/@expo/config-plugins/build/ios/
H A DBundleIdentifier.js83 …const bundleId = bundleIdentifier !== null && bundleIdentifier !== void 0 ? bundleIdentifier : (_c… constant
84 …(0, _assert().default)(bundleId, '`bundleIdentifier` must be defined in the app config (`expo.ios.…
85 await setBundleIdentifierForPbxproj(config.modRequest.projectRoot, bundleId);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI49_0_0JSIExecutor.cpp185 uint32_t bundleId, in registerBundle() argument
187 const auto tag = folly::to<std::string>(bundleId); in registerBundle()
191 bundleRegistry_->registerBundle(bundleId, bundlePath); in registerBundle()
200 JSExecutor::getSyntheticBundlePath(bundleId, bundlePath)); in registerBundle()
459 uint32_t bundleId = count == 2 ? folly::to<uint32_t>(args[1].getNumber()) : 0; in nativeRequire() local
460 auto module = bundleRegistry_->getModule(bundleId, moduleId); in nativeRequire()

12