Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed78887

Browse files
author
dzenbot
committed
Re-ordering of builder project
1 parent 87e89e0 commit ed78887

7 files changed

Lines changed: 123 additions & 105 deletions

File tree

SlackTextViewController.xcodeproj/project.pbxproj renamed to Examples/Builder/SlackTextViewController.xcodeproj/project.pbxproj

Lines changed: 102 additions & 85 deletions
Large diffs are not rendered by default.

SlackTextViewController.xcodeproj/xcshareddata/xcschemes/SlackTextViewController.xcscheme renamed to Examples/Builder/SlackTextViewController.xcodeproj/xcshareddata/xcschemes/SlackTextViewController.xcscheme

File renamed without changes.

SlackTextViewController.xcworkspace/contents.xcworkspacedata renamed to Examples/Builder/SlackTextViewController.xcworkspace/contents.xcworkspacedata

File renamed without changes.

SlackTextViewController.xcworkspace/xcshareddata/SlackTextViewController.xccheckout renamed to Examples/Builder/SlackTextViewController.xcworkspace/xcshareddata/SlackTextViewController.xccheckout

File renamed without changes.

Source/Info.plist renamed to Examples/Builder/SlackTextViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
//
2+
// Copyright 2014 Slack Technologies, Inc.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
//
16+
17+
#import <UIKit/UIKit.h>
18+
19+
FOUNDATION_EXPORT double SlackTextViewControllerVersionNumber;
20+
FOUNDATION_EXPORT const unsigned char SlackTextViewControllerVersionString[];

Source/SlackTextViewController.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)