-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement undo/redo #15
Comments
Hi, I could try to implement that :) |
Hmm... I've tried to build the project, but it didn't work, says I need to join a team and add a certificate. New to mac here.. Linux user. |
@stoiandan any help will be appreciative. To be able to build you need to select "Sign to Run Locally" and Team None in the project settings. For both targets. Like on the screenshot below: |
Hi,
Thanks for responding, yup that seems to have fix it!
I now have only one build problem left. In my version of Xcode (Version 11.3 (11C29)), I cannot import the MASShortcut package:
No such module ‘MASShortcut'
Is it a non standard library? Should I install it?
Thanks
… On 13 Dec 2019, at 00:07, Oleksandr Yakubchyk ***@***.***> wrote:
help will be appreciative. To be able to build you need to select "Sign to Run Locally" and Team None in the project settings. For both targets. Like on the screenshot below:
|
This is a dependency. So you need to install cocoapods (link) and then run |
It worked, I can build the project now and run it!
I just found out on Friday I’ll have an interview soon, probably next week, so I’ll focus on that more this weekend.
And I make the pull requests directly to the main branch? Or should I fork the project and do it that way?
Thanks!
… On 13 Dec 2019, at 18:24, Oleksandr Yakubchyk ***@***.***> wrote:
This is a dependency. So you need to install cocoapods (link <https://guides.cocoapods.org/using/getting-started.html>) and then run pod install in Terminal in the project directory.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#15?email_source=notifications&email_token=ACPIJBDEAEWZJYX7KSHNHDLQYOZKVA5CNFSM4HHKPIQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG2PAVA#issuecomment-565506132>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACPIJBH2KEHFE5HEGG3P5T3QYOZKVANCNFSM4HHKPIQA>.
|
As a user I would like to perform undo/redo action in drawing mode
The text was updated successfully, but these errors were encountered: