Skip to content

Commit

Permalink
Add Needs code
Browse files Browse the repository at this point in the history
  • Loading branch information
jegnux committed Dec 23, 2020
1 parent 31069bb commit ca768da
Show file tree
Hide file tree
Showing 11 changed files with 335 additions and 71 deletions.
56 changes: 45 additions & 11 deletions Needs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

/* Begin PBXBuildFile section */
52D6D9871BEFF229002C0205 /* Needs.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6D97C1BEFF229002C0205 /* Needs.framework */; };
750AE67D25937E8500A878F7 /* Need.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE67C25937E8500A878F7 /* Need.swift */; };
750AE67E25937E8500A878F7 /* Need.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE67C25937E8500A878F7 /* Need.swift */; };
750AE67F25937E8500A878F7 /* Need.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE67C25937E8500A878F7 /* Need.swift */; };
750AE68025937E8500A878F7 /* Need.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE67C25937E8500A878F7 /* Need.swift */; };
750AE68925937E9800A878F7 /* Need+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE68825937E9800A878F7 /* Need+UIView.swift */; };
750AE68A25937E9800A878F7 /* Need+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE68825937E9800A878F7 /* Need+UIView.swift */; };
750AE68B25937E9800A878F7 /* Need+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE68825937E9800A878F7 /* Need+UIView.swift */; };
750AE68C25937E9800A878F7 /* Need+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE68825937E9800A878F7 /* Need+UIView.swift */; };
750AE69525937ECA00A878F7 /* Need+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE69425937ECA00A878F7 /* Need+UIViewController.swift */; };
750AE69625937ECA00A878F7 /* Need+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE69425937ECA00A878F7 /* Need+UIViewController.swift */; };
750AE69725937ECA00A878F7 /* Need+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE69425937ECA00A878F7 /* Need+UIViewController.swift */; };
750AE69825937ECA00A878F7 /* Need+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE69425937ECA00A878F7 /* Need+UIViewController.swift */; };
750AE6A2259389D400A878F7 /* Need+NSView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750AE6A0259389D400A878F7 /* Need+NSView.swift */; };
8933C7851EB5B820000D00A4 /* Needs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Needs.swift */; };
8933C7861EB5B820000D00A4 /* Needs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Needs.swift */; };
8933C7871EB5B820000D00A4 /* Needs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Needs.swift */; };
Expand Down Expand Up @@ -49,6 +62,10 @@
52D6D9E21BEFFF6E002C0205 /* Needs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Needs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
52D6D9F01BEFFFBE002C0205 /* Needs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Needs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
52D6DA0F1BF000BD002C0205 /* Needs.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Needs.framework; sourceTree = BUILT_PRODUCTS_DIR; };
750AE67C25937E8500A878F7 /* Need.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Need.swift; sourceTree = "<group>"; };
750AE68825937E9800A878F7 /* Need+UIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Need+UIView.swift"; sourceTree = "<group>"; };
750AE69425937ECA00A878F7 /* Need+UIViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Need+UIViewController.swift"; sourceTree = "<group>"; };
750AE6A0259389D400A878F7 /* Need+NSView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Need+NSView.swift"; sourceTree = "<group>"; };
8933C7841EB5B820000D00A4 /* Needs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Needs.swift; sourceTree = "<group>"; };
8933C7891EB5B82A000D00A4 /* NeedsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NeedsTests.swift; sourceTree = "<group>"; };
AD2FAA261CD0B6D800659CF4 /* Needs.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Needs.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -150,6 +167,10 @@
isa = PBXGroup;
children = (
8933C7841EB5B820000D00A4 /* Needs.swift */,
750AE67C25937E8500A878F7 /* Need.swift */,
750AE68825937E9800A878F7 /* Need+UIView.swift */,
750AE69425937ECA00A878F7 /* Need+UIViewController.swift */,
750AE6A0259389D400A878F7 /* Need+NSView.swift */,
);
path = Sources;
sourceTree = "<group>";
Expand Down Expand Up @@ -346,7 +367,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 1020;
LastUpgradeCheck = 1230;
ORGANIZATIONNAME = Needs;
TargetAttributes = {
52D6D97B1BEFF229002C0205 = {
Expand Down Expand Up @@ -460,7 +481,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750AE68925937E9800A878F7 /* Need+UIView.swift in Sources */,
8933C7851EB5B820000D00A4 /* Needs.swift in Sources */,
750AE69525937ECA00A878F7 /* Need+UIViewController.swift in Sources */,
750AE67D25937E8500A878F7 /* Need.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -476,23 +500,33 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750AE68B25937E9800A878F7 /* Need+UIView.swift in Sources */,
8933C7871EB5B820000D00A4 /* Needs.swift in Sources */,
750AE69725937ECA00A878F7 /* Need+UIViewController.swift in Sources */,
750AE67F25937E8500A878F7 /* Need.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
52D6D9EB1BEFFFBE002C0205 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750AE68C25937E9800A878F7 /* Need+UIView.swift in Sources */,
8933C7881EB5B820000D00A4 /* Needs.swift in Sources */,
750AE69825937ECA00A878F7 /* Need+UIViewController.swift in Sources */,
750AE68025937E8500A878F7 /* Need.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
52D6DA0A1BF000BD002C0205 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750AE68A25937E9800A878F7 /* Need+UIView.swift in Sources */,
750AE6A2259389D400A878F7 /* Need+NSView.swift in Sources */,
8933C7861EB5B820000D00A4 /* Needs.swift in Sources */,
750AE69625937ECA00A878F7 /* Need+UIViewController.swift in Sources */,
750AE67E25937E8500A878F7 /* Need.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -556,6 +590,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -581,7 +616,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -616,6 +652,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
Expand All @@ -635,7 +672,8 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_VERSION = 5.0;
Expand All @@ -658,7 +696,6 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Configs/Needs.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.Needs.Needs-iOS";
Expand All @@ -681,7 +718,6 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Configs/Needs.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.Needs.Needs-iOS";
PRODUCT_NAME = Needs;
Expand Down Expand Up @@ -780,7 +816,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
};
name = Debug;
};
Expand All @@ -803,7 +839,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
TVOS_DEPLOYMENT_TARGET = 12.0;
};
name = Release;
};
Expand All @@ -821,7 +857,6 @@
INFOPLIST_FILE = Configs/Needs.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "com.Needs.Needs-macOS";
PRODUCT_NAME = Needs;
SDKROOT = macosx;
Expand All @@ -844,7 +879,6 @@
INFOPLIST_FILE = Configs/Needs.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
PRODUCT_BUNDLE_IDENTIFIER = "com.Needs.Needs-macOS";
PRODUCT_NAME = Needs;
SDKROOT = macosx;
Expand Down Expand Up @@ -894,7 +928,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = appletvos;
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 9.1;
TVOS_DEPLOYMENT_TARGET = 12.0;
};
name = Debug;
};
Expand All @@ -908,7 +942,7 @@
SDKROOT = appletvos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 9.1;
TVOS_DEPLOYMENT_TARGET = 12.0;
};
name = Release;
};
Expand Down
28 changes: 12 additions & 16 deletions Needs.xcodeproj/xcshareddata/xcschemes/Needs-iOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1230"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,8 +26,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
BuildableName = "Needs.framework"
BlueprintName = "Needs-iOS"
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -40,17 +49,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
BuildableName = "Needs.framework"
BlueprintName = "Needs-iOS"
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -71,8 +69,6 @@
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
28 changes: 12 additions & 16 deletions Needs.xcodeproj/xcshareddata/xcschemes/Needs-macOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1230"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,8 +26,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6DA0E1BF000BD002C0205"
BuildableName = "Needs.framework"
BlueprintName = "Needs-macOS"
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -40,17 +49,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6DA0E1BF000BD002C0205"
BuildableName = "Needs.framework"
BlueprintName = "Needs-macOS"
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -71,8 +69,6 @@
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
28 changes: 12 additions & 16 deletions Needs.xcodeproj/xcshareddata/xcschemes/Needs-tvOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1230"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,8 +26,17 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D9EF1BEFFFBE002C0205"
BuildableName = "Needs.framework"
BlueprintName = "Needs-tvOS"
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -40,17 +49,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D9EF1BEFFFBE002C0205"
BuildableName = "Needs.framework"
BlueprintName = "Needs-tvOS"
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -71,8 +69,6 @@
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
10 changes: 3 additions & 7 deletions Needs.xcodeproj/xcshareddata/xcschemes/Needs-watchOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1230"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,12 +26,10 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -52,8 +50,6 @@
ReferencedContainer = "container:Needs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Loading

0 comments on commit ca768da

Please sign in to comment.