From 7d9131cdcab729013b7434da48837bf17c87bb67 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Fri, 11 May 2012 09:29:44 +0200 Subject: [PATCH] Fix archive build. --- External/iCloudStoreManager | 2 +- MasterPassword-iOS.xcodeproj/project.pbxproj | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/External/iCloudStoreManager b/External/iCloudStoreManager index 01f70ef9..6c19d5aa 160000 --- a/External/iCloudStoreManager +++ b/External/iCloudStoreManager @@ -1 +1 @@ -Subproject commit 01f70ef927d497fb179688b1e2da0b25f80ec425 +Subproject commit 6c19d5aa27b07d9a55cd19b003c4383b055b995f diff --git a/MasterPassword-iOS.xcodeproj/project.pbxproj b/MasterPassword-iOS.xcodeproj/project.pbxproj index 635d8512..6bc415b8 100644 --- a/MasterPassword-iOS.xcodeproj/project.pbxproj +++ b/MasterPassword-iOS.xcodeproj/project.pbxproj @@ -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; };