Rename Xcode project.
@@ -15,10 +15,15 @@ EXTERNAL SOURCES:
|
||||
:branch: menubar-webkit
|
||||
:git: https://github.com/xhacker/MASShortcut.git
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
MASShortcut:
|
||||
:commit: e54886366d753c75d8bbe07d1a7dd42af69f70fd
|
||||
:git: https://github.com/xhacker/MASShortcut.git
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
ISO8601DateFormatter: 59731cd880cf87e71b4fa95f0d6b713dcbc4cbce
|
||||
MASShortcut: a1e29fd34567fcd249d00648548924c8e7639474
|
||||
RHPreferences: d0215102b7b8cd9f501655e5e7db2551ef4dc0e5
|
||||
Sparkle: 5eb20bb37ca21e471dab8417dee880198d905327
|
||||
|
||||
COCOAPODS: 0.34.4
|
||||
COCOAPODS: 0.35.0
|
||||
|
||||
@@ -151,7 +151,7 @@ To build your app:
|
||||
0. Put your files into the ``app`` folder
|
||||
0. [Install CocoaPods](http://guides.cocoapods.org/using/getting-started.html)
|
||||
0. ``cd`` into the project folder and run ``pod install``
|
||||
0. Open ``menubar-webkit.xcworkspace`` in Xcode
|
||||
0. Open ``quark-shell.xcworkspace`` in Xcode
|
||||
0. Build and have fun!
|
||||
|
||||
Remember that Quark Shell is still a WIP. When the project is stable enough, I will definitely simplify the build process.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
1A91FA0218E2530B00AA8B7E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A91FA0118E2530B00AA8B7E /* XCTest.framework */; };
|
||||
1A91FA0318E2530B00AA8B7E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A91F9E218E2530B00AA8B7E /* Cocoa.framework */; };
|
||||
1A91FA0B18E2530C00AA8B7E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1A91FA0918E2530C00AA8B7E /* InfoPlist.strings */; };
|
||||
1A91FA0D18E2530C00AA8B7E /* menubar_webkitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A91FA0C18E2530C00AA8B7E /* menubar_webkitTests.m */; };
|
||||
1A91FA0D18E2530C00AA8B7E /* quark_shellTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A91FA0C18E2530C00AA8B7E /* quark_shellTests.m */; };
|
||||
1A91FA5A18E25F3C00AA8B7E /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A91FA5918E25F3C00AA8B7E /* WebKit.framework */; };
|
||||
1A9A456E1A1C93C600C98589 /* NSWindow+Fade.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A9A456D1A1C93C600C98589 /* NSWindow+Fade.m */; };
|
||||
1AA896731964FB1800E4FDAC /* QSHWebViewWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AA896711964FB1800E4FDAC /* QSHWebViewWindowController.m */; };
|
||||
@@ -38,7 +38,7 @@
|
||||
containerPortal = 1A91F9D718E2530B00AA8B7E /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1A91F9DE18E2530B00AA8B7E;
|
||||
remoteInfo = "menubar-webkit";
|
||||
remoteInfo = "quark-shell";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
@@ -50,25 +50,25 @@
|
||||
1A75781C19B9A261002A9886 /* app */ = {isa = PBXFileReference; lastKnownFileType = folder; path = app; sourceTree = "<group>"; };
|
||||
1A82DE591903B095006AB37F /* QSHWindowBorderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QSHWindowBorderView.h; sourceTree = "<group>"; };
|
||||
1A82DE5A1903B095006AB37F /* QSHWindowBorderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QSHWindowBorderView.m; sourceTree = "<group>"; };
|
||||
1A91F9DF18E2530B00AA8B7E /* menubar-webkit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "menubar-webkit.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A91F9DF18E2530B00AA8B7E /* quark-shell.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "quark-shell.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A91F9E218E2530B00AA8B7E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
||||
1A91F9E518E2530B00AA8B7E /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
||||
1A91F9E618E2530B00AA8B7E /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
||||
1A91F9E718E2530B00AA8B7E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
1A91F9EA18E2530B00AA8B7E /* menubar-webkit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "menubar-webkit-Info.plist"; sourceTree = "<group>"; };
|
||||
1A91F9EA18E2530B00AA8B7E /* quark-shell-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "quark-shell-Info.plist"; sourceTree = "<group>"; };
|
||||
1A91F9EC18E2530B00AA8B7E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
1A91F9EE18E2530B00AA8B7E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
1A91F9F018E2530B00AA8B7E /* menubar-webkit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "menubar-webkit-Prefix.pch"; sourceTree = "<group>"; };
|
||||
1A91F9F018E2530B00AA8B7E /* quark-shell-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "quark-shell-Prefix.pch"; sourceTree = "<group>"; };
|
||||
1A91F9F218E2530B00AA8B7E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
||||
1A91F9F418E2530B00AA8B7E /* QSHAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QSHAppDelegate.h; sourceTree = "<group>"; };
|
||||
1A91F9F518E2530B00AA8B7E /* QSHAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QSHAppDelegate.m; sourceTree = "<group>"; };
|
||||
1A91F9F818E2530B00AA8B7E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
1A91F9FA18E2530B00AA8B7E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
||||
1A91FA0018E2530B00AA8B7E /* menubar-webkitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "menubar-webkitTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A91FA0018E2530B00AA8B7E /* quark-shellTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "quark-shellTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A91FA0118E2530B00AA8B7E /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
||||
1A91FA0818E2530C00AA8B7E /* menubar-webkitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "menubar-webkitTests-Info.plist"; sourceTree = "<group>"; };
|
||||
1A91FA0818E2530C00AA8B7E /* quark-shellTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "quark-shellTests-Info.plist"; sourceTree = "<group>"; };
|
||||
1A91FA0A18E2530C00AA8B7E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
1A91FA0C18E2530C00AA8B7E /* menubar_webkitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = menubar_webkitTests.m; sourceTree = "<group>"; };
|
||||
1A91FA0C18E2530C00AA8B7E /* quark_shellTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = quark_shellTests.m; sourceTree = "<group>"; };
|
||||
1A91FA5918E25F3C00AA8B7E /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
||||
1A9A456C1A1C93C600C98589 /* NSWindow+Fade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSWindow+Fade.h"; sourceTree = "<group>"; };
|
||||
1A9A456D1A1C93C600C98589 /* NSWindow+Fade.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSWindow+Fade.m"; sourceTree = "<group>"; };
|
||||
@@ -114,8 +114,8 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A75781C19B9A261002A9886 /* app */,
|
||||
1A91F9E818E2530B00AA8B7E /* menubar-webkit */,
|
||||
1A91FA0618E2530C00AA8B7E /* menubar-webkitTests */,
|
||||
1A91F9E818E2530B00AA8B7E /* quark-shell */,
|
||||
1A91FA0618E2530C00AA8B7E /* quark-shellTests */,
|
||||
1A91F9E118E2530B00AA8B7E /* Frameworks */,
|
||||
1A91F9E018E2530B00AA8B7E /* Products */,
|
||||
8DAB617192B594608C5F2565 /* Pods */,
|
||||
@@ -125,8 +125,8 @@
|
||||
1A91F9E018E2530B00AA8B7E /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A91F9DF18E2530B00AA8B7E /* menubar-webkit.app */,
|
||||
1A91FA0018E2530B00AA8B7E /* menubar-webkitTests.xctest */,
|
||||
1A91F9DF18E2530B00AA8B7E /* quark-shell.app */,
|
||||
1A91FA0018E2530B00AA8B7E /* quark-shellTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@@ -153,7 +153,7 @@
|
||||
name = "Other Frameworks";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A91F9E818E2530B00AA8B7E /* menubar-webkit */ = {
|
||||
1A91F9E818E2530B00AA8B7E /* quark-shell */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AA896751965089700E4FDAC /* Utils */,
|
||||
@@ -179,34 +179,34 @@
|
||||
1A91F9FA18E2530B00AA8B7E /* Images.xcassets */,
|
||||
1A91F9E918E2530B00AA8B7E /* Supporting Files */,
|
||||
);
|
||||
path = "menubar-webkit";
|
||||
path = "quark-shell";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A91F9E918E2530B00AA8B7E /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A91F9EA18E2530B00AA8B7E /* menubar-webkit-Info.plist */,
|
||||
1A91F9EA18E2530B00AA8B7E /* quark-shell-Info.plist */,
|
||||
1A91F9EB18E2530B00AA8B7E /* InfoPlist.strings */,
|
||||
1A91F9EE18E2530B00AA8B7E /* main.m */,
|
||||
1A91F9F018E2530B00AA8B7E /* menubar-webkit-Prefix.pch */,
|
||||
1A91F9F018E2530B00AA8B7E /* quark-shell-Prefix.pch */,
|
||||
1A91F9F118E2530B00AA8B7E /* Credits.rtf */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A91FA0618E2530C00AA8B7E /* menubar-webkitTests */ = {
|
||||
1A91FA0618E2530C00AA8B7E /* quark-shellTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A91FA0C18E2530C00AA8B7E /* menubar_webkitTests.m */,
|
||||
1A91FA0C18E2530C00AA8B7E /* quark_shellTests.m */,
|
||||
1A91FA0718E2530C00AA8B7E /* Supporting Files */,
|
||||
);
|
||||
path = "menubar-webkitTests";
|
||||
path = "quark-shellTests";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A91FA0718E2530C00AA8B7E /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A91FA0818E2530C00AA8B7E /* menubar-webkitTests-Info.plist */,
|
||||
1A91FA0818E2530C00AA8B7E /* quark-shellTests-Info.plist */,
|
||||
1A91FA0918E2530C00AA8B7E /* InfoPlist.strings */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
@@ -233,9 +233,9 @@
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1A91F9DE18E2530B00AA8B7E /* menubar-webkit */ = {
|
||||
1A91F9DE18E2530B00AA8B7E /* quark-shell */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1A91FA1018E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "menubar-webkit" */;
|
||||
buildConfigurationList = 1A91FA1018E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "quark-shell" */;
|
||||
buildPhases = (
|
||||
95C1AD7FB7144AA080FC28BA /* Check Pods Manifest.lock */,
|
||||
1A91F9DB18E2530B00AA8B7E /* Sources */,
|
||||
@@ -248,14 +248,14 @@
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = "menubar-webkit";
|
||||
productName = "menubar-webkit";
|
||||
productReference = 1A91F9DF18E2530B00AA8B7E /* menubar-webkit.app */;
|
||||
name = "quark-shell";
|
||||
productName = "quark-shell";
|
||||
productReference = 1A91F9DF18E2530B00AA8B7E /* quark-shell.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
1A91F9FF18E2530B00AA8B7E /* menubar-webkitTests */ = {
|
||||
1A91F9FF18E2530B00AA8B7E /* quark-shellTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1A91FA1318E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "menubar-webkitTests" */;
|
||||
buildConfigurationList = 1A91FA1318E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "quark-shellTests" */;
|
||||
buildPhases = (
|
||||
1A91F9FC18E2530B00AA8B7E /* Sources */,
|
||||
1A91F9FD18E2530B00AA8B7E /* Frameworks */,
|
||||
@@ -266,9 +266,9 @@
|
||||
dependencies = (
|
||||
1A91FA0518E2530C00AA8B7E /* PBXTargetDependency */,
|
||||
);
|
||||
name = "menubar-webkitTests";
|
||||
productName = "menubar-webkitTests";
|
||||
productReference = 1A91FA0018E2530B00AA8B7E /* menubar-webkitTests.xctest */;
|
||||
name = "quark-shellTests";
|
||||
productName = "quark-shellTests";
|
||||
productReference = 1A91FA0018E2530B00AA8B7E /* quark-shellTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
@@ -289,7 +289,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 1A91F9DA18E2530B00AA8B7E /* Build configuration list for PBXProject "menubar-webkit" */;
|
||||
buildConfigurationList = 1A91F9DA18E2530B00AA8B7E /* Build configuration list for PBXProject "quark-shell" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
@@ -302,8 +302,8 @@
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1A91F9DE18E2530B00AA8B7E /* menubar-webkit */,
|
||||
1A91F9FF18E2530B00AA8B7E /* menubar-webkitTests */,
|
||||
1A91F9DE18E2530B00AA8B7E /* quark-shell */,
|
||||
1A91F9FF18E2530B00AA8B7E /* quark-shellTests */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
@@ -401,7 +401,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A91FA0D18E2530C00AA8B7E /* menubar_webkitTests.m in Sources */,
|
||||
1A91FA0D18E2530C00AA8B7E /* quark_shellTests.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -410,7 +410,7 @@
|
||||
/* Begin PBXTargetDependency section */
|
||||
1A91FA0518E2530C00AA8B7E /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 1A91F9DE18E2530B00AA8B7E /* menubar-webkit */;
|
||||
target = 1A91F9DE18E2530B00AA8B7E /* quark-shell */;
|
||||
targetProxy = 1A91FA0418E2530C00AA8B7E /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
@@ -528,10 +528,10 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "menubar-webkit/menubar-webkit-Prefix.pch";
|
||||
INFOPLIST_FILE = "menubar-webkit/menubar-webkit-Info.plist";
|
||||
GCC_PREFIX_HEADER = "quark-shell/quark-shell-Prefix.pch";
|
||||
INFOPLIST_FILE = "$(SRCROOT)/quark-shell/quark-shell-Info.plist";
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PRODUCT_NAME = "quark-shell";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
@@ -543,10 +543,10 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "menubar-webkit/menubar-webkit-Prefix.pch";
|
||||
INFOPLIST_FILE = "menubar-webkit/menubar-webkit-Info.plist";
|
||||
GCC_PREFIX_HEADER = "quark-shell/quark-shell-Prefix.pch";
|
||||
INFOPLIST_FILE = "$(SRCROOT)/quark-shell/quark-shell-Info.plist";
|
||||
OTHER_CODE_SIGN_FLAGS = "--deep";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PRODUCT_NAME = "quark-shell";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
@@ -554,20 +554,20 @@
|
||||
1A91FA1418E2530C00AA8B7E /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/menubar-webkit.app/Contents/MacOS/menubar-webkit";
|
||||
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/quark-shell.app/Contents/MacOS/quark-shell";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "menubar-webkit/menubar-webkit-Prefix.pch";
|
||||
GCC_PREFIX_HEADER = "quark-shell/quark-shell-Prefix.pch";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
INFOPLIST_FILE = "menubar-webkitTests/menubar-webkitTests-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
INFOPLIST_FILE = "quark-shellTests/quark-shellTests-Info.plist";
|
||||
PRODUCT_NAME = "quark-shellTests";
|
||||
TEST_HOST = "$(BUNDLE_LOADER)";
|
||||
WRAPPER_EXTENSION = xctest;
|
||||
};
|
||||
@@ -576,16 +576,16 @@
|
||||
1A91FA1518E2530C00AA8B7E /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/menubar-webkit.app/Contents/MacOS/menubar-webkit";
|
||||
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/quark-shell.app/Contents/MacOS/quark-shell";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "menubar-webkit/menubar-webkit-Prefix.pch";
|
||||
INFOPLIST_FILE = "menubar-webkitTests/menubar-webkitTests-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
GCC_PREFIX_HEADER = "quark-shell/quark-shell-Prefix.pch";
|
||||
INFOPLIST_FILE = "quark-shellTests/quark-shellTests-Info.plist";
|
||||
PRODUCT_NAME = "quark-shellTests";
|
||||
TEST_HOST = "$(BUNDLE_LOADER)";
|
||||
WRAPPER_EXTENSION = xctest;
|
||||
};
|
||||
@@ -594,7 +594,7 @@
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1A91F9DA18E2530B00AA8B7E /* Build configuration list for PBXProject "menubar-webkit" */ = {
|
||||
1A91F9DA18E2530B00AA8B7E /* Build configuration list for PBXProject "quark-shell" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A91FA0E18E2530C00AA8B7E /* Debug */,
|
||||
@@ -603,7 +603,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1A91FA1018E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "menubar-webkit" */ = {
|
||||
1A91FA1018E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "quark-shell" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A91FA1118E2530C00AA8B7E /* Debug */,
|
||||
@@ -612,7 +612,7 @@
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1A91FA1318E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "menubar-webkitTests" */ = {
|
||||
1A91FA1318E2530C00AA8B7E /* Build configuration list for PBXNativeTarget "quark-shellTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A91FA1418E2530C00AA8B7E /* Debug */,
|
||||
@@ -2,6 +2,6 @@
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:menubar-webkit.xcodeproj">
|
||||
location = "self:quark-shell.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -15,9 +15,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "1A91F9DE18E2530B00AA8B7E"
|
||||
BuildableName = "menubar-webkit.app"
|
||||
BlueprintName = "menubar-webkit"
|
||||
ReferencedContainer = "container:menubar-webkit.xcodeproj">
|
||||
BuildableName = "quark-shell.app"
|
||||
BlueprintName = "quark-shell"
|
||||
ReferencedContainer = "container:quark-shell.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
@@ -33,9 +33,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "1A91F9FF18E2530B00AA8B7E"
|
||||
BuildableName = "menubar-webkitTests.xctest"
|
||||
BlueprintName = "menubar-webkitTests"
|
||||
ReferencedContainer = "container:menubar-webkit.xcodeproj">
|
||||
BuildableName = "quark-shellTests.xctest"
|
||||
BlueprintName = "quark-shellTests"
|
||||
ReferencedContainer = "container:quark-shell.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
@@ -43,9 +43,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "1A91F9DE18E2530B00AA8B7E"
|
||||
BuildableName = "menubar-webkit.app"
|
||||
BlueprintName = "menubar-webkit"
|
||||
ReferencedContainer = "container:menubar-webkit.xcodeproj">
|
||||
BuildableName = "quark-shell.app"
|
||||
BlueprintName = "quark-shell"
|
||||
ReferencedContainer = "container:quark-shell.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</TestAction>
|
||||
@@ -62,9 +62,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "1A91F9DE18E2530B00AA8B7E"
|
||||
BuildableName = "menubar-webkit.app"
|
||||
BlueprintName = "menubar-webkit"
|
||||
ReferencedContainer = "container:menubar-webkit.xcodeproj">
|
||||
BuildableName = "quark-shell.app"
|
||||
BlueprintName = "quark-shell"
|
||||
ReferencedContainer = "container:quark-shell.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
@@ -80,9 +80,9 @@
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "1A91F9DE18E2530B00AA8B7E"
|
||||
BuildableName = "menubar-webkit.app"
|
||||
BlueprintName = "menubar-webkit"
|
||||
ReferencedContainer = "container:menubar-webkit.xcodeproj">
|
||||
BuildableName = "quark-shell.app"
|
||||
BlueprintName = "quark-shell"
|
||||
ReferencedContainer = "container:quark-shell.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
@@ -433,7 +433,7 @@
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<menu key="submenu" title="Help" systemMenu="help" id="afv-7J-sB2">
|
||||
<items>
|
||||
<menuItem title="menubar-webkit Help" keyEquivalent="?" id="iUl-3c-6aB"/>
|
||||
<menuItem title="quark-shell Help" keyEquivalent="?" id="iUl-3c-6aB"/>
|
||||
</items>
|
||||
</menu>
|
||||
</menuItem>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// NSWindow+Fade.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Courtesy to @indragiek: https://gist.github.com/indragiek/1397050
|
||||
//
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// NSWindow+Fade.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Courtesy to @indragiek: https://gist.github.com/indragiek/1397050
|
||||
//
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHAppDelegate.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 3/25/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHAppDelegate.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 3/25/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHPreferencesViewController.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 6/11/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHPreferencesViewController.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 6/11/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHStatusItemView.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 5/1/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHStatusItemView.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 5/1/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWebScriptObjectConverter.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 6/14/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWebScriptObjectConverter.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 6/14/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWebViewDelegate.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 3/31/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWebViewDelegate.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 3/31/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHNewWindowController.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 7/2/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHNewWindowController.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 7/2/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWindow.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 5/6/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWindow.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 5/6/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWindowBorderView.h
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 4/20/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// QSHWindowBorderView.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 4/20/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// main.m
|
||||
// menubar-webkit
|
||||
// quark-shell
|
||||
//
|
||||
// Created by Xhacker Liu on 3/25/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>xhacker.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<string>com.hackplan.$(PRODUCT_NAME:rfc1034identifier)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// menubar_webkitTests.m
|
||||
// menubar-webkitTests
|
||||
// quark_shellTests.m
|
||||
// quark-shellTests
|
||||
//
|
||||
// Created by Xhacker Liu on 3/25/14.
|
||||
// Copyright (c) 2014 Xhacker. All rights reserved.
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface menubar_webkitTests : XCTestCase
|
||||
@interface quark_shellTests : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation menubar_webkitTests
|
||||
@implementation quark_shellTests
|
||||
|
||||
- (void)setUp
|
||||
{
|
||||
@@ -85,8 +85,8 @@
|
||||
</p>
|
||||
<p>
|
||||
<button onclick="$('audio')[0].play()">Audio</button>
|
||||
<button onclick="alert('menubar-webkit')">Alert</button>
|
||||
<button onclick="confirm('menubar-webkit?')">Confirm</button>
|
||||
<button onclick="alert('Quark Shell rocks!')">Alert</button>
|
||||
<button onclick="confirm('Quark Shell?')">Confirm</button>
|
||||
</p>
|
||||
<p>
|
||||
<button onclick="quark.quit()">Quit</button>
|
||||
|
||||
@@ -51,6 +51,6 @@
|
||||
<p><input type="checkbox">Fork the project</p>
|
||||
<p><input type="checkbox">Open a pull-request</p>
|
||||
<p style="margin-left: 70px; margin-top: 14px;">Language: <select><option>System Language</option>></select></p>
|
||||
<p class="footnote" style="margin-top: 32px;">Powered by <a href="https://github.com/xhacker/menubar-webkit">Quark Shell</a>, a <a href="http://pomotodo.com">Pomotodo</a> project.</p>
|
||||
<p class="footnote" style="margin-top: 32px;">Powered by <a href="https://github.com/HackPlan/menubar-webkit">Quark Shell</a>, a <a href="http://pomotodo.com">Pomotodo</a> project.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||