Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework textField at label #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Example/JOCircularSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-JOCircularSlider_Example/Pods-JOCircularSlider_Example-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-JOCircularSlider_Example/Pods-JOCircularSlider_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/JOCircularSlider/JOCircularSlider.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -322,7 +322,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-JOCircularSlider_Example/Pods-JOCircularSlider_Example-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-JOCircularSlider_Example/Pods-JOCircularSlider_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
FA1C097A5F70A5BB3E1747B8 /* [CP] Check Pods Manifest.lock */ = {
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- JOCircularSlider (1.0.0)
- JOCircularSlider (2.0.3)

DEPENDENCIES:
- JOCircularSlider (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
JOCircularSlider: b0a2366cc0d303bc43cdf32afb18c266b2448a2c
JOCircularSlider: c4b8cf56855ee90c92bf9cbee94af77b934aa31d

PODFILE CHECKSUM: 5f59154dfd18781ce4e81da44fa6f83c4aa7dc7e

COCOAPODS: 1.5.3
COCOAPODS: 1.9.3
11 changes: 6 additions & 5 deletions Example/Pods/Local Podspecs/JOCircularSlider.podspec.json

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

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

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

661 changes: 341 additions & 320 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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.

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.

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.

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