Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Add credits and thanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Apr 29, 2015
1 parent ef8d2bc commit 61d0003
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cloudy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
3B430E4A1AE0C66200AEBFBC /* MainWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B430E491AE0C66200AEBFBC /* MainWindowController.swift */; };
3BB0D1B81AE2263100AB4A33 /* ReactiveCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B2332D41AE1BA48005C6654 /* ReactiveCocoa.framework */; };
3BB0D1B91AE2263100AB4A33 /* ReactiveCocoa.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B2332D41AE1BA48005C6654 /* ReactiveCocoa.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3BFD61741AF0CAAC0066D837 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3BFD61731AF0CAAC0066D837 /* Credits.rtf */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -45,6 +46,7 @@
3B430E431AE0B20700AEBFBC /* cloudy.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cloudy.js; sourceTree = "<group>"; };
3B430E451AE0C0FE00AEBFBC /* Defines.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Defines.swift; sourceTree = "<group>"; };
3B430E491AE0C66200AEBFBC /* MainWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainWindowController.swift; sourceTree = "<group>"; };
3BFD61731AF0CAAC0066D837 /* Credits.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = Credits.rtf; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -104,6 +106,7 @@
3B430E2B1AE0A88F00AEBFBC /* Main.storyboard */,
3B430E241AE0A88F00AEBFBC /* Info.plist */,
3B430E431AE0B20700AEBFBC /* cloudy.js */,
3BFD61731AF0CAAC0066D837 /* Credits.rtf */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -174,6 +177,7 @@
3B430E441AE0B20700AEBFBC /* cloudy.js in Resources */,
3B430E2A1AE0A88F00AEBFBC /* Images.xcassets in Resources */,
3B430E2D1AE0A88F00AEBFBC /* Main.storyboard in Resources */,
3BFD61741AF0CAAC0066D837 /* Credits.rtf in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
15 changes: 15 additions & 0 deletions Cloudy/Credits.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{\rtf1\ansi\ansicpg1252\cocoartf1347\cocoasubrtf570
{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
{\colortbl;\red255\green255\blue255;\red38\green38\blue38;}
\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\deftab720
\pard\pardeftab720

\f0\fs32 \cf2 \expnd0\expndtw0\kerning0
Cloudy is not affiliated with Overcast.\
\
The source code is released under the {\field{\*\fldinst{HYPERLINK "https://github.com/calebd/cloudy/blob/master/LICENSE"}}{\fldrslt \cf2 \expnd0\expndtw0\kerning0
MIT License}}. It is available {\field{\*\fldinst{HYPERLINK "https://github.com/calebd/cloudy"}}{\fldrslt on GitHub}}.\
\
Special thanks to {\field{\*\fldinst{HYPERLINK "https://twitter.com/taramann"}}{\fldrslt \cf2 \expnd0\expndtw0\kerning0
Tara Mann}} for the name and icon!}
4 changes: 4 additions & 0 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ $ cd cloudy
$ carthage update
$ open Cloudy.xcodeproj
```

# Thanks

Special thanks to [Tara Mann](https://twitter.com/taramann) for the name and icon!

0 comments on commit 61d0003

Please sign in to comment.