File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,9 @@ function detect(options, callback) {
80
80
enterprise : 0 ,
81
81
distribution : 0
82
82
} ,
83
- ppRegExp = / .+ \. m o b i l e p r o v i s i o n $ / ;
83
+
84
+ ppRegExp = / .* \. ( m o b i l e p r o v i s i o n | p r o v i s i o n p r o f i l e ) $ / ;
85
+
84
86
85
87
if ( options . watch ) {
86
88
var throttleTimer = null ;
@@ -236,7 +238,7 @@ function detect(options, callback) {
236
238
team : plist . TeamIdentifier || null ,
237
239
entitlements : entitlements ,
238
240
// TODO: remove all of the entitlements below and just use the `entitlements` property
239
- appId : ( entitlements [ 'application-identifier' ] || '' ) . replace ( appPrefix + '.' , '' ) ,
241
+ appId : ( entitlements [ 'application-identifier' ] || entitlements [ 'com.apple.application-identifier' ] || '' ) . replace ( appPrefix + '.' , '' ) ,
240
242
getTaskAllow : ! ! entitlements [ 'get-task-allow' ] ,
241
243
apsEnvironment : entitlements [ 'aps-environment' ] || ''
242
244
} ) ;
You can’t perform that action at this time.
0 commit comments