Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F2EE9FDE for ; Sat, 11 Feb 2012 00:13:26 +0000 (UTC) Received: (qmail 63349 invoked by uid 500); 11 Feb 2012 00:13:26 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 62990 invoked by uid 500); 11 Feb 2012 00:13:26 -0000 Mailing-List: contact callback-dev-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-dev@incubator.apache.org Received: (qmail 62981 invoked by uid 99); 11 Feb 2012 00:13:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 00:13:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 00:13:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B05401AFE28 for ; Sat, 11 Feb 2012 00:13:01 +0000 (UTC) Date: Sat, 11 Feb 2012 00:13:01 +0000 (UTC) From: "Shazron Abdullah (Issue Comment Edited) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <441718806.26797.1328919181723.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1865854753.3402.1328559719424.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (CB-224) rename assets from PhoneGap to Cordova MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CB-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205732#comment-13205732 ] Shazron Abdullah edited comment on CB-224 at 2/11/12 12:12 AM: --------------------------------------------------------------- *Work list:* # Rename project name: PhoneGapLib --> CordovaLib # Rename template name: PhoneGap-based Application --> Cordova-based Application # Update Xcode 3 template contents to reflect Cordova name: Cordova-based Application # Update Xcode 4 template contents to reflect new Cordova name, framework and Cordova.plist # Update sample index.html contents to reflect new name # Update phonegap.js file to be cordova.js # Installer sym-link: /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework --> /Users/Shared/Cordova/Frameworks/Cordova.framework # Rename PhoneGap.plist to Cordova.plist (add code to load PhoneGap.plist if the new Cordova.plist not available) # Rename PhoneGapBuildSettings.xcconfig to CordovaBuildSettings.xcconfig (related to CORDOVALIB Xcode env variable change) # Rename PHONEGAPLIB Xcode variable to CORDOVALIB Xcode variable --> this only relates to projects using the PhoneGapLib sub-project. This variable is used in locating the PhoneGapLib folder, as well as location of the header files used in a project. There's no easy way to "upgrade" a user's existing project unless we require them to edit their .pbxproj file which is inside their .xcodeproj bundle (or provide a tool to do so). # Rename PhoneGapInstaller to CordovaInstaller - make sure the installer assets, docs and scripts all reflect the name change. # Rename PhoneGap to Cordova in 'README.md', 'PhoneGap Upgrade Guide' and 'How to use PhoneGap as a Component' documents # Rename all class prefixes from PG to CDV (make sure Cordova.plist has the new plugin names as well) # Update 'Cordova Upgrade Guide' to include the any relevant upgrade steps above (especially Xcode 3 based templates ie projects that have PhoneGapLib as a sub-project) was (Author: shazron): *Work list:* # Rename project name: PhoneGapLib --> CordovaLib # Rename template name: PhoneGap-based Application --> Cordova-based Application # Update Xcode 3 template contents to reflect Cordova name: Cordova-based Application # Update Xcode 4 template contents to reflect new Cordova name, framework and Cordova.plist # Installer sym-link: /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework --> /Users/Shared/Cordova/Frameworks/Cordova.framework # Rename PhoneGap.plist to Cordova.plist (add code to load PhoneGap.plist if the new Cordova.plist not available) # Rename PhoneGapBuildSettings.xcconfig to CordovaBuildSettings.xcconfig (related to CORDOVALIB Xcode env variable change) # Rename PHONEGAPLIB Xcode variable to CORDOVALIB Xcode variable --> this only relates to projects using the PhoneGapLib sub-project. This variable is used in locating the PhoneGapLib folder, as well as location of the header files used in a project. There's no easy way to "upgrade" a user's existing project unless we require them to edit their .pbxproj file which is inside their .xcodeproj bundle (or provide a tool to do so). # Rename PhoneGapInstaller to CordovaInstaller - make sure the installer assets, docs and scripts all reflect the name change. # Rename PhoneGap to Cordova in 'README.md', 'PhoneGap Upgrade Guide' and 'How to use PhoneGap as a Component' documents # Rename all class prefixes from PG to CDV (make sure Cordova.plist has the new plugin names as well) # Update 'Cordova Upgrade Guide' to include the any relevant upgrade steps above (especially Xcode 3 based templates ie projects that have PhoneGapLib as a sub-project) > rename assets from PhoneGap to Cordova > -------------------------------------- > > Key: CB-224 > URL: https://issues.apache.org/jira/browse/CB-224 > Project: Apache Callback > Issue Type: Sub-task > Components: iOS > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Blocker > Fix For: 1.5.0 > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira