Skip to content

Commit ae2847e

Browse files
committed
preps
1 parent 22918bd commit ae2847e

7 files changed

Lines changed: 255 additions & 256 deletions

File tree

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
SwiftBloc: 5009f88d71abf8a509b0016a1ff131a4bdcb28f2
12+
SwiftBloc: 88aa056fb7c916c8208473865f2b1e07dc2a6709
1313

14-
PODFILE CHECKSUM: f6da6b51e9e042f93df764545b1bf413e5e2ddbe
14+
PODFILE CHECKSUM: a328c1d5c47373468c0f027e420b98fc6ea4155e
1515

1616
COCOAPODS: 1.10.1

Example/Pods/Local Podspecs/SwiftBloc.podspec.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 239 additions & 247 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-acknowledgements.markdown

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/Pods-SwiftBloc_Example/Pods-SwiftBloc_Example-acknowledgements.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/SwiftBloc.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
607FACE51AFB9204008FA782 /* SwiftBloc_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftBloc_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5656
607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5757
607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
58+
781BBBCC25F10EF5004BFE64 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CHANGELOG.md; path = ../CHANGELOG.md; sourceTree = "<group>"; };
59+
781BBBCD25F10F11004BFE64 /* CODE_OF_CONDUCT.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CODE_OF_CONDUCT.md; path = ../CODE_OF_CONDUCT.md; sourceTree = "<group>"; };
60+
781BBBCE25F10F11004BFE64 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = CONTRIBUTING.md; path = ../CONTRIBUTING.md; sourceTree = "<group>"; };
5861
82EC3EC02FB63CEFC4EA0403 /* Pods_SwiftBloc_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftBloc_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5962
/* End PBXFileReference section */
6063

@@ -165,6 +168,9 @@
165168
38797A32A7A64087ED6DF513 /* SwiftBloc.podspec */,
166169
0DD499F2FF4B6CDD3A8F0679 /* README.md */,
167170
03ED00AF75438BCB8C629F90 /* LICENSE */,
171+
781BBBCC25F10EF5004BFE64 /* CHANGELOG.md */,
172+
781BBBCD25F10F11004BFE64 /* CODE_OF_CONDUCT.md */,
173+
781BBBCE25F10F11004BFE64 /* CONTRIBUTING.md */,
168174
);
169175
name = "Podspec Metadata";
170176
sourceTree = "<group>";

0 commit comments

Comments
 (0)