-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Justin Ouellette
committed
Jan 25, 2019
1 parent
d989d55
commit 5d639c7
Showing
15 changed files
with
804 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,340 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 50; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
D076C44721F96D2200B27D5E /* flipper.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D076C44621F96D2200B27D5E /* flipper.mp3 */; }; | ||
D0A9C2D621F830B300BA5F13 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A9C2D521F830B300BA5F13 /* AppDelegate.swift */; }; | ||
D0A9C2DA21F830B400BA5F13 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D0A9C2D921F830B400BA5F13 /* Assets.xcassets */; }; | ||
D0A9C2DD21F830B400BA5F13 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D0A9C2DB21F830B400BA5F13 /* Main.storyboard */; }; | ||
D0A9C2E621F831F900BA5F13 /* RotateOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A9C2E521F831F900BA5F13 /* RotateOperation.swift */; }; | ||
D0A9C2E821F8323400BA5F13 /* DropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A9C2E721F8323400BA5F13 /* DropView.swift */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
D076C44621F96D2200B27D5E /* flipper.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = flipper.mp3; sourceTree = "<group>"; }; | ||
D0A9C2D221F830B300BA5F13 /* Flipper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Flipper.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
D0A9C2D521F830B300BA5F13 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | ||
D0A9C2D921F830B400BA5F13 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
D0A9C2DC21F830B400BA5F13 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | ||
D0A9C2DE21F830B400BA5F13 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
D0A9C2DF21F830B400BA5F13 /* Flipper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Flipper.entitlements; sourceTree = "<group>"; }; | ||
D0A9C2E521F831F900BA5F13 /* RotateOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RotateOperation.swift; sourceTree = "<group>"; }; | ||
D0A9C2E721F8323400BA5F13 /* DropView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DropView.swift; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
D0A9C2CF21F830B300BA5F13 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
D0A9C2C921F830B300BA5F13 = { | ||
isa = PBXGroup; | ||
children = ( | ||
D0A9C2D421F830B300BA5F13 /* Flipper */, | ||
D0A9C2D321F830B300BA5F13 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
D0A9C2D321F830B300BA5F13 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D0A9C2D221F830B300BA5F13 /* Flipper.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
D0A9C2D421F830B300BA5F13 /* Flipper */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D0A9C2D521F830B300BA5F13 /* AppDelegate.swift */, | ||
D0A9C2E721F8323400BA5F13 /* DropView.swift */, | ||
D0A9C2E521F831F900BA5F13 /* RotateOperation.swift */, | ||
D0A9C2D921F830B400BA5F13 /* Assets.xcassets */, | ||
D076C44621F96D2200B27D5E /* flipper.mp3 */, | ||
D0A9C2DB21F830B400BA5F13 /* Main.storyboard */, | ||
D0A9C2DE21F830B400BA5F13 /* Info.plist */, | ||
D0A9C2DF21F830B400BA5F13 /* Flipper.entitlements */, | ||
); | ||
path = Flipper; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
D0A9C2D121F830B300BA5F13 /* Flipper */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = D0A9C2E221F830B400BA5F13 /* Build configuration list for PBXNativeTarget "Flipper" */; | ||
buildPhases = ( | ||
D0A9C2CE21F830B300BA5F13 /* Sources */, | ||
D0A9C2CF21F830B300BA5F13 /* Frameworks */, | ||
D0A9C2D021F830B300BA5F13 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = Flipper; | ||
productName = Flipper; | ||
productReference = D0A9C2D221F830B300BA5F13 /* Flipper.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
D0A9C2CA21F830B300BA5F13 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastSwiftUpdateCheck = 1010; | ||
LastUpgradeCheck = 1010; | ||
ORGANIZATIONNAME = "Justin Ouellette"; | ||
TargetAttributes = { | ||
D0A9C2D121F830B300BA5F13 = { | ||
CreatedOnToolsVersion = 10.1; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = D0A9C2CD21F830B300BA5F13 /* Build configuration list for PBXProject "Flipper" */; | ||
compatibilityVersion = "Xcode 9.3"; | ||
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = D0A9C2C921F830B300BA5F13; | ||
productRefGroup = D0A9C2D321F830B300BA5F13 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
D0A9C2D121F830B300BA5F13 /* Flipper */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
D0A9C2D021F830B300BA5F13 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
D0A9C2DA21F830B400BA5F13 /* Assets.xcassets in Resources */, | ||
D0A9C2DD21F830B400BA5F13 /* Main.storyboard in Resources */, | ||
D076C44721F96D2200B27D5E /* flipper.mp3 in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
D0A9C2CE21F830B300BA5F13 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
D0A9C2E621F831F900BA5F13 /* RotateOperation.swift in Sources */, | ||
D0A9C2D621F830B300BA5F13 /* AppDelegate.swift in Sources */, | ||
D0A9C2E821F8323400BA5F13 /* DropView.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
D0A9C2DB21F830B400BA5F13 /* Main.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
D0A9C2DC21F830B400BA5F13 /* Base */, | ||
); | ||
name = Main.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
D0A9C2E021F830B400BA5F13 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_ENABLE_OBJC_WEAK = YES; | ||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_COMMA = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INFINITE_RECURSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
CODE_SIGN_IDENTITY = "Mac Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = dwarf; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
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.14; | ||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | ||
MTL_FAST_MATH = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = macosx; | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
}; | ||
name = Debug; | ||
}; | ||
D0A9C2E121F830B400BA5F13 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_ENABLE_OBJC_WEAK = YES; | ||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_COMMA = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INFINITE_RECURSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; | ||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
CODE_SIGN_IDENTITY = "Mac Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
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.14; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
MTL_FAST_MATH = YES; | ||
SDKROOT = macosx; | ||
SWIFT_COMPILATION_MODE = wholemodule; | ||
SWIFT_OPTIMIZATION_LEVEL = "-O"; | ||
}; | ||
name = Release; | ||
}; | ||
D0A9C2E321F830B400BA5F13 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
CODE_SIGN_ENTITLEMENTS = Flipper/Flipper.entitlements; | ||
CODE_SIGN_STYLE = Automatic; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
DEVELOPMENT_TEAM = 573UN9JA65; | ||
INFOPLIST_FILE = Flipper/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"@executable_path/../Frameworks", | ||
); | ||
PRODUCT_BUNDLE_IDENTIFIER = net.jstn.Flipper; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 4.2; | ||
}; | ||
name = Debug; | ||
}; | ||
D0A9C2E421F830B400BA5F13 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
CODE_SIGN_ENTITLEMENTS = Flipper/Flipper.entitlements; | ||
CODE_SIGN_STYLE = Automatic; | ||
COMBINE_HIDPI_IMAGES = YES; | ||
DEVELOPMENT_TEAM = 573UN9JA65; | ||
INFOPLIST_FILE = Flipper/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"@executable_path/../Frameworks", | ||
); | ||
PRODUCT_BUNDLE_IDENTIFIER = net.jstn.Flipper; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 4.2; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
D0A9C2CD21F830B300BA5F13 /* Build configuration list for PBXProject "Flipper" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
D0A9C2E021F830B400BA5F13 /* Debug */, | ||
D0A9C2E121F830B400BA5F13 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
D0A9C2E221F830B400BA5F13 /* Build configuration list for PBXNativeTarget "Flipper" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
D0A9C2E321F830B400BA5F13 /* Debug */, | ||
D0A9C2E421F830B400BA5F13 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = D0A9C2CA21F830B300BA5F13 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
Flipper.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Flipper.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?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>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |
5 changes: 5 additions & 0 deletions
5
Flipper.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?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/> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// | ||
// AppDelegate.swift | ||
// Flipper | ||
// | ||
// Created by Justin Ouellette on 1/22/19. | ||
// Copyright © 2019 Justin Ouellette. All rights reserved. | ||
// | ||
|
||
import Cocoa | ||
|
||
@NSApplicationMain | ||
class AppDelegate: NSObject, NSApplicationDelegate { | ||
func applicationDidFinishLaunching(_ notification: Notification) { | ||
RotateOperation.queue.underlyingQueue = DispatchQueue.global(qos: .userInitiated) | ||
RotateOperation.queue.maxConcurrentOperationCount = 4 | ||
} | ||
|
||
func applicationWillTerminate(_ aNotification: Notification) { | ||
RotateOperation.queue.waitUntilAllOperationsAreFinished() | ||
} | ||
|
||
func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { | ||
return true | ||
} | ||
} |
Oops, something went wrong.