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

Carthage support #61

Open
wants to merge 7 commits 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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ Resources/*.xcconfig

# FBSnapshotTestCase Failure Diffs
FailureDiffs/

# Example Project Pods
Examples/Pods/
Examples/Podfile.lock
Examples/Examples.xcworkspace/
16 changes: 0 additions & 16 deletions Examples/Examples.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
29B98213201E738F0002DA39 /* Frameworks */,
29B98214201E738F0002DA39 /* Resources */,
8D226DA12211905BC93F2571 /* [CP] Embed Pods Frameworks */,
EE524A12456D75F342514EA8 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -195,21 +194,6 @@
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# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
EE524A12456D75F342514EA8 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Examples/Pods-Examples-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
10 changes: 0 additions & 10 deletions Examples/Examples.xcworkspace/contents.xcworkspacedata

This file was deleted.

2 changes: 1 addition & 1 deletion Examples/Examples/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ViewController: MessageViewController, UITableViewDataSource, UITableViewD

borderColor = .lightGray

messageView.inset = UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 16)
messageView.textViewInset = UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 16)
messageView.font = UIFont.preferredFont(forTextStyle: .body)

messageView.setButton(title: "Add", for: .normal, position: .left)
Expand Down
16 changes: 0 additions & 16 deletions Examples/Podfile.lock

This file was deleted.

21 changes: 0 additions & 21 deletions Examples/Pods/Local Podspecs/MessageViewController.podspec.json

This file was deleted.

16 changes: 0 additions & 16 deletions Examples/Pods/Manifest.lock

This file was deleted.

628 changes: 0 additions & 628 deletions Examples/Pods/Pods.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions Examples/Pods/Target Support Files/Pods-Examples/Info.plist

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading