Skip to content

Commit

Permalink
validate
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Oct 17, 2024
1 parent d197b67 commit 6675442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ const copyIOSFiles = async () => {
.on('end', resolve);
});

shelljs.mkdir('-p', `${assemblediOSAndroidDir}/android/include`);
// this file is part of Android but copied from iOS cmake fetching because easier than finding gradle temp build directory
await new Promise(resolve => {
gulp.src('../Package/iOS/Build/_deps/babylonnative-src/Dependencies/xr/Source/ARCore/Include/*')
Expand Down Expand Up @@ -598,6 +597,7 @@ const validateAssembledAndroid = async () => {

const validateAssemblediOS = async () => {
let expectedios = [
`${assemblediOSAndroidDir}/android`,
`${assemblediOSAndroidDir}/android/include`,
`${assemblediOSAndroidDir}/android/include/IXrContextARCore.h`,
`${assemblediOSAndroidDir}/ios`,
Expand Down

0 comments on commit 6675442

Please sign in to comment.