Skip to content

Commit

Permalink
Modernize project
Browse files Browse the repository at this point in the history
  • Loading branch information
flambert committed May 7, 2018
1 parent aa1798b commit 50c625d
Show file tree
Hide file tree
Showing 26 changed files with 823 additions and 662 deletions.
186 changes: 81 additions & 105 deletions Example/MCUIImageAdvanced.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0940"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
12 changes: 7 additions & 5 deletions Example/Podfile
@@ -1,9 +1,11 @@
source 'https://github.com/CocoaPods/Specs.git'
source 'git@github.com:mirego/MCPodSpecs.git'
platform :ios, '8.0'

target 'MCUIImageAdvanced_Example', :exclusive => true do
pod "MCUIImageAdvanced", :path => "../"
end
target 'MCUIImageAdvanced_Example' do
pod 'MCUIImageAdvanced', :path => '../'

target 'MCUIImageAdvanced_Tests', :exclusive => true do
pod "MCUIImageAdvanced", :path => "../"
target 'MCUIImageAdvanced_Tests' do
inherit! :search_paths
end
end
8 changes: 5 additions & 3 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- MCUIImageAdvanced (1.1.1)
- MCUIImageAdvanced (1.1.3)

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

SPEC CHECKSUMS:
MCUIImageAdvanced: 82543942b07bf04f59b6edcff4ff530ea7c106c2
MCUIImageAdvanced: c11db37325e9ac1817a917b1ad146ab42c247836

COCOAPODS: 0.39.0
PODFILE CHECKSUM: db3e6f736c13d90c42f33da6dbd16895265a56c4

COCOAPODS: 1.5.0

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.

19 changes: 8 additions & 11 deletions Example/Pods/Local Podspecs/MCUIImageAdvanced.podspec.json

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

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

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

631 changes: 362 additions & 269 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

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.

0 comments on commit 50c625d

Please sign in to comment.