Posts

Post not yet marked as solved
1 Replies
540 Views
Hello. We have an XPC Helper in our app. It uses for processing of the images. This processing can takes few minutes. And we need to stop it if user push the cancel button. But we couldn't to found solution for stop execution of the XPC Service task immediately. And solution for termination XPC Service too. Is it possible to stop or terminate XPC process immediately? And what we can to do for it?
Posted
by Ilia.E.
Last updated
.
Post not yet marked as solved
2 Replies
1.2k Views
In our app code, we have a xcworkspace with some projects which build as frameworks or executable bundles. Also we have a main project of the app into this workspace. So all frameworks connected to the main as subprojects. Some of these projects must be localized like a main project. But they have strings files with the same names. For example: InfoPlist.strings and Localizable.strings. And when we export them to localization from Xcode the same name files miss. There is only one into XLIFF file. May be the first of them. I don't know. So all localizable strings from NSLocalizedString() macros through workspace put to one file into the main project. Is it possible to localize all our subprojects with the main project with the "Export for localization" tool of Xcode?
Posted
by Ilia.E.
Last updated
.