Skip to content

Commit

Permalink
moveable, closeable, frameless
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pub committed Aug 23, 2016
0 parents commit 2e38227
Show file tree
Hide file tree
Showing 18 changed files with 1,527 additions and 0 deletions.
282 changes: 282 additions & 0 deletions WebWrap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,282 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
50B4149C1CB042790053CB1D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50B4149B1CB042790053CB1D /* AppDelegate.swift */; };
50B4149E1CB042790053CB1D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 50B4149D1CB042790053CB1D /* Assets.xcassets */; };
50B414A11CB042790053CB1D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 50B4149F1CB042790053CB1D /* MainMenu.xib */; };
50B414A91CB04E6B0053CB1D /* web in Resources */ = {isa = PBXBuildFile; fileRef = 50B414A81CB04E6B0053CB1D /* web */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
50B414981CB042790053CB1D /* WebWrap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebWrap.app; sourceTree = BUILT_PRODUCTS_DIR; };
50B4149B1CB042790053CB1D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
50B4149D1CB042790053CB1D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
50B414A01CB042790053CB1D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
50B414A21CB042790053CB1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50B414A81CB04E6B0053CB1D /* web */ = {isa = PBXFileReference; lastKnownFileType = folder; name = web; path = WebWrap/web; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
50B414951CB042790053CB1D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
50B4148F1CB042790053CB1D = {
isa = PBXGroup;
children = (
50B414A81CB04E6B0053CB1D /* web */,
50B4149A1CB042790053CB1D /* WebWrap */,
50B414991CB042790053CB1D /* Products */,
);
sourceTree = "<group>";
};
50B414991CB042790053CB1D /* Products */ = {
isa = PBXGroup;
children = (
50B414981CB042790053CB1D /* WebWrap.app */,
);
name = Products;
sourceTree = "<group>";
};
50B4149A1CB042790053CB1D /* WebWrap */ = {
isa = PBXGroup;
children = (
50B4149B1CB042790053CB1D /* AppDelegate.swift */,
50B4149D1CB042790053CB1D /* Assets.xcassets */,
50B4149F1CB042790053CB1D /* MainMenu.xib */,
50B414A21CB042790053CB1D /* Info.plist */,
);
path = WebWrap;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
50B414971CB042790053CB1D /* WebWrap */ = {
isa = PBXNativeTarget;
buildConfigurationList = 50B414A51CB042790053CB1D /* Build configuration list for PBXNativeTarget "WebWrap" */;
buildPhases = (
50B414941CB042790053CB1D /* Sources */,
50B414951CB042790053CB1D /* Frameworks */,
50B414961CB042790053CB1D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = WebWrap;
productName = WebWrap;
productReference = 50B414981CB042790053CB1D /* WebWrap.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
50B414901CB042790053CB1D /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = max.pub;
TargetAttributes = {
50B414971CB042790053CB1D = {
CreatedOnToolsVersion = 7.3;
};
};
};
buildConfigurationList = 50B414931CB042790053CB1D /* Build configuration list for PBXProject "WebWrap" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 50B4148F1CB042790053CB1D;
productRefGroup = 50B414991CB042790053CB1D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
50B414971CB042790053CB1D /* WebWrap */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
50B414961CB042790053CB1D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50B414A91CB04E6B0053CB1D /* web in Resources */,
50B4149E1CB042790053CB1D /* Assets.xcassets in Resources */,
50B414A11CB042790053CB1D /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
50B414941CB042790053CB1D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50B4149C1CB042790053CB1D /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
50B4149F1CB042790053CB1D /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
50B414A01CB042790053CB1D /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
50B414A31CB042790053CB1D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
50B414A41CB042790053CB1D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
50B414A61CB042790053CB1D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = WebWrap/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = max.pub.WebWrap;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
50B414A71CB042790053CB1D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = WebWrap/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = max.pub.WebWrap;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
50B414931CB042790053CB1D /* Build configuration list for PBXProject "WebWrap" */ = {
isa = XCConfigurationList;
buildConfigurations = (
50B414A31CB042790053CB1D /* Debug */,
50B414A41CB042790053CB1D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
50B414A51CB042790053CB1D /* Build configuration list for PBXNativeTarget "WebWrap" */ = {
isa = XCConfigurationList;
buildConfigurations = (
50B414A61CB042790053CB1D /* Debug */,
50B414A71CB042790053CB1D /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 50B414901CB042790053CB1D /* Project object */;
}

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildLocationStyle</key>
<string>UseAppPreferences</string>
<key>CustomBuildLocationType</key>
<string>RelativeToDerivedData</string>
<key>DerivedDataLocationStyle</key>
<string>Default</string>
<key>IssueFilterStyle</key>
<string>ShowActiveSchemeOnly</string>
<key>LiveSourceIssuesEnabled</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0730"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50B414971CB042790053CB1D"
BuildableName = "WebWrap.app"
BlueprintName = "WebWrap"
ReferencedContainer = "container:WebWrap.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50B414971CB042790053CB1D"
BuildableName = "WebWrap.app"
BlueprintName = "WebWrap"
ReferencedContainer = "container:WebWrap.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50B414971CB042790053CB1D"
BuildableName = "WebWrap.app"
BlueprintName = "WebWrap"
ReferencedContainer = "container:WebWrap.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "50B414971CB042790053CB1D"
BuildableName = "WebWrap.app"
BlueprintName = "WebWrap"
ReferencedContainer = "container:WebWrap.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit 2e38227

Please sign in to comment.