Skip to content

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

Merged
merged 12 commits into from
May 25, 2021
Merged

Adding Examples of Apps, Plugins and Tasks. #14

merged 12 commits into from
May 25, 2021

Conversation

bsneed
Copy link
Contributor

@bsneed bsneed commented May 25, 2021

No description provided.

}

@IBAction func queryAction(_ sender: Any) {
let alertController = QueryAlertController(title: "I know you like pie", message: "Everyone likes pie", preferredStyle: .alert)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

Copy link
Contributor Author

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
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Copy link
Contributor

@migs647 migs647 left a 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.

@bsneed bsneed merged commit 0414e04 into main May 25, 2021
@bsneed bsneed deleted the bsneed/examples branch May 25, 2021 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants