Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samarsault committed Apr 1, 2020
0 parents commit c554b4f
Show file tree
Hide file tree
Showing 36 changed files with 1,092 additions and 0 deletions.
Binary file added Artwork/Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Artwork/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Artwork/LookAway.sketch
Binary file not shown.
Binary file added Artwork/ScreenBreak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Artwork/ScreenMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
348 changes: 348 additions & 0 deletions LookAway.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,348 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
13A7DC9F2431EBF3008DE01F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13A7DC9E2431EBF3008DE01F /* AppDelegate.swift */; };
13A7DCA32431EBF4008DE01F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13A7DCA22431EBF4008DE01F /* Assets.xcassets */; };
13A7DCA62431EBF4008DE01F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 13A7DCA42431EBF4008DE01F /* Main.storyboard */; };
13F5E0A2243223AF00E78FF2 /* DockIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F5E0A1243223AF00E78FF2 /* DockIcon.swift */; };
13F5E0A6243235AD00E78FF2 /* WindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F5E0A5243235AD00E78FF2 /* WindowController.swift */; };
13F5E0A824323BAE00E78FF2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13F5E0A724323BAE00E78FF2 /* ViewController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
13A7DC9B2431EBF3008DE01F /* LookAway.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LookAway.app; sourceTree = BUILT_PRODUCTS_DIR; };
13A7DC9E2431EBF3008DE01F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
13A7DCA22431EBF4008DE01F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
13A7DCA52431EBF4008DE01F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
13A7DCA72431EBF4008DE01F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
13A7DCA82431EBF4008DE01F /* LookAway.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LookAway.entitlements; sourceTree = "<group>"; };
13F5E0A1243223AF00E78FF2 /* DockIcon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DockIcon.swift; sourceTree = "<group>"; };
13F5E0A5243235AD00E78FF2 /* WindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowController.swift; sourceTree = "<group>"; };
13F5E0A724323BAE00E78FF2 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
13A7DC922431EBF3008DE01F = {
isa = PBXGroup;
children = (
13A7DC9D2431EBF3008DE01F /* LookAway */,
13A7DC9C2431EBF3008DE01F /* Products */,
);
sourceTree = "<group>";
};
13A7DC9C2431EBF3008DE01F /* Products */ = {
isa = PBXGroup;
children = (
13A7DC9B2431EBF3008DE01F /* LookAway.app */,
);
name = Products;
sourceTree = "<group>";
};
13A7DC9D2431EBF3008DE01F /* LookAway */ = {
isa = PBXGroup;
children = (
13F5E0A724323BAE00E78FF2 /* ViewController.swift */,
13A7DC9E2431EBF3008DE01F /* AppDelegate.swift */,
13A7DCA22431EBF4008DE01F /* Assets.xcassets */,
13A7DCA42431EBF4008DE01F /* Main.storyboard */,
13A7DCA72431EBF4008DE01F /* Info.plist */,
13A7DCA82431EBF4008DE01F /* LookAway.entitlements */,
13F5E0A1243223AF00E78FF2 /* DockIcon.swift */,
13F5E0A5243235AD00E78FF2 /* WindowController.swift */,
);
path = LookAway;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
13A7DC9A2431EBF3008DE01F /* LookAway */ = {
isa = PBXNativeTarget;
buildConfigurationList = 13A7DCAB2431EBF4008DE01F /* Build configuration list for PBXNativeTarget "LookAway" */;
buildPhases = (
13A7DC972431EBF3008DE01F /* Sources */,
13A7DC982431EBF3008DE01F /* Frameworks */,
13A7DC992431EBF3008DE01F /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = LookAway;
productName = EyeRest;
productReference = 13A7DC9B2431EBF3008DE01F /* LookAway.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
13A7DC932431EBF3008DE01F /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1020;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = thelehhman;
TargetAttributes = {
13A7DC9A2431EBF3008DE01F = {
CreatedOnToolsVersion = 10.2.1;
};
};
};
buildConfigurationList = 13A7DC962431EBF3008DE01F /* Build configuration list for PBXProject "LookAway" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 13A7DC922431EBF3008DE01F;
productRefGroup = 13A7DC9C2431EBF3008DE01F /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
13A7DC9A2431EBF3008DE01F /* LookAway */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
13A7DC992431EBF3008DE01F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
13A7DCA32431EBF4008DE01F /* Assets.xcassets in Resources */,
13A7DCA62431EBF4008DE01F /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
13A7DC972431EBF3008DE01F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
13F5E0A824323BAE00E78FF2 /* ViewController.swift in Sources */,
13F5E0A6243235AD00E78FF2 /* WindowController.swift in Sources */,
13A7DC9F2431EBF3008DE01F /* AppDelegate.swift in Sources */,
13F5E0A2243223AF00E78FF2 /* DockIcon.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
13A7DCA42431EBF4008DE01F /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
13A7DCA52431EBF4008DE01F /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
13A7DCA92431EBF4008DE01F /* 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 = "-";
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;
};
13A7DCAA2431EBF4008DE01F /* 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 = "-";
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;
};
13A7DCAC2431EBF4008DE01F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LookAway/LoolAway.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/LookAway/Carthage/Build/Mac",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
INFOPLIST_FILE = "$(SRCROOT)/LookAway/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.thelehhman.LookAway;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Debug;
};
13A7DCAD2431EBF4008DE01F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = LookAway/LoolAway.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/LookAway/Carthage/Build/Mac",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
INFOPLIST_FILE = "$(SRCROOT)/LookAway/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.thelehhman.LookAway;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
13A7DC962431EBF3008DE01F /* Build configuration list for PBXProject "LookAway" */ = {
isa = XCConfigurationList;
buildConfigurations = (
13A7DCA92431EBF4008DE01F /* Debug */,
13A7DCAA2431EBF4008DE01F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
13A7DCAB2431EBF4008DE01F /* Build configuration list for PBXNativeTarget "LookAway" */ = {
isa = XCConfigurationList;
buildConfigurations = (
13A7DCAC2431EBF4008DE01F /* Debug */,
13A7DCAD2431EBF4008DE01F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 13A7DC932431EBF3008DE01F /* Project object */;
}

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

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>
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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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>EnabledFullIndexStoreVisibility</key>
<false/>
<key>IssueFilterStyle</key>
<string>ShowActiveSchemeOnly</string>
<key>LiveSourceIssuesEnabled</key>
<true/>
</dict>
</plist>
Loading

0 comments on commit c554b4f

Please sign in to comment.