diff --git a/README.md b/README.md index af60fc8..674f693 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://www.bitrise.io/app/11b4cd282c1d70b3.svg?token=TFKzkSx6pehcZOj5ouWrFg)](https://www.bitrise.io/app/11b4cd282c1d70b3) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/freshOS/then/blob/master/LICENSE) -[![Release version](https://img.shields.io/badge/release-0.0.6-blue.svg)]() +![Release version](https://img.shields.io/github/release/freshos/router.svg) [Reason](#why) - [Get Started](#get-started) - [Installation](#installation) @@ -159,7 +159,7 @@ Grab this repository and build the Framework target on the example project. Then ### Backers -Like the project? Offer coffee or support us with a monthly donation and help us continue our activities :) +Like the project? Offer coffee or support us with a monthly donation and help us continue our activities :) @@ -193,7 +193,7 @@ Like the project? Offer coffee or support us with a monthly donation and help us ### Sponsors -Become a sponsor and get your logo on our README on Github with a link to your site :) +Become a sponsor and get your logo on our README on Github with a link to your site :) diff --git a/Router.framework.zip b/Router.framework.zip new file mode 100644 index 0000000..894ce33 Binary files /dev/null and b/Router.framework.zip differ diff --git a/Router.xcodeproj/project.pbxproj b/Router.xcodeproj/project.pbxproj index 0afc3fe..d845cf1 100644 --- a/Router.xcodeproj/project.pbxproj +++ b/Router.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 997ECB521E645B5700384E63 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 997ECB4F1E645B5700384E63 /* Info.plist */; }; 997ECB531E645B5700384E63 /* Router.h in Headers */ = {isa = PBXBuildFile; fileRef = 997ECB501E645B5700384E63 /* Router.h */; settings = {ATTRIBUTES = (Public, ); }; }; 997ECB541E645B5700384E63 /* Router.swift in Sources */ = {isa = PBXBuildFile; fileRef = 997ECB511E645B5700384E63 /* Router.swift */; }; /* End PBXBuildFile section */ @@ -94,7 +93,7 @@ 997CC24C1E64079100250EB1 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0820; + LastUpgradeCheck = 0930; ORGANIZATIONNAME = freshOS; TargetAttributes = { 997CC2541E64079100250EB1 = { @@ -126,7 +125,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 997ECB521E645B5700384E63 /* Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -153,15 +151,23 @@ 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_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_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; @@ -206,15 +212,23 @@ 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_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_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; diff --git a/Router.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Router.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Router.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Router.xcodeproj/xcshareddata/xcschemes/Router.xcscheme b/Router.xcodeproj/xcshareddata/xcschemes/Router.xcscheme index dd17d6c..d06343d 100644 --- a/Router.xcodeproj/xcshareddata/xcschemes/Router.xcscheme +++ b/Router.xcodeproj/xcshareddata/xcschemes/Router.xcscheme @@ -1,6 +1,6 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass