Skip to content

Commit

Permalink
ecample project and framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherdzik committed Jan 8, 2018
1 parent ce7cb33 commit 4037335
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 103 deletions.
9 changes: 6 additions & 3 deletions ExampleProject/ExampleProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
TargetAttributes = {
B173CD0F1E93F27600960BCE = {
CreatedOnToolsVersion = 8.3;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
};
Expand Down Expand Up @@ -211,7 +212,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -346,7 +347,8 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = x.ExampleProject;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
};
name = Debug;
};
Expand All @@ -359,7 +361,8 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = x.ExampleProject;
PRODUCT_NAME = "$(TARGET_NAME)";
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
Expand Up @@ -2,22 +2,4 @@
<Bucket
type = "0"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "ExampleProject/MainViewController/MainViewController.swift"
timestampString = "513012880.429887"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "19"
endingLineNumber = "19"
landmarkName = "viewDidLoad()"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
4 changes: 2 additions & 2 deletions ExampleProject/ExampleProject/ButtonsDemoPresenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ class ButtonsDemoPresenter: NSObject {
perform(#selector(delayHide), with: nil, afterDelay: 2)
}

func delayShow() {
@objc func delayShow() {
mainViewController?.castView().sideButtonsView?.showButtons()
}

func delayHide() {
@objc func delayHide() {
mainViewController?.castView().sideButtonsView?.hideButtons()
}
}
4 changes: 2 additions & 2 deletions ExampleProject/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PODFILE CHECKSUM: 5459d490b80901027d09837a53bb1d0c9c7aee96
PODFILE CHECKSUM: e4eb7c71291f957cc437cb3c309ea2f36b315f27

COCOAPODS: 1.2.0
COCOAPODS: 1.2.1
4 changes: 2 additions & 2 deletions ExampleProject/Pods/Manifest.lock

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

148 changes: 79 additions & 69 deletions ExampleProject/Pods/Pods.xcodeproj/project.pbxproj

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

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

Loading

0 comments on commit 4037335

Please sign in to comment.