Skip to content

Commit

Permalink
Renaming to BubbleShowCase
Browse files Browse the repository at this point in the history
Renaming files in order to pass CococaPodsValidations
  • Loading branch information
Fernando Moya de Rivas committed Sep 4, 2018
1 parent cd1bf6e commit 0c3a7cd
Show file tree
Hide file tree
Showing 24 changed files with 1,545 additions and 61 deletions.
1 change: 1 addition & 0 deletions Sample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ target 'ShowCaseSample' do
use_frameworks!

# Pods for ShowCaseSample
pod 'BubbleShowCase'

end
15 changes: 14 additions & 1 deletion Sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
PODFILE CHECKSUM: 19f2f21b76b5f27733662b896c0465d1d2a543e3
PODS:
- BubbleShowCase (0.0.1)

DEPENDENCIES:
- BubbleShowCase

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- BubbleShowCase

SPEC CHECKSUMS:
BubbleShowCase: 29c92e692b7b6ea1b54063efcbe1fa0157098436

PODFILE CHECKSUM: c9f2160adbf20d26d642865800eac30cde2a746c

COCOAPODS: 1.5.3
21 changes: 21 additions & 0 deletions Sample/Pods/BubbleShowCase/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Sample/Pods/BubbleShowCase/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
15 changes: 14 additions & 1 deletion Sample/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

264 changes: 229 additions & 35 deletions Sample/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions Sample/Pods/Target Support Files/BubbleShowCase/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 21 additions & 4 deletions Sample/ShowCaseSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
B09C540F213942950073610D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B09C540E213942950073610D /* AppDelegate.swift */; };
B09C5416213942990073610D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B09C5415213942990073610D /* Assets.xcassets */; };
B09C5419213942990073610D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B09C5417213942990073610D /* LaunchScreen.storyboard */; };
B09C5421213942FD0073610D /* ShowCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B09C5420213942FD0073610D /* ShowCase.swift */; };
B09C5426213946D80073610D /* DummyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B09C5424213946D80073610D /* DummyViewController.swift */; };
B09C5427213946D80073610D /* DummyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = B09C5425213946D80073610D /* DummyViewController.xib */; };
B09C542A213947990073610D /* ShowCaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B09C5428213947990073610D /* ShowCaseViewController.swift */; };
Expand All @@ -27,7 +26,6 @@
B09C5415213942990073610D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B09C5418213942990073610D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B09C541A213942990073610D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B09C5420213942FD0073610D /* ShowCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowCase.swift; sourceTree = "<group>"; };
B09C5424213946D80073610D /* DummyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DummyViewController.swift; sourceTree = "<group>"; };
B09C5425213946D80073610D /* DummyViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = DummyViewController.xib; sourceTree = "<group>"; };
B09C5428213947990073610D /* ShowCaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowCaseViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -79,7 +77,6 @@
B09C5415213942990073610D /* Assets.xcassets */,
B09C540E213942950073610D /* AppDelegate.swift */,
B09C5417213942990073610D /* LaunchScreen.storyboard */,
B09C5420213942FD0073610D /* ShowCase.swift */,
B09C5424213946D80073610D /* DummyViewController.swift */,
B09C5425213946D80073610D /* DummyViewController.xib */,
B09C5428213947990073610D /* ShowCaseViewController.swift */,
Expand Down Expand Up @@ -108,6 +105,7 @@
B09C5407213942950073610D /* Sources */,
B09C5408213942950073610D /* Frameworks */,
B09C5409213942950073610D /* Resources */,
E3D1A31154AA15F38A9A3B52 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -184,14 +182,31 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
E3D1A31154AA15F38A9A3B52 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-ShowCaseSample/Pods-ShowCaseSample-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BubbleShowCase/BubbleShowCase.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BubbleShowCase.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ShowCaseSample/Pods-ShowCaseSample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
B09C5407213942950073610D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B09C5421213942FD0073610D /* ShowCase.swift in Sources */,
B09C540F213942950073610D /* AppDelegate.swift in Sources */,
B09C5426213946D80073610D /* DummyViewController.swift in Sources */,
B09C542A213947990073610D /* ShowCaseViewController.swift in Sources */,
Expand Down Expand Up @@ -343,6 +358,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
};
name = Debug;
};
Expand All @@ -363,6 +379,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "${SRCROOT}/**";
};
name = Release;
};
Expand Down
1 change: 1 addition & 0 deletions Sample/ShowCaseSample/ShowCaseViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

import UIKit
import BubbleShowCase

class ShowCaseViewController: UIViewController {

Expand Down
8 changes: 4 additions & 4 deletions ShowCase/ShowCase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

/* Begin PBXBuildFile section */
B0EE5295213E89F7003E84EC /* ShowCase.h in Headers */ = {isa = PBXBuildFile; fileRef = B0EE5293213E89F7003E84EC /* ShowCase.h */; settings = {ATTRIBUTES = (Public, ); }; };
B0EE529C213E8A97003E84EC /* ShowCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0EE529B213E8A97003E84EC /* ShowCase.swift */; };
B0EE529C213E8A97003E84EC /* BubbleShowCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0EE529B213E8A97003E84EC /* BubbleShowCase.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
B0EE5290213E89F7003E84EC /* ShowCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ShowCase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B0EE5293213E89F7003E84EC /* ShowCase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShowCase.h; sourceTree = "<group>"; };
B0EE5294213E89F7003E84EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B0EE529B213E8A97003E84EC /* ShowCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowCase.swift; sourceTree = "<group>"; };
B0EE529B213E8A97003E84EC /* BubbleShowCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BubbleShowCase.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -49,7 +49,7 @@
isa = PBXGroup;
children = (
B0EE5293213E89F7003E84EC /* ShowCase.h */,
B0EE529B213E8A97003E84EC /* ShowCase.swift */,
B0EE529B213E8A97003E84EC /* BubbleShowCase.swift */,
B0EE5294213E89F7003E84EC /* Info.plist */,
);
path = ShowCase;
Expand Down Expand Up @@ -134,7 +134,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B0EE529C213E8A97003E84EC /* ShowCase.swift in Sources */,
B0EE529C213E8A97003E84EC /* BubbleShowCase.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Loading

0 comments on commit 0c3a7cd

Please sign in to comment.