Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 259c0f2

Browse files
author
Ignacio Romero Zurbuchen
committed
Puts all source files at the same root level to fix 0.39.0 incompatibility issues
1 parent a22881c commit 259c0f2

File tree

92 files changed

+667
-575
lines changed

Some content is hidden

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

92 files changed

+667
-575
lines changed

Examples/Messenger.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@
347347
4F3EDB46199ED00F004C15D6 /* Frameworks */,
348348
4F3EDB47199ED00F004C15D6 /* Resources */,
349349
598FDC5936E74A05A38CC639 /* Copy Pods Resources */,
350+
C2EB646D4848767495734371 /* Embed Pods Frameworks */,
350351
);
351352
buildRules = (
352353
);
@@ -590,6 +591,21 @@
590591
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
591592
showEnvVarsInLog = 0;
592593
};
594+
C2EB646D4848767495734371 /* Embed Pods Frameworks */ = {
595+
isa = PBXShellScriptBuildPhase;
596+
buildActionMask = 2147483647;
597+
files = (
598+
);
599+
inputPaths = (
600+
);
601+
name = "Embed Pods Frameworks";
602+
outputPaths = (
603+
);
604+
runOnlyForDeploymentPostprocessing = 0;
605+
shellPath = /bin/sh;
606+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n";
607+
showEnvVarsInLog = 0;
608+
};
593609
CDD847F204B5437180FB97BB /* Check Pods Manifest.lock */ = {
594610
isa = PBXShellScriptBuildPhase;
595611
buildActionMask = 2147483647;

Examples/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PODS:
22
- LoremIpsum (1.0.0)
3-
- SlackTextViewController (1.5.2)
3+
- SlackTextViewController (1.7)
44

55
DEPENDENCIES:
66
- LoremIpsum (~> 1.0)
77
- SlackTextViewController (from `../SlackTextViewController.podspec`)
88

99
EXTERNAL SOURCES:
1010
SlackTextViewController:
11-
:path: ../SlackTextViewController.podspec
11+
:path: "../SlackTextViewController.podspec"
1212

1313
SPEC CHECKSUMS:
1414
LoremIpsum: 9029c55d36501b2ee0b05cc9ecda11d3a0479160
15-
SlackTextViewController: 2a3f79c474e41f50b22a8498c510a4da05e207de
15+
SlackTextViewController: 57e28248dd38b9753277733544449519842f1ea5
1616

17-
COCOAPODS: 0.35.0
17+
COCOAPODS: 0.39.0

Examples/Pods/Headers/Build/SlackTextViewController/Additions/SLKTextView+SLKAdditions.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Additions/SLKUIConstants.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Additions/UIResponder+SLKAdditions.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Additions/UIScrollView+SLKAdditions.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Additions/UIView+SLKAdditions.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Classes/SLKInputAccessoryView.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Classes/SLKTextInputbar.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/Pods/Headers/Build/SlackTextViewController/Classes/SLKTextView.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)