2
0

Fix archive build.

This commit is contained in:
Maarten Billemont 2012-05-11 09:29:44 +02:00
parent 12fb7243d6
commit 7d9131cdca
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 01f70ef927d497fb179688b1e2da0b25f80ec425
Subproject commit 6c19d5aa27b07d9a55cd19b003c4383b055b995f

View File

@ -4201,7 +4201,6 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = AdHoc;
};
@ -4221,6 +4220,7 @@
"\"$(SRCROOT)/TestFlight\"",
"\"$(SRCROOT)/External/Pearl/Pearl-Crypto\"",
);
SKIP_INSTALL = NO;
};
name = Debug;
};
@ -4240,6 +4240,7 @@
"\"$(SRCROOT)/TestFlight\"",
"\"$(SRCROOT)/External/Pearl/Pearl-Crypto\"",
);
SKIP_INSTALL = NO;
};
name = AdHoc;
};
@ -4319,7 +4320,6 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = AppStore;
};
@ -4339,6 +4339,7 @@
"\"$(SRCROOT)/TestFlight\"",
"\"$(SRCROOT)/External/Pearl/Pearl-Crypto\"",
);
SKIP_INSTALL = NO;
};
name = AppStore;
};