Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 19 additions & 8 deletions ControlRoom.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
511BA5A823F42EE400E3E660 /* AppView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 511BA5A723F42EE400E3E660 /* AppView.swift */; };
51203A512A09588A00CBE517 /* Capture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51203A502A09588A00CBE517 /* Capture.swift */; };
515E56DF2A14499B003B4F5A /* XcodeColorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 515E56DE2A14499B003B4F5A /* XcodeColorSet.swift */; };
5179289625C37586000F6F3A /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = 5179289525C37586000F6F3A /* KeyboardShortcuts */; };
5179289A25C37D2A000F6F3A /* KeyboardShortcuts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5179289925C37D2A000F6F3A /* KeyboardShortcuts.swift */; };
517928C225C47392000F6F3A /* AVAssetToGIF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517928C125C47392000F6F3A /* AVAssetToGIF.swift */; };
5197324A2A0863B400B1F68C /* OverridesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 519732492A0863B400B1F68C /* OverridesView.swift */; };
Expand Down Expand Up @@ -88,6 +87,8 @@
ACDF076823F7E91A00597B3B /* ApplicationType.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDF076723F7E91A00597B3B /* ApplicationType.swift */; };
B07F584923F99A1700256D5D /* SimCtl+SubCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = B07F584823F99A1700256D5D /* SimCtl+SubCommands.swift */; };
B07F585123F9F83800256D5D /* SimCtl+SubCommandsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B07F585023F9F83800256D5D /* SimCtl+SubCommandsTests.swift */; };
B852E2EB2DA39225003F5FD6 /* KeyboardShortcuts in Frameworks */ = {isa = PBXBuildFile; productRef = B852E2EA2DA39225003F5FD6 /* KeyboardShortcuts */; };
B8C54DB92DA308E90037143E /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = B8C54DB82DA308E90037143E /* Localizable.xcstrings */; };
C9C203E42B1788270081E1EF /* LocalSearchController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9C203E32B1788270081E1EF /* LocalSearchController.swift */; };
C9C203E62B1788C90081E1EF /* LocalSearchResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9C203E52B1788C90081E1EF /* LocalSearchResult.swift */; };
C9C203ED2B17FEA80081E1EF /* LocalSearchRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9C203EC2B17FEA80081E1EF /* LocalSearchRowView.swift */; };
Expand Down Expand Up @@ -192,6 +193,8 @@
B07F584E23F9F83800256D5D /* ControlRoomTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ControlRoomTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B07F585023F9F83800256D5D /* SimCtl+SubCommandsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SimCtl+SubCommandsTests.swift"; sourceTree = "<group>"; };
B07F585223F9F83800256D5D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B8C54DB72DA308920037143E /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Main.strings; sourceTree = "<group>"; };
B8C54DB82DA308E90037143E /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
C9C203E32B1788270081E1EF /* LocalSearchController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalSearchController.swift; sourceTree = "<group>"; };
C9C203E52B1788C90081E1EF /* LocalSearchResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalSearchResult.swift; sourceTree = "<group>"; };
C9C203EC2B17FEA80081E1EF /* LocalSearchRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalSearchRowView.swift; sourceTree = "<group>"; };
Expand All @@ -204,7 +207,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5179289625C37586000F6F3A /* KeyboardShortcuts in Frameworks */,
B852E2EB2DA39225003F5FD6 /* KeyboardShortcuts in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -294,6 +297,7 @@
511BA58923F3FFEB00E3E660 /* ControlRoom.entitlements */,
511BA58523F3FFEB00E3E660 /* Main.storyboard */,
511BA58023F3FFEB00E3E660 /* Assets.xcassets */,
B8C54DB82DA308E90037143E /* Localizable.xcstrings */,
511BA58223F3FFEB00E3E660 /* Preview Content */,
);
name = SystemBits;
Expand Down Expand Up @@ -510,7 +514,7 @@
);
name = ControlRoom;
packageProductDependencies = (
5179289525C37586000F6F3A /* KeyboardShortcuts */,
B852E2EA2DA39225003F5FD6 /* KeyboardShortcuts */,
);
productName = ControlRoom;
productReference = 511BA57923F3FFEA00E3E660 /* Control Room.app */;
Expand Down Expand Up @@ -562,10 +566,11 @@
knownRegions = (
en,
Base,
ar,
);
mainGroup = 511BA57023F3FFEA00E3E660;
packageReferences = (
5179289425C37586000F6F3A /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
B852E2E92DA39225003F5FD6 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
);
productRefGroup = 511BA57A23F3FFEA00E3E660 /* Products */;
projectDirPath = "";
Expand All @@ -583,6 +588,7 @@
buildActionMask = 2147483647;
files = (
511BA58723F3FFEB00E3E660 /* Main.storyboard in Resources */,
B8C54DB92DA308E90037143E /* Localizable.xcstrings in Resources */,
AC472CFB240D5F22007FF521 /* NotificationEditorView.strings in Resources */,
511BA58423F3FFEB00E3E660 /* Preview Assets.xcassets in Resources */,
511BA58123F3FFEB00E3E660 /* Assets.xcassets in Resources */,
Expand Down Expand Up @@ -750,6 +756,7 @@
isa = PBXVariantGroup;
children = (
511BA58623F3FFEB00E3E660 /* Base */,
B8C54DB72DA308920037143E /* ar */,
);
name = Main.storyboard;
sourceTree = "<group>";
Expand All @@ -761,6 +768,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -815,6 +823,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
Expand All @@ -823,6 +832,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -870,6 +880,7 @@
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
Expand Down Expand Up @@ -1023,20 +1034,20 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
5179289425C37586000F6F3A /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
B852E2E92DA39225003F5FD6 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sindresorhus/KeyboardShortcuts";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.6.1;
minimumVersion = 2.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
5179289525C37586000F6F3A /* KeyboardShortcuts */ = {
B852E2EA2DA39225003F5FD6 /* KeyboardShortcuts */ = {
isa = XCSwiftPackageProductDependency;
package = 5179289425C37586000F6F3A /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
package = B852E2E92DA39225003F5FD6 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
productName = KeyboardShortcuts;
};
/* End XCSwiftPackageProductDependency section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading