Skip to content

Commit 96bc95e

Browse files
author
Maher Santina
committed
Updated cocoapods, fixed missing tests
1 parent a94d544 commit 96bc95e

File tree

11 files changed

+209
-217
lines changed

11 files changed

+209
-217
lines changed

Example/MSPeekCollectionViewDelegateImplementation.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
2722B1562608D384009FCC4A /* MSPeekingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2722B1542608D37E009FCC4A /* MSPeekingTests.swift */; };
1011
4AA9BF6F4BB998C07B416FB0 /* Pods_MSPeekCollectionViewDelegateImplementation_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25A20EF37E9F7674D252EC07 /* Pods_MSPeekCollectionViewDelegateImplementation_Tests.framework */; };
1112
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
1213
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
@@ -29,6 +30,7 @@
2930
/* Begin PBXFileReference section */
3031
1D63706738AAABD8B65F2802 /* Pods_MSPeekCollectionViewDelegateImplementation_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MSPeekCollectionViewDelegateImplementation_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3132
25A20EF37E9F7674D252EC07 /* Pods_MSPeekCollectionViewDelegateImplementation_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MSPeekCollectionViewDelegateImplementation_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
33+
2722B1542608D37E009FCC4A /* MSPeekingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MSPeekingTests.swift; path = ../../Tests/MSPeekCollectionViewDelegateImplementationTests/MSPeekingTests.swift; sourceTree = "<group>"; };
3234
607FACD01AFB9204008FA782 /* MSPeekCollectionViewDelegateImplementation_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MSPeekCollectionViewDelegateImplementation_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3335
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
3436
607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -133,6 +135,7 @@
133135
607FACE81AFB9204008FA782 /* Tests */ = {
134136
isa = PBXGroup;
135137
children = (
138+
2722B1542608D37E009FCC4A /* MSPeekingTests.swift */,
136139
607FACE91AFB9204008FA782 /* Supporting Files */,
137140
);
138141
path = Tests;
@@ -328,6 +331,7 @@
328331
isa = PBXSourcesBuildPhase;
329332
buildActionMask = 2147483647;
330333
files = (
334+
2722B1562608D384009FCC4A /* MSPeekingTests.swift in Sources */,
331335
);
332336
runOnlyForDeploymentPostprocessing = 0;
333337
};

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ SPEC CHECKSUMS:
1313

1414
PODFILE CHECKSUM: 8d230cee08c8a8b7e62859eff8016277efe2311d
1515

16-
COCOAPODS: 1.9.1
16+
COCOAPODS: 1.10.1

Example/Pods/Manifest.lock

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/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/MSPeekCollectionViewDelegateImplementation/MSPeekCollectionViewDelegateImplementation.debug.xcconfig

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

Example/Pods/Target Support Files/MSPeekCollectionViewDelegateImplementation/MSPeekCollectionViewDelegateImplementation.release.xcconfig

Lines changed: 2 additions & 0 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-MSPeekCollectionViewDelegateImplementation_Example/Pods-MSPeekCollectionViewDelegateImplementation_Example-frameworks.sh

Lines changed: 36 additions & 58 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-MSPeekCollectionViewDelegateImplementation_Example/Pods-MSPeekCollectionViewDelegateImplementation_Example.debug.xcconfig

Lines changed: 2 additions & 0 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-MSPeekCollectionViewDelegateImplementation_Example/Pods-MSPeekCollectionViewDelegateImplementation_Example.release.xcconfig

Lines changed: 2 additions & 0 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-MSPeekCollectionViewDelegateImplementation_Tests/Pods-MSPeekCollectionViewDelegateImplementation_Tests.debug.xcconfig

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

0 commit comments

Comments
 (0)