Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lludo/RunThisApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Landry committed May 31, 2011
2 parents 552b80c + e7ba96e commit 9e68489
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions core/test.php
@@ -0,0 +1,17 @@
<?php



require_once __DIR__ . '/apple-services.php';



// ID that we want to add to profile
$user = 'CIT-DSTD';
$pwd = 'clamelo12';
$provisioning_profile_id = 'E64WAB27PF';
$udid_to_add = '50c229e4b5a0c242caaf4f1b95ca63384c08a290';

$result = AppleServices::editProvisioningProfile($user, $pwd, $provisioning_profile_id, $udid_to_add);

?>

0 comments on commit 9e68489

Please sign in to comment.