Skip to content

Commit 514d2b6

Browse files
committed
.
1 parent 39e7ad9 commit 514d2b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cppjs-core/cpp.js/src/actions/createXCFramework.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function createXCFramework(overrideConfig = null) {
2929
const buildTargets = getFilteredBuildTargets(targetParams, { platform: 'ios', runtime: 'mt', buildType: (targetParams.buildType && targetParams.buildType !== 'all') ? targetParams.buildType : 'release' });
3030

3131
if (buildTargets.some(t => !fs.existsSync(`${output}/prebuilt/${t.path}/lib`))) {
32-
console.log('XCFramework not created because some of the build targets are not built.', t.path);
32+
console.log('XCFramework not created because some of the build targets are not built.');
3333
return;
3434
}
3535

cppjs-plugins/cppjs-plugin-react-native/react-native-cppjs.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.authors = "Cpp.js Authors"
1313

1414
s.platforms = { :ios => min_ios_version_supported }
15-
s.source = { :http => "file:${PODS_ROOT}/../../.cppjs/react-native-cppjs.xcframework.zip", :type => "zip" }
15+
s.source = { :http => "https://cpp.js.org" }
1616

1717
s.vendored_frameworks = 'react-native-cppjs.xcframework'
1818

0 commit comments

Comments
 (0)