Skip to content

Instantly share code, notes, and snippets.

View BrunoJAzevedo's full-sized avatar

Bruno Azevedo BrunoJAzevedo

  • Nutrium
  • Viana do Castelo, Portugal
View GitHub Profile

Keybase proof

I hereby claim:

  • I am brunojazevedo on github.
  • I am brunojazevedo (https://keybase.io/brunojazevedo) on keybase.
  • I have a public key ASCy9MrcyJNm33X0RmwyLdmbFIVD14y9pARlYaU8yDt5Bgo

To claim this, I am signing this object:

module.exports = function (ctx) {
var fs = ctx.requireCordovaModule("fs");
var path = ctx.requireCordovaModule("path");
var xcode = ctx.requireCordovaModule("xcode");
var deferral = ctx.requireCordovaModule('q').defer();
/**
* Recursively search for file with the tiven filter starting on startPath
*/
// This hook adds the valid architecture of the iOS project.
//
// For the OutSystems platform it is better to add this hook on after_plugin_install. As so:
// <platform name="ios">
// <!-- .... -->
// <hook type="after_plugin_install" src="path/to/thishook/valid_architecture_hook.js" />
// </platform>
module.exports = function (ctx) {