Skip to content

Commit c1d5d18

Browse files
committed
Cleanup Demo Project's Podfile + Version bump (1.2.0)
1 parent daddff9 commit c1d5d18

File tree

49 files changed

+660
-2499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+660
-2499
lines changed

Example/AttributedStringDemo.xcodeproj/project.pbxproj

+32-34
Large diffs are not rendered by default.

Example/AttributedStringDemo.xcodeproj/xcshareddata/xcschemes/AttributedStringDemo.xcscheme

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0510"
3+
LastUpgradeVersion = "0610"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -28,7 +28,7 @@
2828
buildForAnalyzing = "YES">
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
31-
BlueprintIdentifier = "A1BD8E921522477E8EEC255A"
31+
BlueprintIdentifier = "71FC9FE731E49202DAA5C395"
3232
BuildableName = "libPods-AttributedStringDemoTests.a"
3333
BlueprintName = "Pods-AttributedStringDemoTests"
3434
ReferencedContainer = "container:Pods/Pods.xcodeproj">
@@ -43,8 +43,8 @@
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
4545
BlueprintIdentifier = "091FEB00199C11A600505B79"
46-
BuildableName = "AttributedStringDemoTests.xctest"
47-
BlueprintName = "AttributedStringDemoTests"
46+
BuildableName = "UnitTests.xctest"
47+
BlueprintName = "UnitTests"
4848
ReferencedContainer = "container:AttributedStringDemo.xcodeproj">
4949
</BuildableReference>
5050
</BuildActionEntry>
@@ -61,8 +61,8 @@
6161
<BuildableReference
6262
BuildableIdentifier = "primary"
6363
BlueprintIdentifier = "091FEB00199C11A600505B79"
64-
BuildableName = "AttributedStringDemoTests.xctest"
65-
BlueprintName = "AttributedStringDemoTests"
64+
BuildableName = "UnitTests.xctest"
65+
BlueprintName = "UnitTests"
6666
ReferencedContainer = "container:AttributedStringDemo.xcodeproj">
6767
</BuildableReference>
6868
</TestableReference>

Example/Podfile

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
xcodeproj 'AttributedStringDemo.xcodeproj'
22
platform :ios, "7.0"
33

4-
target "AttributedStringDemo" do
5-
pod 'OHAttributedStringAdditions', :path => '../'
6-
end
7-
8-
target "AttributedStringDemoTests" do
9-
pod 'OHAttributedStringAdditions', :path => '../'
10-
pod 'OHHTTPStubs/XCTestExpectation'
11-
end
12-
4+
link_with 'AttributedStringDemo', 'UnitTests'
5+
pod 'OHAttributedStringAdditions', :path => '..'

Example/Podfile.lock

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
PODS:
2-
- OHAttributedStringAdditions (1.0.0)
3-
- OHHTTPStubs/XCTestExpectation (3.1.6)
2+
- OHAttributedStringAdditions (1.2.0)
43

54
DEPENDENCIES:
6-
- OHAttributedStringAdditions (from `../`)
7-
- OHHTTPStubs/XCTestExpectation
5+
- OHAttributedStringAdditions (from `..`)
86

97
EXTERNAL SOURCES:
108
OHAttributedStringAdditions:
11-
:path: ../
9+
:path: ..
1210

1311
SPEC CHECKSUMS:
14-
OHAttributedStringAdditions: 880d2ee5f4ec737c122b7a47fcce59491a16309b
15-
OHHTTPStubs: 6781373b69e0a67b27239799f11764d0fbefac55
12+
OHAttributedStringAdditions: 2efa821d1982f60104985906994a2e47cd6a4915
1613

17-
COCOAPODS: 0.34.4
14+
COCOAPODS: 0.35.0

Example/Pods/Headers/Build/OHHTTPStubs/XCTestExpectation+OHRetroCompat.h

-1
This file was deleted.

Example/Pods/Headers/Public/OHHTTPStubs/XCTestExpectation+OHRetroCompat.h

-1
This file was deleted.

Example/Pods/Local Podspecs/OHAttributedStringAdditions.podspec

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+5-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/OHHTTPStubs/LICENSE

-9
This file was deleted.

Example/Pods/OHHTTPStubs/OHHTTPStubs/XCTestExpectation+Xcode5/XCTestExpectation+OHRetroCompat.h

-113
This file was deleted.

0 commit comments

Comments
 (0)