Skip to content

Commit

Permalink
feature: share Capable schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwendt committed Jan 3, 2020
1 parent fe580af commit 1a932fb
Show file tree
Hide file tree
Showing 8 changed files with 8,284 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ playground.xcworkspace
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Example/Pods/
Example/Pods/*
!Example/Pods/Pods.xcodeproj

# Carthage
#
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
<false/>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ DEPENDENCIES:
- SheetyColors (= 1.0.1)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- Answers
- AppCenter
- Fabric
Expand Down Expand Up @@ -136,4 +136,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 1ddad2d76c31989ac603b5e5ffa5a72726b31819

COCOAPODS: 1.7.5
COCOAPODS: 1.8.4
8,040 changes: 8,040 additions & 0 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.

0 comments on commit 1a932fb

Please sign in to comment.