relisten-ios
relisten-ios copied to clipboard
Request: remove screenshotdetector
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.
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: https://github.com/realm/realm-cocoa/issues/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.
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:
commit 53aa696c932522a5667d7c5e190709fe5d2f2e6a
Author: Alec Gorge <[email protected]>
Date: Sun Mar 29 11:39:17 2020 -0700
Ignore massive Realmbinaries
diff --git a/.gitignore b/.gitignore
index d07f8788..9a8fd9ea 100644
--- a/.gitignore
+++ b/.gitignore
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