Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CACA1176F6 for ; Thu, 19 Mar 2015 16:56:26 +0000 (UTC) Received: (qmail 60452 invoked by uid 500); 19 Mar 2015 16:55:52 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 60398 invoked by uid 500); 19 Mar 2015 16:55:52 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 59109 invoked by uid 99); 19 Mar 2015 16:55:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2015 16:55:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 174FEE1933; Thu, 19 Mar 2015 16:55:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ian@apache.org To: commits@cordova.apache.org Date: Thu, 19 Mar 2015 16:56:15 -0000 Message-Id: <9be313ed480c46c39641bce69f93fbc2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [26/50] [abbrv] ios commit: Move public header file from Private group to Public group. Move public header file from Private group to Public group. Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/550ab308 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/550ab308 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/550ab308 Branch: refs/heads/unplug-whitelist Commit: 550ab3084599c98507cc78b7eeb7b72e9b6de4f4 Parents: b571715 Author: Shazron Abdullah Authored: Tue Mar 17 17:18:32 2015 -0700 Committer: Shazron Abdullah Committed: Tue Mar 17 17:18:32 2015 -0700 ---------------------------------------------------------------------- CordovaLib/CordovaLib.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/550ab308/CordovaLib/CordovaLib.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/CordovaLib/CordovaLib.xcodeproj/project.pbxproj b/CordovaLib/CordovaLib.xcodeproj/project.pbxproj index 65da551..4e444c8 100644 --- a/CordovaLib/CordovaLib.xcodeproj/project.pbxproj +++ b/CordovaLib/CordovaLib.xcodeproj/project.pbxproj @@ -178,6 +178,8 @@ 7E5D94171AB250F800F4D9EB /* CDVAppDelegate.m */, 306A45001AB7B073003D6925 /* CDVPlugin+Resources.h */, 306A45011AB7B073003D6925 /* CDVPlugin+Resources.m */, + 306ADAE31AAA73E100CAC885 /* NSDictionary+CordovaPreferences.h */, + 306ADAE41AAA73E100CAC885 /* NSDictionary+CordovaPreferences.m */, ); name = Public; sourceTree = ""; @@ -185,9 +187,7 @@ 888700D910923009009987E8 /* Private */ = { isa = PBXGroup; children = ( - 306ADAE31AAA73E100CAC885 /* NSDictionary+CordovaPreferences.h */, 306ADAE11AAA73E100CAC885 /* CDVUIWebViewEngine.m */, - 306ADAE41AAA73E100CAC885 /* NSDictionary+CordovaPreferences.m */, 306ADADE1AAA73A800CAC885 /* CDVHandleOpenURL.m */, 306ADADC1AAA739800CAC885 /* CDVHandleOpenURL.h */, 302965BB13A94E9D007046C5 /* CDVDebug.h */, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org