You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by shortstuffsushi <gi...@git.apache.org> on 2014/10/16 18:22:18 UTC

[GitHub] cordova-ios pull request: generates a workspace instead of subproj...

Github user shortstuffsushi commented on a diff in the pull request:

    https://github.com/apache/cordova-ios/pull/104#discussion_r18967247
  
    --- Diff: bin/create ---
    @@ -110,6 +110,9 @@ else
         cp -r "$PROJECT_TEMPLATE_DIR/__NON-CLI__.xcodeproj" "$PROJECT_PATH/$PROJECT_NAME.xcodeproj"
     fi
     cp -r "$PROJECT_TEMPLATE_DIR/__PROJECT_NAME__" "$PROJECT_PATH/$PROJECT_NAME"
    +cp -r "$PROJECT_TEMPLATE_DIR/__PROJECT_NAME__.xcworkspace" "$PROJECT_PATH/$PROJECT_NAME.xcworkspace"
    --- End diff --
    
    It seems you've forgotten to add this xcworkspace template to your pull request.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org