Added xcode 15 support
Have updated the PodFile to make sure it builds in Xcode 15
@c2p-cmd thank you for your update!
It seems that the PR contains commits from ongoing PR #3 . You can choose any of these (A or B).
A. change the base branch (target branch) to portrait-watchface, if you use Xcode 15 on portrait-watchface branch
B. create a new PR branching on the main branch and make sure that it does not contain any commits on portrait-watchface branch
(If you wish, I can do A for you, when I could have a time for it.)
Hey thanks for the response in this case A would be great since I would need support for Portraits Face.
@c2p-cmd thanks for your second try.
Before I can merge the PR, two changes are needed.
- It seems that you are creating PR on your main branch and it includes some future commits (ex. dee72769a867112ee378c08dc3040391900a5f62 ). rewind to cf80aa085b2aafe8ba4314087ec852721f9ab9b2 and make changes on it (screenshot attached for your reference). (Feel free to create another PR with another branch name, if you'd like to do so.)
- use CocoaPods 1.13.0 and remove the Podfile workaround script. see https://github.com/banjun/WatchFaceDumper/pull/11#discussion_r1355004308
Sure will do it 👍