Mickey

Results 8 comments of Mickey

From my understanding placing the tag on the release branch before merging (and not on the master branch) is in fact the correct thing to do so it can be...

I do not understand all of the details to be honest but from my current perspective this might be just the wrong way around. Currently I'm evaluating an issue with...

> Actually, we can also set the CODE_SIGN_IDENTITY empty Doesn't work for me when building for a device

I just stumbled upon "error code: 1010" and found this issue so i'd like to add my observation: Usually i have just one endpoint in my `.graphqlconfig` and things work...

I have the same problem for german localization. Obviously UIKit localization got moved to somewhere else. Try this in Playground: ``` let bundle = Bundle(identifier: "com.apple.UIKit")! bundle.localizedString(forKey: "Done", value: "",...