Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit dc6db81

Browse files
committed
Merge pull request #8 from ruddfawcett/pr/7
Minor updates
2 parents 58c4e60 + fd4d357 commit dc6db81

File tree

11 files changed

+20
-26
lines changed

11 files changed

+20
-26
lines changed

RFKeyboardToolbar/RFKeyboardToolbar.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// RFKeyboardToolbar.h
33
//
4-
// Created by Rex Finn on 12/3/13.
5-
// Copyright (c) 2013 Rex Finn. All rights reserved.
4+
// Created by Rudd Fawcett on 12/3/13.
5+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
66
//
77

88
#import <UIKit/UIKit.h>

RFKeyboardToolbar/RFKeyboardToolbar.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// RFKeyboardToolbar.m
33
//
4-
// Created by Rex Finn on 12/3/13.
5-
// Copyright (c) 2013 Rex Finn. All rights reserved.
4+
// Created by Rudd Fawcett on 12/3/13.
5+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
66
//
77

88
#import "RFKeyboardToolbar.h"

RFKeyboardToolbar/RFToolbarButton.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// RFToolbarButton.h
33
//
4-
// Created by Rex Finn on 12/3/13.
5-
// Copyright (c) 2013 Rex Finn. All rights reserved.
4+
// Created by Rudd Fawcett on 12/3/13.
5+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
66
//
77

88
#import <UIKit/UIKit.h>

RFKeyboardToolbar/RFToolbarButton.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//
22
// RFToolbarButton.m
33
//
4-
// Created by Rex Finn on 12/3/13.
5-
// Copyright (c) 2013 Rex Finn. All rights reserved.
4+
// Created by Rudd Fawcett on 12/3/13.
5+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
66
//
77

88
#import "RFToolbarButton.h"

RFKeyboardToolbarDemo/RFKeyboardToolbar/AppDelegate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// AppDelegate.h
33
// RFKeyboardToolbarDemo
44
//
5-
// Created by Rex Finn on 12/3/13.
6-
// Copyright (c) 2013 Rex Finn. All rights reserved.
5+
// Created by Rudd Fawcett on 12/3/13.
6+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

RFKeyboardToolbarDemo/RFKeyboardToolbar/AppDelegate.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// AppDelegate.m
33
// RFKeyboardToolbarDemo
44
//
5-
// Created by Rex Finn on 12/3/13.
6-
// Copyright (c) 2013 Rex Finn. All rights reserved.
5+
// Created by Rudd Fawcett on 12/3/13.
6+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
77
//
88

99
#import "AppDelegate.h"

RFKeyboardToolbarDemo/RFKeyboardToolbar/ViewController.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ViewController.h
33
// RFKeyboardToolbarDemo
44
//
5-
// Created by Rex Finn on 12/3/13.
6-
// Copyright (c) 2013 Rex Finn. All rights reserved.
5+
// Created by Rudd Fawcett on 12/3/13.
6+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

RFKeyboardToolbarDemo/RFKeyboardToolbar/ViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ViewController.m
33
// RFKeyboardToolbarDemo
44
//
5-
// Created by Rex Finn on 12/3/13.
6-
// Copyright (c) 2013 Rex Finn. All rights reserved.
5+
// Created by Rudd Fawcett on 12/3/13.
6+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
77
//
88

99
#import "ViewController.h"

RFKeyboardToolbarDemo/RFKeyboardToolbar/main.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// main.m
33
// RFKeyboardToolbarDemo
44
//
5-
// Created by Rex Finn on 12/3/13.
6-
// Copyright (c) 2013 Rex Finn. All rights reserved.
5+
// Created by Rudd Fawcett on 12/3/13.
6+
// Copyright (c) 2013 Rudd Fawcett. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

RFKeyboardToolbarDemo/RFKeyboardToolbarDemo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
CEEF0E44184E157600B7DEDF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEEF0E26184E157600B7DEDF /* UIKit.framework */; };
2121
CEEF0E4C184E157600B7DEDF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = CEEF0E4A184E157600B7DEDF /* InfoPlist.strings */; };
2222
CEEF0E4E184E157600B7DEDF /* RFKeyboardToolbarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEF0E4D184E157600B7DEDF /* RFKeyboardToolbarTests.m */; };
23-
CEEF0E69184E9AC400B7DEDF /* RFExampleToolbarButton.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEF0E68184E9AC400B7DEDF /* RFExampleToolbarButton.m */; };
2423
CEEF0E71184E9AED00B7DEDF /* RFKeyboardToolbar.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEF0E6E184E9AED00B7DEDF /* RFKeyboardToolbar.m */; };
2524
CEEF0E72184E9AED00B7DEDF /* RFToolbarButton.m in Sources */ = {isa = PBXBuildFile; fileRef = CEEF0E70184E9AED00B7DEDF /* RFToolbarButton.m */; };
2625
/* End PBXBuildFile section */
@@ -54,8 +53,6 @@
5453
CEEF0E49184E157600B7DEDF /* RFKeyboardToolbarDemoTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RFKeyboardToolbarDemoTests-Info.plist"; sourceTree = "<group>"; };
5554
CEEF0E4B184E157600B7DEDF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
5655
CEEF0E4D184E157600B7DEDF /* RFKeyboardToolbarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RFKeyboardToolbarTests.m; sourceTree = "<group>"; };
57-
CEEF0E67184E9AC400B7DEDF /* RFExampleToolbarButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RFExampleToolbarButton.h; sourceTree = "<group>"; };
58-
CEEF0E68184E9AC400B7DEDF /* RFExampleToolbarButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RFExampleToolbarButton.m; sourceTree = "<group>"; };
5956
CEEF0E6D184E9AED00B7DEDF /* RFKeyboardToolbar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RFKeyboardToolbar.h; sourceTree = "<group>"; };
6057
CEEF0E6E184E9AED00B7DEDF /* RFKeyboardToolbar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RFKeyboardToolbar.m; sourceTree = "<group>"; };
6158
CEEF0E6F184E9AED00B7DEDF /* RFToolbarButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RFToolbarButton.h; sourceTree = "<group>"; };
@@ -123,8 +120,6 @@
123120
CEEF0E32184E157600B7DEDF /* AppDelegate.m */,
124121
CEEF0E37184E157600B7DEDF /* ViewController.h */,
125122
CEEF0E38184E157600B7DEDF /* ViewController.m */,
126-
CEEF0E67184E9AC400B7DEDF /* RFExampleToolbarButton.h */,
127-
CEEF0E68184E9AC400B7DEDF /* RFExampleToolbarButton.m */,
128123
CEEF0E3A184E157600B7DEDF /* Images.xcassets */,
129124
CEEF0E6C184E9AED00B7DEDF /* RFKeyboardToolbar */,
130125
CEEF0E29184E157600B7DEDF /* Supporting Files */,
@@ -273,7 +268,6 @@
273268
CEEF0E39184E157600B7DEDF /* ViewController.m in Sources */,
274269
CEEF0E72184E9AED00B7DEDF /* RFToolbarButton.m in Sources */,
275270
CEEF0E33184E157600B7DEDF /* AppDelegate.m in Sources */,
276-
CEEF0E69184E9AC400B7DEDF /* RFExampleToolbarButton.m in Sources */,
277271
CEEF0E71184E9AED00B7DEDF /* RFKeyboardToolbar.m in Sources */,
278272
CEEF0E2F184E157600B7DEDF /* main.m in Sources */,
279273
);

0 commit comments

Comments
 (0)