Adding background mode on Capabilities tabs

后端 未结 2 1974
长发绾君心
长发绾君心 2021-01-28 02:02

I am using Xcode 6.3 and I just added bluetooth background mode on the capability tab:

\"enter

相关标签:
2条回答
  • 2021-01-28 02:21

    Yes, this is enough. The UI is taking the values directly from the plist and writing them there.

    You can open the plist manually and see what is written there to make sure. It's just a text file.

    0 讨论(0)
  • 2021-01-28 02:21

    If you change anything from Capabilities then you would see that your plist would get automatically updated based from Capabilities. They are both basically the same:

    to see the text, click on the image to have it enlarged

    That which you see there is Xcode's convenience...telling you hey I wrote this in the plist for you

    0 讨论(0)
提交回复
热议问题