Skip to content

Commit

Permalink
Rename project to BulletinBoard
Browse files Browse the repository at this point in the history
😬
  • Loading branch information
alexisakers committed Sep 29, 2017
1 parent 621af37 commit 37f3bae
Show file tree
Hide file tree
Showing 24 changed files with 69 additions and 78 deletions.
10 changes: 0 additions & 10 deletions Bulletin.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 4 additions & 4 deletions Bulletin.podspec → BulletinBoard.podspec
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = "Bulletin"
s.name = "BulletinBoard"
s.version = "0.1"
s.summary = "Card Interface for iOS"
s.description = <<-DESC
Bulletin provides a set of tools to build card interfaces on iOS. It has a look similar to the AirPods configuration screen on iOS 10 and later. Bulletin is especially well suited for quick user interactions, such as onboardings.
BulletinBoard provides a set of tools to build card interfaces on iOS. It has a look similar to the AirPods configuration screen on iOS 10 and later. BulletinBoard is especially well suited for quick user interactions, such as onboardings.
DESC
s.homepage = "https://github.com/alexaubry/Bulletin"
s.homepage = "https://github.com/alexaubry/BulletinBoard"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Alexis Aubry" => "me@alexaubry.fr" }
s.social_media_url = "https://twitter.com/_alexaubry"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/alexaubry/Bulletin.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/alexaubry/BulletinBoard.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "UIKit"
end
Expand Up @@ -18,7 +18,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
52D6D97C1BEFF229002C0205 /* Bulletin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Bulletin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
52D6D97C1BEFF229002C0205 /* BulletinBoard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BulletinBoard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
558A122A1F7D73CD005EC97C /* BulletinManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BulletinManager.swift; sourceTree = "<group>"; };
558A122B1F7D73CD005EC97C /* ContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContainerView.swift; sourceTree = "<group>"; };
558A122C1F7D73CD005EC97C /* BulletinViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BulletinViewController.swift; sourceTree = "<group>"; };
Expand All @@ -27,7 +27,7 @@
558A122F1F7D73CD005EC97C /* PageBulletinItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PageBulletinItem.swift; sourceTree = "<group>"; };
558A12361F7D73E5005EC97C /* BulletinItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BulletinItem.swift; sourceTree = "<group>"; };
55DADE791F7D9428001B11A2 /* BulletinInterfaceFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BulletinInterfaceFactory.swift; sourceTree = "<group>"; };
AD2FAA261CD0B6D800659CF4 /* Bulletin.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Bulletin.plist; sourceTree = "<group>"; };
AD2FAA261CD0B6D800659CF4 /* BulletinBoard.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = BulletinBoard.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -53,15 +53,15 @@
52D6D97D1BEFF229002C0205 /* Products */ = {
isa = PBXGroup;
children = (
52D6D97C1BEFF229002C0205 /* Bulletin.framework */,
52D6D97C1BEFF229002C0205 /* BulletinBoard.framework */,
);
name = Products;
sourceTree = "<group>";
};
52D6D99C1BEFF38C002C0205 /* Configs */ = {
isa = PBXGroup;
children = (
AD2FAA261CD0B6D800659CF4 /* Bulletin.plist */,
AD2FAA261CD0B6D800659CF4 /* BulletinBoard.plist */,
);
path = Configs;
sourceTree = "<group>";
Expand Down Expand Up @@ -94,9 +94,9 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
52D6D97B1BEFF229002C0205 /* Bulletin */ = {
52D6D97B1BEFF229002C0205 /* BulletinBoard */ = {
isa = PBXNativeTarget;
buildConfigurationList = 52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "Bulletin" */;
buildConfigurationList = 52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "BulletinBoard" */;
buildPhases = (
52D6D9771BEFF229002C0205 /* Sources */,
52D6D9781BEFF229002C0205 /* Frameworks */,
Expand All @@ -107,9 +107,9 @@
);
dependencies = (
);
name = Bulletin;
name = BulletinBoard;
productName = Bulletin;
productReference = 52D6D97C1BEFF229002C0205 /* Bulletin.framework */;
productReference = 52D6D97C1BEFF229002C0205 /* BulletinBoard.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
Expand All @@ -128,7 +128,7 @@
};
};
};
buildConfigurationList = 52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "Bulletin" */;
buildConfigurationList = 52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "BulletinBoard" */;
compatibilityVersion = "Xcode 6.3";
developmentRegion = English;
hasScannedForEncodings = 0;
Expand All @@ -140,7 +140,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
52D6D97B1BEFF229002C0205 /* Bulletin */,
52D6D97B1BEFF229002C0205 /* BulletinBoard */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -293,13 +293,13 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Configs/Bulletin.plist;
INFOPLIST_FILE = Configs/BulletinBoard.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.Bulletin.Bulletin-iOS";
PRODUCT_NAME = Bulletin;
PRODUCT_BUNDLE_IDENTIFIER = "com.BulletinBoard.BulletinBoard-iOS";
PRODUCT_NAME = BulletinBoard;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
Expand All @@ -315,12 +315,12 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Configs/Bulletin.plist;
INFOPLIST_FILE = Configs/BulletinBoard.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.Bulletin.Bulletin-iOS";
PRODUCT_NAME = Bulletin;
PRODUCT_BUNDLE_IDENTIFIER = "com.BulletinBoard.BulletinBoard-iOS";
PRODUCT_NAME = BulletinBoard;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
Expand All @@ -329,7 +329,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "Bulletin" */ = {
52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "BulletinBoard" */ = {
isa = XCConfigurationList;
buildConfigurations = (
52D6D98E1BEFF229002C0205 /* Debug */,
Expand All @@ -338,7 +338,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "Bulletin" */ = {
52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "BulletinBoard" */ = {
isa = XCConfigurationList;
buildConfigurations = (
52D6D9911BEFF229002C0205 /* Debug */,
Expand Down
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
BuildableName = "Bulletin.framework"
BlueprintName = "Bulletin"
ReferencedContainer = "container:Bulletin.xcodeproj">
BuildableName = "BulletinBoard.framework"
BlueprintName = "BulletinBoard"
ReferencedContainer = "container:BulletinBoard.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -31,15 +31,6 @@
codeCoverageEnabled = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
BuildableName = "Bulletin.framework"
BlueprintName = "Bulletin"
ReferencedContainer = "container:Bulletin.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -58,9 +49,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
BuildableName = "Bulletin.framework"
BlueprintName = "Bulletin"
ReferencedContainer = "container:Bulletin.xcodeproj">
BuildableName = "BulletinBoard.framework"
BlueprintName = "BulletinBoard"
ReferencedContainer = "container:BulletinBoard.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
Expand All @@ -76,9 +67,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "52D6D97B1BEFF229002C0205"
BuildableName = "Bulletin.framework"
BlueprintName = "Bulletin"
ReferencedContainer = "container:Bulletin.xcodeproj">
BuildableName = "BulletinBoard.framework"
BlueprintName = "BulletinBoard"
ReferencedContainer = "container:BulletinBoard.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
Expand Down
10 changes: 10 additions & 0 deletions BulletinBoard.xcworkspace/contents.xcworkspacedata

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

File renamed without changes.
16 changes: 8 additions & 8 deletions Example/Example.xcodeproj/project.pbxproj
Expand Up @@ -12,24 +12,24 @@
558A124A1F7D7865005EC97C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 558A12481F7D7865005EC97C /* Main.storyboard */; };
558A124C1F7D7865005EC97C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 558A124B1F7D7865005EC97C /* Assets.xcassets */; };
558A124F1F7D7865005EC97C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 558A124D1F7D7865005EC97C /* LaunchScreen.storyboard */; };
55DADE721F7D795E001B11A2 /* Bulletin.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55DADE711F7D795E001B11A2 /* Bulletin.framework */; };
55DADE731F7D795E001B11A2 /* Bulletin.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 55DADE711F7D795E001B11A2 /* Bulletin.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
55DADE761F7D7AEA001B11A2 /* BulletinDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DADE751F7D7AEA001B11A2 /* BulletinDataSource.swift */; };
55DADE781F7D8B29001B11A2 /* PetSelectorBulletinPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DADE771F7D8B29001B11A2 /* PetSelectorBulletinPage.swift */; };
55DADE7C1F7E3A53001B11A2 /* FeedbackGenerators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DADE7B1F7E3A53001B11A2 /* FeedbackGenerators.swift */; };
55DADE811F7E3C0B001B11A2 /* FeedbackPageBulletinItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DADE801F7E3C0B001B11A2 /* FeedbackPageBulletinItem.swift */; };
55DADE831F7E4204001B11A2 /* PermissionsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DADE821F7E4204001B11A2 /* PermissionsManager.swift */; };
55DADE851F7E592F001B11A2 /* CollectionUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DADE841F7E592F001B11A2 /* CollectionUtilities.swift */; };
55DADE911F7ED65E001B11A2 /* BulletinBoard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55DADE901F7ED65E001B11A2 /* BulletinBoard.framework */; };
55DADE921F7ED65E001B11A2 /* BulletinBoard.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 55DADE901F7ED65E001B11A2 /* BulletinBoard.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
55DADE6D1F7D7939001B11A2 /* Embed Frameworks */ = {
55DADE8F1F7ED659001B11A2 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
55DADE731F7D795E001B11A2 /* Bulletin.framework in Embed Frameworks */,
55DADE921F7ED65E001B11A2 /* BulletinBoard.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -44,21 +44,21 @@
558A124B1F7D7865005EC97C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
558A124E1F7D7865005EC97C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
558A12501F7D7865005EC97C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
55DADE711F7D795E001B11A2 /* Bulletin.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Bulletin.framework; sourceTree = BUILT_PRODUCTS_DIR; };
55DADE751F7D7AEA001B11A2 /* BulletinDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BulletinDataSource.swift; sourceTree = "<group>"; };
55DADE771F7D8B29001B11A2 /* PetSelectorBulletinPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PetSelectorBulletinPage.swift; sourceTree = "<group>"; };
55DADE7B1F7E3A53001B11A2 /* FeedbackGenerators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedbackGenerators.swift; sourceTree = "<group>"; };
55DADE801F7E3C0B001B11A2 /* FeedbackPageBulletinItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedbackPageBulletinItem.swift; sourceTree = "<group>"; };
55DADE821F7E4204001B11A2 /* PermissionsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PermissionsManager.swift; sourceTree = "<group>"; };
55DADE841F7E592F001B11A2 /* CollectionUtilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionUtilities.swift; sourceTree = "<group>"; };
55DADE901F7ED65E001B11A2 /* BulletinBoard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = BulletinBoard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
558A123E1F7D7865005EC97C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
55DADE721F7D795E001B11A2 /* Bulletin.framework in Frameworks */,
55DADE911F7ED65E001B11A2 /* BulletinBoard.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -68,7 +68,7 @@
558A12381F7D7865005EC97C = {
isa = PBXGroup;
children = (
55DADE711F7D795E001B11A2 /* Bulletin.framework */,
55DADE901F7ED65E001B11A2 /* BulletinBoard.framework */,
558A12431F7D7865005EC97C /* Sources */,
558A12421F7D7865005EC97C /* Products */,
);
Expand Down Expand Up @@ -127,7 +127,7 @@
558A123D1F7D7865005EC97C /* Sources */,
558A123E1F7D7865005EC97C /* Frameworks */,
558A123F1F7D7865005EC97C /* Resources */,
55DADE6D1F7D7939001B11A2 /* Embed Frameworks */,
55DADE8F1F7ED659001B11A2 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down
2 changes: 1 addition & 1 deletion Example/Sources/AppDelegate.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down
4 changes: 2 additions & 2 deletions Example/Sources/BulletinDataSource.swift
@@ -1,10 +1,10 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

