Cihat Gündüz

Results 303 comments of Cihat Gündüz

I have just forked FCModel, removed everything unrelated to the project itself and added a project for Carthage support. If you want to use the latest `master` of this project...

Alright, I will migrate to String Catalogs then sometime soon. 👍 I could also localize the app using my app [TranslateKit](https://apps.apple.com/app/apple-store/id6476773066?pt=549314&ct=github.com&mt=8) for free to support the project. Updating them is...

Hey guys, I'm currently working in a project where Tuist is being used and I'm kinda confused. I'm very proficient with localization in iOS development and String Catalogs, but the...

UPDATE: We just found that there's the [`defaultKnownRegions`](https://docs.tuist.io/references/project-description/structs/project.options#defaultknownregions) option we can set to get the languages we want. I have no idea why it has the `default` prefix, which seems...

I don't think you got my point. Calling `L10n.Your.Key.name` for sure is NOT more convenient than just writing "Hello World" into the SwiftUI view. Nothing is more convenient than that....

> The problem only begins there, because we would need to replace all the old code-generated semantics like L10n.Your.Key.name with the native String(localized:). Why would you need to replace all...

> Wdym by keep? The entire Tuist Derived folder is gitignored, including the file with semantic keys. This means that we would need to ADD this giant file to source...

If this doesn't work for you, you might want to checkout [BartyCrouch](https://github.com/Flinesoft/BartyCrouch), a command line tool written in Swift that does something fairly similar to this script. I've written it...

I think that you basically got it right: Structs are value types, Classes are reference types in Swift. This leads to several disadvantages in general Singleton usage when using a...

@metalrecker: Thank you for pointing that out but I don't really understand what you want to say with this within this issue. Maybe you want to show that even Apple...