Skip to content

Commit

Permalink
Merge pull request #66 from mamaral/repo-cleanup
Browse files Browse the repository at this point in the history
Repo cleanup
  • Loading branch information
mamaral committed Jul 31, 2015
2 parents b3f2f05 + 7557810 commit 974ddff
Show file tree
Hide file tree
Showing 61 changed files with 81 additions and 1,317 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#import "AppDelegate.h"
#import "OnboardingViewController.h"
#import "OnboardingContentViewController.h"
#import "MyOnboardingViewController.h"

static NSString * const kUserHasOnboardedKey = @"user_has_onboarded";

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
273D50D419A1A34F00E38DB2 /* OnboardTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 273D50D319A1A34F00E38DB2 /* OnboardTests.m */; };
273D50DF19A1A49C00E38DB2 /* OnboardingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 273D50DE19A1A49C00E38DB2 /* OnboardingViewController.m */; };
273D50E219A1A4BF00E38DB2 /* OnboardingContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 273D50E119A1A4BF00E38DB2 /* OnboardingContentViewController.m */; };
274E5B151A8C51ED009765AB /* MyOnboardingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 274E5B141A8C51ED009765AB /* MyOnboardingViewController.m */; };
274E5B191A8C558D009765AB /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 274E5B181A8C558D009765AB /* MBProgressHUD.m */; };
27535AD019BBCA070017811B /* tree.png in Resources */ = {isa = PBXBuildFile; fileRef = 27535ACF19BBCA070017811B /* tree.png */; };
27535AD219BBD1F00017811B /* yellowbg.png in Resources */ = {isa = PBXBuildFile; fileRef = 27535AD119BBD1F00017811B /* yellowbg.png */; };
Expand Down Expand Up @@ -88,8 +87,6 @@
273D50DE19A1A49C00E38DB2 /* OnboardingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OnboardingViewController.m; sourceTree = "<group>"; };
273D50E019A1A4BF00E38DB2 /* OnboardingContentViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OnboardingContentViewController.h; sourceTree = "<group>"; };
273D50E119A1A4BF00E38DB2 /* OnboardingContentViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OnboardingContentViewController.m; sourceTree = "<group>"; };
274E5B131A8C51ED009765AB /* MyOnboardingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyOnboardingViewController.h; sourceTree = "<group>"; };
274E5B141A8C51ED009765AB /* MyOnboardingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyOnboardingViewController.m; sourceTree = "<group>"; };
274E5B171A8C558D009765AB /* MBProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = "<group>"; };
274E5B181A8C558D009765AB /* MBProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = "<group>"; };
27535ACF19BBCA070017811B /* tree.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tree.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -159,13 +156,14 @@
270CB0C119BAC93700F051B3 /* space3.png */,
270CB0C219BAC93700F051B3 /* space4.png */,
);
name = media;
path = media;
sourceTree = "<group>";
};
273D50A219A1A34F00E38DB2 = {
isa = PBXGroup;
children = (
273D50B419A1A34F00E38DB2 /* Onboard */,
273D50B419A1A34F00E38DB2 /* Source */,
275280F219A45909007FBD47 /* Demo Files */,
);
sourceTree = "<group>";
};
Expand All @@ -175,8 +173,7 @@
273D50AB19A1A34F00E38DB2 /* Onboard.app */,
273D50C619A1A34F00E38DB2 /* OnboardTests.xctest */,
);
name = Products;
path = ..;
path = Products;
sourceTree = "<group>";
};
273D50AD19A1A34F00E38DB2 /* Frameworks */ = {
Expand All @@ -187,20 +184,19 @@
273D50B219A1A34F00E38DB2 /* UIKit.framework */,
273D50C719A1A34F00E38DB2 /* XCTest.framework */,
);
name = Frameworks;
path = ..;
path = Frameworks;
sourceTree = "<group>";
};
273D50B419A1A34F00E38DB2 /* Onboard */ = {
273D50B419A1A34F00E38DB2 /* Source */ = {
isa = PBXGroup;
children = (
273D50DD19A1A49C00E38DB2 /* OnboardingViewController.h */,
273D50DE19A1A49C00E38DB2 /* OnboardingViewController.m */,
273D50E019A1A4BF00E38DB2 /* OnboardingContentViewController.h */,
273D50E119A1A4BF00E38DB2 /* OnboardingContentViewController.m */,
275280F219A45909007FBD47 /* Demo */,
);
path = Onboard;
name = Source;
path = ../Source;
sourceTree = "<group>";
};
273D50B519A1A34F00E38DB2 /* Supporting Files */ = {
Expand All @@ -211,7 +207,7 @@
273D50BA19A1A34F00E38DB2 /* main.m */,
273D50BC19A1A34F00E38DB2 /* Onboard-Prefix.pch */,
);
name = "Supporting Files";
path = "Supporting Files";
sourceTree = "<group>";
};
273D50CD19A1A34F00E38DB2 /* OnboardTests */ = {
Expand All @@ -221,15 +217,15 @@
273D50CE19A1A34F00E38DB2 /* Supporting Files */,
);
path = OnboardTests;
sourceTree = SOURCE_ROOT;
sourceTree = "<group>";
};
273D50CE19A1A34F00E38DB2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
273D50CF19A1A34F00E38DB2 /* OnboardTests-Info.plist */,
273D50D019A1A34F00E38DB2 /* InfoPlist.strings */,
);
name = "Supporting Files";
path = "Supporting Files";
sourceTree = "<group>";
};
274E5B161A8C552B009765AB /* Externals */ = {
Expand All @@ -238,16 +234,14 @@
274E5B171A8C558D009765AB /* MBProgressHUD.h */,
274E5B181A8C558D009765AB /* MBProgressHUD.m */,
);
name = Externals;
path = Externals;
sourceTree = "<group>";
};
275280F219A45909007FBD47 /* Demo */ = {
275280F219A45909007FBD47 /* Demo Files */ = {
isa = PBXGroup;
children = (
273D50BD19A1A34F00E38DB2 /* AppDelegate.h */,
273D50BE19A1A34F00E38DB2 /* AppDelegate.m */,
274E5B131A8C51ED009765AB /* MyOnboardingViewController.h */,
274E5B141A8C51ED009765AB /* MyOnboardingViewController.m */,
273D50C019A1A34F00E38DB2 /* Images.xcassets */,
274E5B161A8C552B009765AB /* Externals */,
273D50B519A1A34F00E38DB2 /* Supporting Files */,
Expand All @@ -256,7 +250,7 @@
273D50AC19A1A34F00E38DB2 /* Products */,
270CB0B419BABF8C00F051B3 /* media */,
);
name = Demo;
path = "Demo Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -382,7 +376,6 @@
273D50BF19A1A34F00E38DB2 /* AppDelegate.m in Sources */,
273D50BB19A1A34F00E38DB2 /* main.m in Sources */,
273D50E219A1A4BF00E38DB2 /* OnboardingContentViewController.m in Sources */,
274E5B151A8C51ED009765AB /* MyOnboardingViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -411,6 +404,7 @@
273D50B819A1A34F00E38DB2 /* en */,
);
name = InfoPlist.strings;
path = .;
sourceTree = "<group>";
};
273D50D019A1A34F00E38DB2 /* InfoPlist.strings */ = {
Expand All @@ -419,6 +413,7 @@
273D50D119A1A34F00E38DB2 /* en */,
);
name = InfoPlist.strings;
path = .;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
Expand Down Expand Up @@ -502,8 +497,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Onboard/Onboard-Prefix.pch";
INFOPLIST_FILE = "Onboard/Onboard-Info.plist";
GCC_PREFIX_HEADER = "Demo Files/Supporting Files/Onboard-Prefix.pch";
INFOPLIST_FILE = "Demo Files/Supporting Files/Onboard-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -515,8 +510,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Onboard/Onboard-Prefix.pch";
INFOPLIST_FILE = "Onboard/Onboard-Info.plist";
GCC_PREFIX_HEADER = "Demo Files/Supporting Files/Onboard-Prefix.pch";
INFOPLIST_FILE = "Demo Files/Supporting Files/Onboard-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -532,12 +527,12 @@
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Onboard/Onboard-Prefix.pch";
GCC_PREFIX_HEADER = "Demo Files/Supporting Files/Onboard-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = "OnboardTests/OnboardTests-Info.plist";
INFOPLIST_FILE = "Demo Files/OnboardTests/Supporting Files/OnboardTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand All @@ -554,8 +549,8 @@
"$(DEVELOPER_FRAMEWORKS_DIR)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Onboard/Onboard-Prefix.pch";
INFOPLIST_FILE = "OnboardTests/OnboardTests-Info.plist";
GCC_PREFIX_HEADER = "Demo Files/Supporting Files/Onboard-Prefix.pch";
INFOPLIST_FILE = "Demo Files/OnboardTests/Supporting Files/OnboardTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand Down
15 changes: 0 additions & 15 deletions Objective-C/Onboard/MyOnboardingViewController.h

This file was deleted.

69 changes: 0 additions & 69 deletions Objective-C/Onboard/MyOnboardingViewController.m

This file was deleted.

8 changes: 4 additions & 4 deletions Onboard.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|

s.name = "Onboard"
s.version = "2.1.5"
s.summary = "Onboard provides devs with a quick and easy way to create an engaging, and useful onboarding experience with only a few lines of code."
s.version = "2.1.6"
s.summary = "Create a beautiful and engaging onboarding experience with only a few lines of code."
s.homepage = "https://github.com/mamaral/Onboard"
s.license = "MIT"
s.author = { "Mike Amaral" => "mike.amaral36@gmail.com" }
s.social_media_url = "http://twitter.com/MikeAmaral"
s.platform = :ios
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.5" }
s.source_files = "Objective-C/Onboard/OnboardingViewController.{h,m}", "Objective-C/Onboard/OnboardingContentViewController.{h,m}"
s.source = { :git => "https://github.com/mamaral/Onboard.git", :tag => "v2.1.6" }
s.source_files = "Source/OnboardingViewController.{h,m}", "Source/OnboardingContentViewController.{h,m}"
s.requires_arc = true

end
Loading

0 comments on commit 974ddff

Please sign in to comment.