Skip to content

Commit

Permalink
fixed schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hurray committed Oct 18, 2017
1 parent 2aa7a46 commit 9a81dd6
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ViewController: UIViewController {
animator = ChainableAnimator(view: myView)
}

func pauseSelected() {
@objc func pauseSelected() {
guard let animator = animator else {
return
}
Expand All @@ -53,7 +53,7 @@ class ViewController: UIViewController {
}
}

func animateView() {
@objc func animateView() {

guard let animator = animator else {
return
Expand Down
41 changes: 24 additions & 17 deletions JHChainableAnimations.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
26C40FB01E0B8ED100767308 /* JHChainableAnimationsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 26C40FAF1E0B8ED100767308 /* JHChainableAnimationsTests.m */; };
26F3E97C1E1182D900E56D44 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F3E9691E1182B000E56D44 /* AppDelegate.m */; };
26F3E97D1E1182D900E56D44 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F3E9711E1182B000E56D44 /* ViewController.m */; };
26F3E97E1E1182E800E56D44 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26F3E96E1E1182B000E56D44 /* Info.plist */; };
26F3E9821E11836200E56D44 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 26F3E96C1E1182B000E56D44 /* Main.storyboard */; };
26F3E9851E11841500E56D44 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F3E95C1E11829E00E56D44 /* main.m */; };
26F3E9861E11841B00E56D44 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 26F3E96F1E1182B000E56D44 /* main.m */; };
Expand All @@ -39,7 +38,6 @@
26F3E9891E11844500E56D44 /* JHChainableAnimations.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26C40FA11E0B8ED100767308 /* JHChainableAnimations.framework */; };
26F3E98A1E11845100E56D44 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 26F3E9571E11829E00E56D44 /* LaunchScreen.storyboard */; };
26F3E98B1E11845100E56D44 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 26F3E9591E11829E00E56D44 /* Main.storyboard */; };
26F3E98C1E1184F300E56D44 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26F3E95B1E11829E00E56D44 /* Info.plist */; };
26F54F721E2F38D800461D35 /* JHAnimationChainLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 26BBB9E81E117841008ED071 /* JHAnimationChainLink.m */; };
26F54F731E2F38D800461D35 /* JHChainableAnimator.m in Sources */ = {isa = PBXBuildFile; fileRef = 26BBB9EA1E117841008ED071 /* JHChainableAnimator.m */; };
26F54F741E2F38D800461D35 /* JHKeyframeAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 26BBB9ED1E117841008ED071 /* JHKeyframeAnimation.m */; };
Expand Down Expand Up @@ -67,15 +65,11 @@
26F54FEC1E39ACEB00461D35 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F54FE51E39ABC400461D35 /* ViewController.swift */; };
26F54FED1E39ACF500461D35 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F54FD01E39ABAC00461D35 /* AppDelegate.swift */; };
26F54FEE1E39AD0100461D35 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F54FDF1E39ABC400461D35 /* AppDelegate.swift */; };
26F54FEF1E39AD4000461D35 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26F54FCC1E39AB8C00461D35 /* Info.plist */; };
26F54FF01E39AD5A00461D35 /* ChainableAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F54FC61E39AB5E00461D35 /* ChainableAnimator.swift */; };
26F54FF11E39AD6400461D35 /* ChainableAnimations.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F54FC81E39AB7700461D35 /* ChainableAnimations.h */; settings = {ATTRIBUTES = (Public, ); }; };
26F54FF21E39AD8300461D35 /* JHChainableAnimations.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F54FCD1E39AB8C00461D35 /* JHChainableAnimations.h */; settings = {ATTRIBUTES = (Public, ); }; };
26F54FF31E39AD9F00461D35 /* ChainableAnimations.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F54FC81E39AB7700461D35 /* ChainableAnimations.h */; settings = {ATTRIBUTES = (Public, ); }; };
26F54FF41E39ADA500461D35 /* ChainableAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F54FC61E39AB5E00461D35 /* ChainableAnimator.swift */; };
26F54FF51E39ADAA00461D35 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26F54FC91E39AB7700461D35 /* Info.plist */; };
26F54FF61E39ADB000461D35 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26F54FC91E39AB7700461D35 /* Info.plist */; };
26F54FF71E39ADBA00461D35 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 26F54FCC1E39AB8C00461D35 /* Info.plist */; };
792558391F96ECFF006EC6CC /* UIView+ChainableAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792558381F96ECFF006EC6CC /* UIView+ChainableAnimator.swift */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -655,7 +649,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 0820;
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = jhurray;
TargetAttributes = {
26BBBA041E117997008ED071 = {
Expand Down Expand Up @@ -688,11 +682,13 @@
26F54F601E2F34F900461D35 = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = 43LEM8BQ2H;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
26F54F7E1E356AC600461D35 = {
CreatedOnToolsVersion = 8.2;
DevelopmentTeam = 43LEM8BQ2H;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
26F54F971E357A4400461D35 = {
Expand Down Expand Up @@ -739,15 +735,13 @@
buildActionMask = 2147483647;
files = (
26F3E9821E11836200E56D44 /* Main.storyboard in Resources */,
26F3E97E1E1182E800E56D44 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
26BDC8BA1E0C940600BEFB50 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
26F3E98C1E1184F300E56D44 /* Info.plist in Resources */,
26F3E98A1E11845100E56D44 /* LaunchScreen.storyboard in Resources */,
26F3E98B1E11845100E56D44 /* Main.storyboard in Resources */,
);
Expand All @@ -757,7 +751,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
26F54FEF1E39AD4000461D35 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -772,15 +765,13 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
26F54FF71E39ADBA00461D35 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
26F54F5F1E2F34F900461D35 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
26F54FF61E39ADB000461D35 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -795,7 +786,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
26F54FF51E39ADAA00461D35 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1040,15 +1030,21 @@
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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down Expand Up @@ -1091,15 +1087,21 @@
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_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand All @@ -1120,6 +1122,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -1261,7 +1264,8 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -1283,7 +1287,8 @@
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand All @@ -1299,7 +1304,8 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -1314,7 +1320,8 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.guaranteed.JHChainableAnimations-iOS-Swift-Example";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
Expand All @@ -36,6 +37,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -55,6 +56,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
LastUpgradeVersion = "0900"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -55,6 +56,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

0 comments on commit 9a81dd6

Please sign in to comment.