New depreciated keys in build 2016.2989?

Just tried to run an app in the simulator using 2016.2989 and I got these warnings:

WARNING: unrecognized key: settings.iphone.plist.googlePlayGamesAppId (string)

WARNING: deprecated key: settings.iphone.plist.CFBundleIconFile (string)

WARNING: deprecated key: settings.iphone.plist.UIAppFonts[] (string)

Is this a major issue as still appears I can build just fine. I can understand if corona no longer requires the:

CFBundleIconFile = “Icon.png”

but if below is no longer valid:

UIAppFonts = { “myfont.ttf”}

Then how do we put in which fonts our app requires?

Cheers.

Corona reads fonts out of your project. We don’t need to tell iOS about the fonts any longer. We have not needed that plist key since around January if I remember correctly. 

CFBungleIconFile was an iOS 4/5 construct. 

Rob

Great thanks for the clarification, can’t always keep up with all the new changes.

Corona reads fonts out of your project. We don’t need to tell iOS about the fonts any longer. We have not needed that plist key since around January if I remember correctly. 

CFBungleIconFile was an iOS 4/5 construct. 

Rob

Great thanks for the clarification, can’t always keep up with all the new changes.