We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac53b6 commit ff48fa5Copy full SHA for ff48fa5
1 file changed
AltSign/Signing/ALTSigner.mm
@@ -324,8 +324,11 @@ - (NSProgress *)signAppAtURL:(NSURL *)appURL provisioningProfiles:(NSArray<ALTPr
324
return profile;
325
}
326
327
-
328
- return nil;
+ if(profiles.count > 0) {
+ return profiles[0];
329
+ } else {
330
+ return nil;
331
+ }
332
};
333
334
NSError * (^prepareApp)(ALTApplication *) = ^NSError *(ALTApplication *app) {
0 commit comments