import UIKit
import Bulletin
import BulletinBoard

/**
* A set of tools to interact with the demo data.
Expand Down
2 changes: 1 addition & 1 deletion Example/Sources/CollectionUtilities.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down
2 changes: 1 addition & 1 deletion Example/Sources/FeedbackGenerators.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down
4 changes: 2 additions & 2 deletions Example/Sources/FeedbackPageBulletinItem.swift
@@ -1,10 +1,10 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

import UIKit
import Bulletin
import BulletinBoard

/**
* A subclass of page bulletin item that plays an haptic feedback when the buttons are pressed.
Expand Down
2 changes: 1 addition & 1 deletion Example/Sources/PermissionsManager.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down
4 changes: 2 additions & 2 deletions Example/Sources/PetSelectorBulletinPage.swift
@@ -1,10 +1,10 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

import UIKit
import Bulletin
import BulletinBoard

/**
* An item that displays a choice with two buttons.
Expand Down
4 changes: 2 additions & 2 deletions Example/Sources/ViewController.swift
@@ -1,10 +1,10 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

import UIKit
import Bulletin
import BulletinBoard

/**
* A view controller displaying a set of images.
Expand Down
2 changes: 1 addition & 1 deletion Sources/BulletinInterfaceFactory.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down
2 changes: 1 addition & 1 deletion Sources/BulletinItem.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down
2 changes: 1 addition & 1 deletion Sources/BulletinManager.swift
@@ -1,5 +1,5 @@
/**
* Bulletin
* BulletinBoard
* Copyright (c) 2017 Alexis Aubry. Licensed under the MIT license.
*/

Expand Down

0 comments on commit 37f3bae

Please sign in to comment.