Skip to content

Commit

Permalink
🎉 Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustres committed Aug 9, 2017
0 parents commit f2d95b5
Show file tree
Hide file tree
Showing 9 changed files with 1,255 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
tignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
313 changes: 313 additions & 0 deletions homebrew-services.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,313 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
027D4DE11F3B1FF500602020 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 027D4DE01F3B1FF500602020 /* AppDelegate.swift */; };
027D4DE31F3B1FF500602020 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 027D4DE21F3B1FF500602020 /* ViewController.swift */; };
027D4DE51F3B1FF500602020 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 027D4DE41F3B1FF500602020 /* Assets.xcassets */; };
027D4DE81F3B1FF500602020 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 027D4DE61F3B1FF500602020 /* Main.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
027D4DDD1F3B1FF500602020 /* homebrew-services.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "homebrew-services.app"; sourceTree = BUILT_PRODUCTS_DIR; };
027D4DE01F3B1FF500602020 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
027D4DE21F3B1FF500602020 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
027D4DE41F3B1FF500602020 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
027D4DE71F3B1FF500602020 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
027D4DE91F3B1FF500602020 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
027D4DEA1F3B1FF500602020 /* homebrew_services.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = homebrew_services.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
027D4DD41F3B1FF500602020 = {
isa = PBXGroup;
children = (
027D4DDF1F3B1FF500602020 /* homebrew-services */,
027D4DDE1F3B1FF500602020 /* Products */,
);
sourceTree = "<group>";
};
027D4DDE1F3B1FF500602020 /* Products */ = {
isa = PBXGroup;
children = (
027D4DDD1F3B1FF500602020 /* homebrew-services.app */,
);
name = Products;
sourceTree = "<group>";
};
027D4DDF1F3B1FF500602020 /* homebrew-services */ = {
isa = PBXGroup;
children = (
027D4DE01F3B1FF500602020 /* AppDelegate.swift */,
027D4DE21F3B1FF500602020 /* ViewController.swift */,
027D4DE41F3B1FF500602020 /* Assets.xcassets */,
027D4DE61F3B1FF500602020 /* Main.storyboard */,
027D4DE91F3B1FF500602020 /* Info.plist */,
027D4DEA1F3B1FF500602020 /* homebrew_services.entitlements */,
);
path = "homebrew-services";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
027D4DDC1F3B1FF500602020 /* homebrew-services */ = {
isa = PBXNativeTarget;
buildConfigurationList = 027D4DED1F3B1FF500602020 /* Build configuration list for PBXNativeTarget "homebrew-services" */;
buildPhases = (
027D4DD91F3B1FF500602020 /* Sources */,
027D4DDA1F3B1FF500602020 /* Frameworks */,
027D4DDB1F3B1FF500602020 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "homebrew-services";
productName = "homebrew-services";
productReference = 027D4DDD1F3B1FF500602020 /* homebrew-services.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
027D4DD51F3B1FF500602020 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = Lustres;
TargetAttributes = {
027D4DDC1F3B1FF500602020 = {
CreatedOnToolsVersion = 9.0;
};
};
};
buildConfigurationList = 027D4DD81F3B1FF500602020 /* Build configuration list for PBXProject "homebrew-services" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 027D4DD41F3B1FF500602020;
productRefGroup = 027D4DDE1F3B1FF500602020 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
027D4DDC1F3B1FF500602020 /* homebrew-services */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
027D4DDB1F3B1FF500602020 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
027D4DE51F3B1FF500602020 /* Assets.xcassets in Resources */,
027D4DE81F3B1FF500602020 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
027D4DD91F3B1FF500602020 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
027D4DE31F3B1FF500602020 /* ViewController.swift in Sources */,
027D4DE11F3B1FF500602020 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

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

/* Begin XCBuildConfiguration section */
027D4DEB1F3B1FF500602020 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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.12;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
027D4DEC1F3B1FF500602020 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_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.12;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
name = Release;
};
027D4DEE1F3B1FF500602020 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "homebrew-services/homebrew_services.entitlements";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "homebrew-services/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "xyz.lustres.homebrew-services";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = Debug;
};
027D4DEF1F3B1FF500602020 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = "homebrew-services/homebrew_services.entitlements";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "homebrew-services/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "xyz.lustres.homebrew-services";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
027D4DD81F3B1FF500602020 /* Build configuration list for PBXProject "homebrew-services" */ = {
isa = XCConfigurationList;
buildConfigurations = (
027D4DEB1F3B1FF500602020 /* Debug */,
027D4DEC1F3B1FF500602020 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
027D4DED1F3B1FF500602020 /* Build configuration list for PBXNativeTarget "homebrew-services" */ = {
isa = XCConfigurationList;
buildConfigurations = (
027D4DEE1F3B1FF500602020 /* Debug */,
027D4DEF1F3B1FF500602020 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 027D4DD51F3B1FF500602020 /* Project object */;
}

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

Loading

0 comments on commit f2d95b5

Please sign in to comment.