Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
x.y.z Release Notes (yyyy-MM-dd)
=============================================================

1.1.2 Release Notes (2019-07-07)
=============================================================

### Fixed

* An issue where the header wasn't being added to the framework. ([#23](https://github.com/TimOliver/TORoundedButton/pull/23))

1.1.1 Release Notes (2019-06-21)
=============================================================

Expand Down
6 changes: 3 additions & 3 deletions TORoundedButton/TORoundedButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#import <UIKit/UIKit.h>

FOUNDATION_EXPORT double TORoundedButtonVersionNumber;
FOUNDATION_EXPORT const unsigned char TORoundedButtonVersionString[];

NS_ASSUME_NONNULL_BEGIN

NS_SWIFT_NAME(RoundedButton)
Expand Down Expand Up @@ -75,3 +72,6 @@ IB_DESIGNABLE @interface TORoundedButton : UIControl
@end

NS_ASSUME_NONNULL_END

FOUNDATION_EXPORT double TORoundedButtonVersionNumber;
FOUNDATION_EXPORT const unsigned char TORoundedButtonVersionString[];
10 changes: 7 additions & 3 deletions TORoundedButtonExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
22700663226CA35D003492CB /* TORoundedButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 22700662226CA35D003492CB /* TORoundedButton.m */; };
22D23CC82276E73200EE65DD /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 22D23CC72276E73200EE65DD /* ViewController.m */; };
22D23CCA2276E76A00EE65DD /* wallpaper.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 22D23CC92276E76900EE65DD /* wallpaper.jpg */; };
22D935D122D237D800C26F18 /* TORoundedButton.h in Headers */ = {isa = PBXBuildFile; fileRef = 22700661226CA35D003492CB /* TORoundedButton.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -112,13 +113,13 @@
22700630226CA24D003492CB = {
isa = PBXGroup;
children = (
220FC30822BC67E700B5C284 /* README.md */,
22700660226CA322003492CB /* TORoundedButton */,
2270063B226CA24D003492CB /* TORoundedButtonExample */,
220F9ABD2278AA0B001862A7 /* TORoundedButtonFramework */,
22700654226CA24E003492CB /* TORoundedButtonExampleTests */,
2270063A226CA24D003492CB /* Products */,
220FC30922BC67FE00B5C284 /* CHANGELOG.md */,
220FC30822BC67E700B5C284 /* README.md */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -174,6 +175,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
22D935D122D237D800C26F18 /* TORoundedButton.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -474,7 +476,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -528,7 +530,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(CONFIGURATION_BUILD_DIR)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand All @@ -544,6 +546,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6LF3GMKZAB;
INFOPLIST_FILE = TORoundedButtonExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -562,6 +565,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6LF3GMKZAB;
INFOPLIST_FILE = TORoundedButtonExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "22700638226CA24D003492CB"
BuildableName = "TORoundedButtonExample.app"
BlueprintName = "TORoundedButtonExample"
ReferencedContainer = "container:TORoundedButtonExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -39,17 +48,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "22700638226CA24D003492CB"
BuildableName = "TORoundedButtonExample.app"
BlueprintName = "TORoundedButtonExample"
ReferencedContainer = "container:TORoundedButtonExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -71,8 +69,6 @@
ReferencedContainer = "container:TORoundedButtonExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "22700638226CA24D003492CB"
BuildableName = "TORoundedButtonExample.app"
BlueprintName = "TORoundedButtonExample"
ReferencedContainer = "container:TORoundedButtonExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -23,17 +32,6 @@
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "22700638226CA24D003492CB"
BuildableName = "TORoundedButtonExample.app"
BlueprintName = "TORoundedButtonExample"
ReferencedContainer = "container:TORoundedButtonExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand All @@ -55,8 +53,6 @@
ReferencedContainer = "container:TORoundedButtonExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down