mirror of
https://github.com/heysem-useinsider/Stringz.git
synced 2026-04-26 07:15:52 +03:00
[GH-ISSUE #43] Localizable.xcstrings file not showed #32
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stringz#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FezVrasta on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/43
Hi, I'm opening my Xcode project (a Swift/UI 5 project) but the app is only showing two
Info.plistfor my widget and notificationservice extensions, and does not show theLocalizable.xcstringsfile I have on the root of the project nor the plist file of the main app.Do you have any idea? Thanks!
@samuelbradshaw commented on GitHub (Oct 24, 2023):
.xcstrings is a new format introduced by Apple with Xcode 15, and it's very different from the previous .strings format. Are you able to use .strings?
@FezVrasta commented on GitHub (Oct 24, 2023):
I haven't tried that.