artemnovichkov / swift-project-template

🍪 Easily generate Swift projects with Cookiecutter
MIT License
88 stars 18 forks source link

Add project name to scheme names #39

Closed artemnovichkov closed 6 years ago

artemnovichkov commented 6 years ago

There are some schemes with names like "Adhoc Debug" or "AppStore". The names are used for archive names. Please append a project name, for example, "MyProject AppStore".

TheCodeTalker commented 6 years ago

I will take this give a pr 👍

artemnovichkov commented 6 years ago

Good, @TheCodeTalker, thank you!

TheCodeTalker commented 6 years ago

any lead where i have to look?

TheCodeTalker commented 6 years ago

when i am running carthage bootstrap --platform iOS in this dir /Users/thecodetalker/Documents/swift/swift-project-template/{{ cookiecutter.name }} it giving *** No Cartfile.resolved found, updating dependencies

artemnovichkov commented 6 years ago

All schemes are here: https://github.com/artemnovichkov/swift-project-template/tree/master/%7B%7B%20cookiecutter.name%20%7D%7D/%7B%7B%20cookiecutter.name%20%7D%7D.xcodeproj/xcshareddata/xcschemes And you should update the xcodeproj file as well.

TheCodeTalker commented 6 years ago

i am getting this when i am try to open it how to update or with out open i need to change if so then how can i see the file

screenshot 2018-10-03 at 2 13 04 pm
artemnovichkov commented 6 years ago

You should open {{ cookiecutter.name }}.xcodeproj/project.pbxproj in any text editor and edit it manually.

TheCodeTalker commented 6 years ago

You should open {{ cookiecutter.name }}.xcodeproj/project.pbxproj in any text editor and edit it manually.

got i will give pr in this week

artemnovichkov commented 6 years ago

Hi, @TheCodeTalker! I have implemented this task.