Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created April 8, 2015 10:57
Show Gist options
  • Save kopiro/9bce5268d8b52e3e40a9 to your computer and use it in GitHub Desktop.
Save kopiro/9bce5268d8b52e3e40a9 to your computer and use it in GitHub Desktop.
Trimethyl Fix for entitlements notifications
task('pre:compile', function(event, logger) {
try {
require('fs').unlinkSync( require('path').join(process.cwd(), 'Resources', 'iphone', 'T', 'notifications.js') );
logger.debug('Removed Push notifications entitlements');
} catch (err) {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment