38 Commits

Author SHA1 Message Date
ec857fb1e4 Update ios deps 2022-06-23 01:03:41 +02:00
4e145abd91 Bump ios deps 2022-03-02 18:35:22 +01:00
f27f4ed7aa Bump deps 2022-01-17 22:55:09 +01:00
bcdd251d04 ios: Update dependencies 2022-01-17 22:45:25 +01:00
7f53f04906 ios: Try to fix build 2021-12-25 09:34:33 +01:00
69f5a1088c Bump ios deps 2021-09-22 20:03:57 +02:00
d4655c4394 ios: Update deps 2021-09-07 11:12:06 +02:00
0a36720b5a ios: Update podfile.lock 2021-07-25 11:25:25 +02:00
c40f829119 Remove bonsoir
It's not being used, and the CI seems to be getting stuck while linking
it

Also bump sentry
2021-06-30 13:28:47 +02:00
87c9d56d76 ios: Update Podfile checksum 2021-06-30 11:05:21 +02:00
a51253d6f3 Remove remaining traces of firebase
It's so nice to finally get rid of this shit.
2021-06-07 14:05:14 +02:00
e4f3e21427 pod install 2021-04-14 17:05:45 +02:00
f7957d100b Bump permission handler 2021-03-10 14:48:05 +01:00
58604d7de1 Remove cryptography dependency
It was only being used in a poc, and it's cause the ios build to fail.
2021-01-19 19:06:45 +01:00
98701379c2 ios: Update podfile and all 2021-01-19 15:40:12 +01:00
59e9c66534 Bump firebase analytics
This also required a pod update.
2020-11-09 10:49:21 +01:00
9f53115616 ios: Add iCloud capability
I cannot see the GitJournal app's data in my iCloud, but I believe maybe
my app needs to go through the app review process.
2020-10-19 20:01:36 +02:00
dacd41b1c5 Update Podfile.lock 2020-10-15 10:52:37 +02:00
d6612a7a84 Update podfile and xcodeproj 2020-10-12 17:34:29 +02:00
fc8e83b035 ios: Use git_fetch and git_merge instead of pull
Now with the latest git_bindings we no longer use git_pull which would
do a fetch + merge. It's good that these two actions are separated as
I can then easily replace the git_merge with a smarter version
implemented in git.

Also, that way in the future, the git_bindings plugin will only be used
for git_fetch and git_push for SSH. Everything else can be handled by
dart_git.
2020-09-28 13:02:55 +02:00
ab072fc75e Bump firebase analytics 2020-09-04 09:03:01 +02:00
3885a5e153 ios build
The Podfile format has changed with Flutter 1.20
2020-08-18 12:03:18 +02:00
6d101ad5c4 Remove flutter crashlytics
Sentry is being used instead, and it's working out quite well.
2020-07-26 19:05:52 +02:00
28d53242d8 Move away from RevenueCat
The iOS updates keep getting rejected, and I think it's because
RevenueCat is taking too long to respond. Additionally, revenueCat
doesn't really give us anything useful as its receipt validation isn't
perfect, and I've had to roll my own.

Plus from a privacy point of view, this is better as we are no longer
talking to any third party service.

This has so far only been tested on iOS
2020-07-26 12:20:09 +02:00
85e1ec0e1f ios: pod update 2020-07-14 22:19:06 +02:00
1d1a4c6432 ios: Update podfile 2020-07-04 19:52:02 +02:00
2651bff8bb Send Android/ios crash reports to Sentry
I'm not 100% sure this will work without the dart code, but I don't want
to replace my working implementation with flutter_sentry's
implementaiton which might not report all the errors.
2020-06-19 14:08:35 +02:00
2502f4a79d Update ios podfile 2020-06-10 14:50:18 +02:00
eb37ae592c Update ios deps 2020-06-09 17:43:28 +02:00
11241ce142 ios: Remove fetch_app_logs from Podfile 2020-06-03 13:51:19 +02:00
5133dfadf7 Update mysterious ios stuff
No clue.
2020-05-18 19:54:41 +02:00
be4dad579b ios: Add requied permissions to add images 2020-05-06 13:17:11 +02:00
096e9cb82c ios: Update Podfile.lock 2020-05-02 13:25:21 +02:00
022677f886 Update ios 2020-01-06 13:02:15 +01:00
4267661fc1 ios: Update crashlytics
Also add it to the BuildPhase. Hopefully with this we will now get
proper crash reports.
2019-10-04 05:09:12 +02:00
e543e976ea ios: Enable flutter_email_sender
It needed the SWIFT_VERSION variable to be set, and for it to be set to
a version that exists on my system. I'm pasting the error over here so
maybe I google search will help a lost soul in the future -

`flutter_email_sender` does not specify a Swift version and none of the targets (`Runner`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.

https://github.com/sidlatau/flutter_email_sender/issues/8
2019-05-20 20:44:30 +02:00
be4e6f32eb ios update
The Podfile and lockfile have all changed since the dependnecies have
changed so much (because of the AndroidX update). I've had to comment
out the flutter_email_sender for now, since I just cannot seem to get
it to work, in fact, even the current build is a hit and miss.
2019-05-20 20:10:50 +02:00
a11254eab4 ios: Just flutter run
It just seems to make a lot of changes. No idea about half of these. The
ios world is strange and foreign. I have hooked it up to Firebase
Analytics, though.

Also build on all architectures instead of just 64-bit.
2019-05-17 16:24:37 +02:00