chore: Upgrade all dependencies

This commit is contained in:
Lei Nelissen
2022-05-04 18:28:00 +02:00
parent 7fb7fc1925
commit 2b24a37218
20 changed files with 9875 additions and 8566 deletions

View File

@@ -2,7 +2,8 @@
#import "AppDelegate.h"
int main(int argc, char * argv[]) {
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}