Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Xcode 15 localization #181

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions ControlRoom.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
3C011CCC2B192A90007A3C16 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 3C011CCB2B192A90007A3C16 /* Localizable.xcstrings */; };
3C011CCF2B192CCD007A3C16 /* LocalizableKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C011CCE2B192CCD007A3C16 /* LocalizableKeys.swift */; };
41C44ACD2616FCB50016B1E4 /* FFMPEGConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C44ACC2616FCB50016B1E4 /* FFMPEGConverter.swift */; };
510871F225C317830009E39F /* SimulatorAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 510871F125C317830009E39F /* SimulatorAction.swift */; };
511BA57D23F3FFEA00E3E660 /* ControlRoomApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 511BA57C23F3FFEA00E3E660 /* ControlRoomApp.swift */; };
Expand Down Expand Up @@ -92,6 +94,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
3C011CCB2B192A90007A3C16 /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
3C011CCE2B192CCD007A3C16 /* LocalizableKeys.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizableKeys.swift; sourceTree = "<group>"; };
41C44ACC2616FCB50016B1E4 /* FFMPEGConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FFMPEGConverter.swift; sourceTree = "<group>"; };
510871F125C317830009E39F /* SimulatorAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimulatorAction.swift; sourceTree = "<group>"; };
511BA57923F3FFEA00E3E660 /* Control Room.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Control Room.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -190,6 +194,15 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3C011CCD2B192C39007A3C16 /* Localization */ = {
isa = PBXGroup;
children = (
3C011CCB2B192A90007A3C16 /* Localizable.xcstrings */,
3C011CCE2B192CCD007A3C16 /* LocalizableKeys.swift */,
);
path = Localization;
sourceTree = "<group>";
};
511BA57023F3FFEA00E3E660 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -223,6 +236,7 @@
AC472CCD240D46C2007FF521 /* Extensions */,
511BA5CF23F455D500E3E660 /* NSViewWrappers */,
511BA5D023F455E100E3E660 /* SystemBits */,
3C011CCD2B192C39007A3C16 /* Localization */,
);
path = ControlRoom;
sourceTree = "<group>";
Expand Down Expand Up @@ -533,6 +547,7 @@
buildActionMask = 2147483647;
files = (
511BA58723F3FFEB00E3E660 /* Main.storyboard in Resources */,
3C011CCC2B192A90007A3C16 /* Localizable.xcstrings in Resources */,
AC472CFB240D5F22007FF521 /* NotificationEditorView.strings in Resources */,
511BA58423F3FFEB00E3E660 /* Preview Assets.xcassets in Resources */,
511BA58123F3FFEB00E3E660 /* Assets.xcassets in Resources */,
Expand Down Expand Up @@ -624,6 +639,7 @@
54C2092827DBDB6F00E47016 /* DocumentPicker.swift in Sources */,
51203A512A09588A00CBE517 /* Capture.swift in Sources */,
511BA59C23F4172400E3E660 /* SystemView.swift in Sources */,
3C011CCF2B192CCD007A3C16 /* LocalizableKeys.swift in Sources */,
54C2092D27DBDE7500E47016 /* UTType+Extension.swift in Sources */,
511BA57D23F3FFEA00E3E660 /* ControlRoomApp.swift in Sources */,
511BA5A223F41A5900E3E660 /* Binding-OnChange.swift in Sources */,
Expand Down