4

I want to generate a .watchface file from my xcode project. Is there any way to create .watchface file from outside of the default Watch app?

I have found a website Facer, where they are offering customizing options and generating .watchface from their website. What approach they are following?

Murad Al Wajed
  • 4,180
  • 1
  • 10
  • 11

1 Answers1

2

name.watchface -> name.zip Unzip it and make it into that structure Create watchface file programmatically and execute CLKWatchFaceLibrary().addWatchFace API

강수현
  • 21
  • 2
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Oct 05 '22 at 10:20