Skip to content

Commit

Permalink
Renamed project and scheme. It works!
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado committed May 11, 2020
1 parent 0c18b2f commit d250c87
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
0919395922C35C1400392D55 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
0919395B22C35C1400392D55 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0924531622D5BC7E00B2E710 /* ffmpeg LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "ffmpeg LICENSE.txt"; sourceTree = "<group>"; };
09A23D5B2468FB9B0071B5A9 /* Server.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Server.app; sourceTree = BUILT_PRODUCTS_DIR; };
09A23D5B2468FB9B0071B5A9 /* Jellyfin Server.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Jellyfin Server.app"; sourceTree = BUILT_PRODUCTS_DIR; };
09A23D5C2468FBAB0071B5A9 /* Server.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Server.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -50,12 +50,12 @@
isa = PBXGroup;
children = (
0924531622D5BC7E00B2E710 /* ffmpeg LICENSE.txt */,
0919395122C35C1400392D55 /* Server */,
09A23D5B2468FB9B0071B5A9 /* Server.app */,
0919395122C35C1400392D55 /* Jellyfin Server */,
09A23D5B2468FB9B0071B5A9 /* Jellyfin Server.app */,
);
sourceTree = "<group>";
};
0919395122C35C1400392D55 /* Server */ = {
0919395122C35C1400392D55 /* Jellyfin Server */ = {
isa = PBXGroup;
children = (
09A23D5C2468FBAB0071B5A9 /* Server.entitlements */,
Expand All @@ -64,15 +64,15 @@
0919395822C35C1400392D55 /* Main.storyboard */,
0919395B22C35C1400392D55 /* Info.plist */,
);
path = Server;
path = "Jellyfin Server";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
0919394E22C35C1400392D55 /* Server */ = {
0919394E22C35C1400392D55 /* Jellyfin Server */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0919395F22C35C1400392D55 /* Build configuration list for PBXNativeTarget "Server" */;
buildConfigurationList = 0919395F22C35C1400392D55 /* Build configuration list for PBXNativeTarget "Jellyfin Server" */;
buildPhases = (
0919394B22C35C1400392D55 /* Sources */,
0919394C22C35C1400392D55 /* Frameworks */,
Expand All @@ -83,9 +83,9 @@
);
dependencies = (
);
name = Server;
name = "Jellyfin Server";
productName = Server;
productReference = 09A23D5B2468FB9B0071B5A9 /* Server.app */;
productReference = 09A23D5B2468FB9B0071B5A9 /* Jellyfin Server.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -111,7 +111,7 @@
};
};
};
buildConfigurationList = 0919394A22C35C1300392D55 /* Build configuration list for PBXProject "Server" */;
buildConfigurationList = 0919394A22C35C1300392D55 /* Build configuration list for PBXProject "Jellyfin Server" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -124,7 +124,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
0919394E22C35C1400392D55 /* Server */,
0919394E22C35C1400392D55 /* Jellyfin Server */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -284,13 +284,13 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Server/Server.entitlements;
CODE_SIGN_ENTITLEMENTS = "Jellyfin Server/Server.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 6YC6EAV7ES;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Server/Info.plist;
INFOPLIST_FILE = "Jellyfin Server/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand All @@ -308,13 +308,13 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Server/Server.entitlements;
CODE_SIGN_ENTITLEMENTS = "Jellyfin Server/Server.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 6YC6EAV7ES;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Server/Info.plist;
INFOPLIST_FILE = "Jellyfin Server/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand All @@ -331,7 +331,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0919394A22C35C1300392D55 /* Build configuration list for PBXProject "Server" */ = {
0919394A22C35C1300392D55 /* Build configuration list for PBXProject "Jellyfin Server" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0919395D22C35C1400392D55 /* Debug */,
Expand All @@ -340,7 +340,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0919395F22C35C1400392D55 /* Build configuration list for PBXNativeTarget "Server" */ = {
0919395F22C35C1400392D55 /* Build configuration list for PBXNativeTarget "Jellyfin Server" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0919396022C35C1400392D55 /* Debug */,
Expand Down
33 changes: 15 additions & 18 deletions ...oj/xcshareddata/xcschemes/Server.xcscheme → ...eddata/xcschemes/Jellyfin Server.xcscheme
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0919394E22C35C1400392D55"
BuildableName = "Server.app"
BlueprintName = "Server"
ReferencedContainer = "container:Server.xcodeproj">
BuildableName = "Jellyfin Server.app"
BlueprintName = "Jellyfin Server"
ReferencedContainer = "container:Jellyfin Server.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -27,19 +27,17 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0919394E22C35C1400392D55"
BuildableName = "Server.app"
BlueprintName = "Server"
ReferencedContainer = "container:Server.xcodeproj">
BuildableName = "Jellyfin Server.app"
BlueprintName = "Jellyfin Server"
ReferencedContainer = "container:Jellyfin Server.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -56,13 +54,11 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0919394E22C35C1400392D55"
BuildableName = "Server.app"
BlueprintName = "Server"
ReferencedContainer = "container:Server.xcodeproj">
BuildableName = "Jellyfin Server.app"
BlueprintName = "Jellyfin Server"
ReferencedContainer = "container:Jellyfin Server.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand All @@ -75,9 +71,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0919394E22C35C1400392D55"
BuildableName = "Server.app"
BlueprintName = "Server"
ReferencedContainer = "container:Server.xcodeproj">
BuildableName = "Jellyfin Server.app"
BlueprintName = "Jellyfin Server"
ReferencedContainer = "container:Jellyfin Server.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand All @@ -86,6 +82,7 @@
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
customArchiveName = "Jellyfin Server"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16096"/>
</dependencies>
<scenes>
<!--Application-->
Expand All @@ -11,11 +10,11 @@
<application id="hnw-xV-0zn" sceneMemberID="viewController">
<menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
<items>
<menuItem title="Server" id="1Xt-HY-uBw">
<menuItem title="Jellyfin Server" id="1Xt-HY-uBw">
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Server" systemMenu="apple" id="uQy-DD-JDr">
<menu key="submenu" title="Jellyfin Server" systemMenu="apple" id="uQy-DD-JDr">
<items>
<menuItem title="About Server" id="5kV-Vb-QxS">
<menuItem title="About Jellyfin Server" id="5kV-Vb-QxS">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/>
Expand All @@ -29,7 +28,7 @@
<menu key="submenu" title="Services" systemMenu="services" id="hz9-B4-Xy5"/>
</menuItem>
<menuItem isSeparatorItem="YES" id="4je-JR-u6R"/>
<menuItem title="Hide Server" keyEquivalent="h" id="Olw-nP-bQN">
<menuItem title="Hide Jellyfin Server" keyEquivalent="h" id="Olw-nP-bQN">
<connections>
<action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/>
</connections>
Expand All @@ -47,7 +46,7 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/>
<menuItem title="Quit Server" keyEquivalent="q" id="4sb-4s-VLi">
<menuItem title="Quit Jellyfin Server" keyEquivalent="q" id="4sb-4s-VLi">
<connections>
<action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/>
</connections>
Expand Down Expand Up @@ -660,7 +659,7 @@
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ">
<items>
<menuItem title="Server Help" keyEquivalent="?" id="FKE-Sm-Kum">
<menuItem title="Jellyfin Server Help" keyEquivalent="?" id="FKE-Sm-Kum">
<connections>
<action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/>
</connections>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d250c87

Please sign in to comment.