简体   繁体   中英

Releasing app without Today extension?

I got a Today extension half done in my project. I don't have to release a half done product to public but also want to keep the same codebase so I can save time on code maintenance.

Does anyone know a way to release the app without the Today extension built-it?

Thanks

In the application target settings,

  • Remove the today extension from the "target dependencies" list.
  • Remove the today extension from the "embed app extensions" list.

Then clean and build. You'll get a build of the app with no today extension.

When you want to go back to working on the today extension, reverse the two steps above.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM