-
Notifications
You must be signed in to change notification settings - Fork 99
Adding Examples of Apps, Plugins and Tasks. #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
Conversation
} | ||
|
||
@IBAction func queryAction(_ sender: Any) { | ||
let alertController = QueryAlertController(title: "I know you like pie", message: "Everyone likes pie", preferredStyle: .alert) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's an example of customized screen tracking. just added a comment saying such.
*/ | ||
|
||
/* | ||
import FlurryAnalytics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This worked for me, we sure we need to comment it out? I just need to do a clean build each time on Xcode 12.5. 12.4 it works without having to do that /eyeroll
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works for you because you don't have an M1 Mac. That's the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, because I was getting that "warning" which resulted in a build error until then. But I'm with you. I think we're going to run into that on almost all of these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few questions -- but definitely good enough to merge.
No description provided.