Skip to content

Commit

Permalink
display all provisioning profile
Browse files Browse the repository at this point in the history
  • Loading branch information
injoy committed Oct 25, 2017
1 parent 8bc11d2 commit 70b64df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ResignTool/Util/IDFileHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ - (NSArray *)getProvisioningProfiles
BOOL isDirectory;
if ([manager fileExistsAtPath:[NSString stringWithFormat:@"%@/%@/%@", NSHomeDirectory(), kMobileprovisionDirName, path] isDirectory:&isDirectory]) {
IDProvisioningProfile *profile = [[IDProvisioningProfile alloc] initWithPath:[NSString stringWithFormat:@"%@/%@/%@", NSHomeDirectory(), kMobileprovisionDirName, path]];
if ([profile.debug isEqualToString:@"NO"])
[provisioningArray addObject:profile];

[provisioningArray addObject:profile];
}
}];

Expand Down

0 comments on commit 70b64df

Please sign in to comment.