Commit graph

10 commits

Author SHA1 Message Date
Mathieu Virbel
271e235927 add include directory as a reference into the xcode template + force 64 bits archs by default.
Closes #328
Closes #330
Closes #333
2019-01-10 20:43:13 +01:00
Mathieu Virbel
679fc62256 cookiecutter: fix tests for python2 2018-11-16 15:24:19 +01:00
Mathieu Virbel
6f295fd23f xcode: remove old include that is not needed anymore 2018-11-16 10:35:50 +01:00
Mathieu Virbel
9ad9abf9b6 fix cookiecutter project for python3 2018-11-09 18:48:08 +01:00
Mathieu Virbel
5311f0c098 fixes requirements, remove mod_pbxproj and use up to date mod_pbxproj to handle tbd files 2018-10-28 22:07:10 +01:00
bearnun
fd6829e980 Remove $(SDKROOT)/ResourceRules.plist
When I attempt to push my app to the app store, having the resource rules path populated causees this error: 

ERROR ITMS-90339: "This bundle is invalid. The Info.plist contains an invalid key 'CFBundleResourceSpecification' in bundle mingyu [mingyu.app]"

According to this post...: http://stackoverflow.com/questions/32504355/error-itms-90339-this-bundle-is-invalid-the-info-plist-contains-an-invalid-ke

...Deleting the code signing path solves the issue.  This does in fact resolve the above error and I am able to push my app to the app store if I do this. So, I am proposing it be changed in the toolchain as well.
2016-11-16 11:39:31 -06:00
Mathieu Virbel
ec5fad1680 templates: fix to include framework paths of user-downloaded frameworks 2015-08-07 22:57:04 +02:00
Mathieu Virbel
c383263858 template: fix codesign resourcerules missing when building ipa 2015-03-07 22:14:10 +01:00
Mathieu Virbel
3411cd89f9 templates: don't include any library / framework in the default template, the toolchain will fill the blank with update. 2015-02-24 12:01:37 +01:00
Mathieu Virbel
9cb199652f toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00