-
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
Request: remove screenshotdetector #188
Comments
I think this is still a useful thing to do, and it also lets us get rid of Relisten attempting to access the photo library |
Awesome, I'll get that out of there. |
Reopening. It's fine if you're done with this, but please leave this open so that someone else can handle it. |
I can break it up so no build settings are changed. Do you have CI firing or is the Travis vs. Realm battle waging on? |
Thanks! I filed this bug on Realm to see if they have any ideas for fixing the Travis issue: realm/realm-swift#6889 |
I just fixed up all of the build and Travis woes and pushed fixes to master. You should be able to pull out your specific changes for this from #199 into a new PR |
Awesome! Thanks for the trudging and grinding through all that. Travis sure put up a good fight but I'm glad you won. |
Wait... the .gitignore had Pods/Realm/**/*.a in it???? This project......ohhh this project. |
The realm pod downloads static binaries that are over 50MB, which GitHub warns about if you try to push them, so we chose to ignore them since they can easily be re-downloaded by Cocoapods:
We're working on a complex system with lots of moving parts. Bugs are going to happen, and they're generally going to be due to side effects that nobody could have anticipated. Please assume good intent- we're all trying to do our best. |
The surprise came from choosing one of thirty to exclude. In a typical development work environment we either include them or we don't. This project is different and I see + respect that |
This feature is baked into TestFlight, data collection must be properly handled, retained and able to be provided to the user with a set expiration, etc.
The text was updated successfully, but these errors were encountered: