Skip to content

Commit

Permalink
Renaming files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Moya de Rivas committed Sep 4, 2018
1 parent 7a2be5b commit 675d0f3
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions BubbleShowCase/BubbleShowCase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
objects = {

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

/* Begin PBXFileReference section */
B0EE5290213E89F7003E84EC /* BubbleShowCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BubbleShowCase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B0EE5293213E89F7003E84EC /* ShowCase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShowCase.h; sourceTree = "<group>"; };
B0EE5293213E89F7003E84EC /* BubbleShowCase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BubbleShowCase.h; sourceTree = "<group>"; };
B0EE5294213E89F7003E84EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B0EE529B213E8A97003E84EC /* BubbleShowCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BubbleShowCase.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -48,7 +48,7 @@
B0EE5292213E89F7003E84EC /* BubbleShowCase */ = {
isa = PBXGroup;
children = (
B0EE5293213E89F7003E84EC /* ShowCase.h */,
B0EE5293213E89F7003E84EC /* BubbleShowCase.h */,
B0EE529B213E8A97003E84EC /* BubbleShowCase.swift */,
B0EE5294213E89F7003E84EC /* Info.plist */,
);
Expand All @@ -62,7 +62,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
B0EE5295213E89F7003E84EC /* ShowCase.h in Headers */,
B0EE5295213E89F7003E84EC /* BubbleShowCase.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -279,7 +279,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.elconfidencial.ShowCase-iOS";
PRODUCT_BUNDLE_IDENTIFIER = "com.elconfidencial.BubbleShowCase-iOS";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -306,7 +306,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.elconfidencial.ShowCase-iOS";
PRODUCT_BUNDLE_IDENTIFIER = "com.elconfidencial.BubbleShowCase-iOS";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//
// ShowCase.h
// ShowCase
// BubbleShowCase.h
// BubbleShowCase
//
// Created by Fernando Moya de Rivas on 9/4/18.
// Copyright © 2018 ElConfidencial. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for ShowCase.
FOUNDATION_EXPORT double ShowCaseVersionNumber;
//! Project version number for BubbleShowCase.
FOUNDATION_EXPORT double BubbleShowCaseVersionNumber;

//! Project version string for ShowCase.
FOUNDATION_EXPORT const unsigned char ShowCaseVersionString[];
//! Project version string for BubbleShowCase.
FOUNDATION_EXPORT const unsigned char BubbleShowCaseVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <ShowCase/PublicHeader.h>

Expand Down
2 changes: 1 addition & 1 deletion BubbleShowCase/BubbleShowCase/BubbleShowCase.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// ShowCase.swift
// BubbleShowCase.swift
// Angela
//
// Created by fermoya on 8/13/18.
Expand Down
2 changes: 1 addition & 1 deletion BubbleShowCase/BubbleShowCase/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions Sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- BubbleShowCase (0.0.2)
- BubbleShowCase (0.0.3)

DEPENDENCIES:
- BubbleShowCase
Expand All @@ -9,7 +9,7 @@ SPEC REPOS:
- BubbleShowCase

SPEC CHECKSUMS:
BubbleShowCase: e9ae06c545649764b81507fc916251a60cc9e070
BubbleShowCase: 2f2f014af051be06d205dca17d62e8c7d7cecace

PODFILE CHECKSUM: c9f2160adbf20d26d642865800eac30cde2a746c

Expand Down
4 changes: 2 additions & 2 deletions Sample/Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion Sample/ShowCaseSample/ShowCaseViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ extension ShowCaseViewController: BubbleShowCaseDelegate {
self.startDemoDidTap(self.startDemoButton)
}

bubbleShowCase.dimiss()
bubbleShowCase.dismiss()
}

}
Expand Down

0 comments on commit 675d0f3

Please sign in to comment.