Created
April 8, 2015 10:57
-
-
Save kopiro/9bce5268d8b52e3e40a9 to your computer and use it in GitHub Desktop.
Trimethyl Fix for entitlements notifications
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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