-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not copying the CFBundleURLTypes from the plist file to the project #2892
Comments
@patrickpereira using this sample project I was not able to reproduce the described problem. After adding these lines and using the next runtime and modules the info.plist was successfully introduced in the build under platforms/ios/issue4388/issue4388-Info.plist where issue4388 is the name of the test project. If you still have troubles adding the lines in your project you can try to rebuild it with deleted platforms folder |
From @patrickpereira on June 15, 2017 9:1 @NickIliev I created a brand new project again, and after building the project - same issue happens. package.json
./app/App_Resources/iOS/Info.plist
./platforms/ios/PlistTest/PlistTest-Info.plist
|
@patrickpereira even the newly created project has already created platforms folder. Can you try to delete the folder, make your changes in info.plist and then execute
In fact, even without deleting the platforms folder the changes made in info.plist should still be respected when rebuilding the project with |
From @patrickpereira on June 15, 2017 10:2 @NickIliev I just removed the platform added the stuff in plist, and the tns build ios. With same result. This problem didn't occur while I was running Nativescript@3.0.3, it's only after I updated to next that this issue has started. |
From @patrickpereira on June 15, 2017 10:3 I will just downgrade to 3.0.3, to see if it fixes it, will let you know. |
From @patrickpereira on June 15, 2017 10:6 Yes I can confirm it works as you describe on 3.0.3, but not on the next version. |
@patrickpereira I was under the impression you are running only the next for ios-runtime. |
Hey @patrickpereira, thank you very much for trying our Once again thanks for reporting this regression in our master branch. |
From @patrickpereira on June 15, 2017 7:2
Hi!
I'm running the latest nativescript@3.1.0-2017-06-13-9176, and if I create a new project and add the following to the plist:
I end up with this in the generated platform plist file:
It doesn't matter what I put in (also if I don't add any CFBundleURLSchemes), it will always have the same thing in the generated plist file.
Copied from original issue: NativeScript/NativeScript#4388
The text was updated successfully, but these errors were encountered: