kivy-ios/tools/templates/{{ cookiecutter.project_name }}-ios
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
..
LaunchImages toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
YourApp toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
{{ cookiecutter.project_name }}/Images.xcassets/AppIcon.appiconset toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
{{ cookiecutter.project_name }}.xcodeproj Remove $(SDKROOT)/ResourceRules.plist 2016-11-16 11:39:31 -06:00
bridge.h toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
bridge.m toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
icon.png toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00
main.m Removed test line 2016-11-06 14:47:55 +02:00
{{ cookiecutter.project_name }}-Info.plist toolchain: create new Xcode template, based on cookie cutter tempting system. 2015-02-14 13:05:54 +01:00