Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8A929820 for ; Fri, 13 Jan 2012 15:59:28 +0000 (UTC) Received: (qmail 75033 invoked by uid 500); 13 Jan 2012 15:59:28 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 74964 invoked by uid 500); 13 Jan 2012 15:59:28 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 74949 invoked by uid 99); 13 Jan 2012 15:59:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 15:59:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.114] (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 15:59:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9999F557CE; Fri, 13 Jan 2012 15:59:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: becka11y@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/50] git commit: Added missing (deprecated) header files to PhoneGap target. Message-Id: <20120113155906.9999F557CE@tyr.zones.apache.org> Date: Fri, 13 Jan 2012 15:59:06 +0000 (UTC) Added missing (deprecated) header files to PhoneGap target. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/df67ab5f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/df67ab5f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/df67ab5f Branch: refs/heads/master Commit: df67ab5f8ba74551d971c25533928872f26b4340 Parents: d40ec51 Author: shazron Authored: Tue Jan 10 18:01:47 2012 -0800 Committer: shazron Committed: Tue Jan 10 18:01:47 2012 -0800 ---------------------------------------------------------------------- PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/df67ab5f/PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj b/PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj index 3b1b5e8..3cb9d2a 100644 --- a/PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj +++ b/PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj @@ -92,6 +92,8 @@ 30B05D7014BD22F10046A9AC /* PhoneGapDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B05D6C14BD22F10046A9AC /* PhoneGapDelegate.m */; }; 30B05D7114BD22F10046A9AC /* PhoneGapViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B05D6D14BD22F10046A9AC /* PhoneGapViewController.h */; }; 30B05D7214BD22F10046A9AC /* PhoneGapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B05D6E14BD22F10046A9AC /* PhoneGapViewController.m */; }; + 30B05DDA14BD24A10046A9AC /* PhoneGapDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B05D6B14BD22F10046A9AC /* PhoneGapDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30B05DDB14BD24A10046A9AC /* PhoneGapViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B05D6D14BD22F10046A9AC /* PhoneGapViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 30B39EBE13D0268B0009682A /* PGSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B39EBC13D0268B0009682A /* PGSplashScreen.h */; }; 30B39EBF13D0268B0009682A /* PGSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 30B39EBD13D0268B0009682A /* PGSplashScreen.m */; }; 30B39EC013D0268B0009682A /* PGSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B39EBC13D0268B0009682A /* PGSplashScreen.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -531,6 +533,8 @@ 30E563D113E217EC00C949AA /* NSMutableArray+QueueAdditions.h in Headers */, 8852C43B14B65FD800F0E735 /* PGViewController.h in Headers */, 8852C44014B65FD800F0E735 /* UIGapView.h in Headers */, + 30B05DDA14BD24A10046A9AC /* PhoneGapDelegate.h in Headers */, + 30B05DDB14BD24A10046A9AC /* PhoneGapViewController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; };