Skip to content

Commit 6bfb147

Browse files
Bob Godwin Obibobgodwinx
authored andcommitted
Moved circle configuration file to .circleci folder as recommended
1 parent 0cedafd commit 6bfb147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

RxWebKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
C4CA6B16228D75410088A7A3 /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = SOURCE_ROOT; };
126126
C4CA6B17228D75420088A7A3 /* Cartfile.resolved */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.resolved; sourceTree = SOURCE_ROOT; };
127127
C4CA6B18228D75420088A7A3 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = SOURCE_ROOT; };
128-
C4CA6B19228D7ACA0088A7A3 /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; path = circle.yml; sourceTree = SOURCE_ROOT; };
128+
C4CA6B1A228D84120088A7A3 /* circle.yml */ = {isa = PBXFileReference; lastKnownFileType = text; name = circle.yml; path = .circleci/circle.yml; sourceTree = SOURCE_ROOT; };
129129
C4CB7D4322874E5600FB8D99 /* RxWebKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RxWebKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
130130
C4CB7D4722874E5600FB8D99 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
131131
C4CB7D5322874EE700FB8D99 /* RxWebKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RxWebKitTests.swift; sourceTree = "<group>"; };
@@ -234,7 +234,7 @@
234234
C4CA6B18228D75420088A7A3 /* Cartfile */,
235235
C4CA6B16228D75410088A7A3 /* Cartfile.private */,
236236
C4CA6B17228D75420088A7A3 /* Cartfile.resolved */,
237-
C4CA6B19228D7ACA0088A7A3 /* circle.yml */,
237+
C4CA6B1A228D84120088A7A3 /* circle.yml */,
238238
42B12EFB1C6DFC7600C280BD /* Sources */,
239239
42F426D21C6623C5001FED46 /* Info.plist */,
240240
42F426D01C6623C5001FED46 /* RxWebKit.h */,

0 commit comments

Comments
 (0)