Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[xdl] clean up Expo.plist artifacts left behind by IosPlist util
Browse files Browse the repository at this point in the history
  • Loading branch information
esamelson committed Apr 28, 2020
1 parent 3011254 commit 92e3b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/xdl/src/EmbeddedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ async function _maybeConfigureExpoUpdatesEmbeddedAssetsAsync(config: EmbeddedAss
}
return configPlist;
});

// delete artifacts sometimes left behind by IosPlist util
fs.removeSync(path.join(supportingDirectory, 'Expo.json'));
fs.removeSync(path.join(supportingDirectory, 'Expo.plist.bak'));
}

// Android expo-updates
Expand Down

0 comments on commit 92e3b4b

Please sign in to comment.