Skip to content

Commit

Permalink
no critical
Browse files Browse the repository at this point in the history
  • Loading branch information
chamspan committed Oct 22, 2013
1 parent e6c6f58 commit bc67e8e
Showing 28 changed files with 3,276 additions and 1,468 deletions.
1 change: 1 addition & 0 deletions Growl/1.3/Growl.framework/Growl
1 change: 1 addition & 0 deletions Growl/1.3/Growl.framework/Headers
1 change: 1 addition & 0 deletions Growl/1.3/Growl.framework/Resources
Binary file added Growl/1.3/Growl.framework/Versions/A/Growl
Binary file not shown.
5 changes: 5 additions & 0 deletions Growl/1.3/Growl.framework/Versions/A/Headers/Growl.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include <Growl/GrowlDefines.h>

#ifdef __OBJC__
# include <Growl/GrowlApplicationBridge.h>
#endif
567 changes: 567 additions & 0 deletions Growl/1.3/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h

Large diffs are not rendered by default.

386 changes: 386 additions & 0 deletions Growl/1.3/Growl.framework/Versions/A/Headers/GrowlDefines.h

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions Growl/1.3/Growl.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>12C60</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>Growl</string>
<key>CFBundleIdentifier</key>
<string>com.growl.growlframework</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>GRRR</string>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>4G2008a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12C37</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0452</string>
<key>DTXcodeBuild</key>
<string>4G2008a</string>
<key>NSPrincipalClass</key>
<string>GrowlApplicationBridge</string>
</dict>
</plist>
34 changes: 34 additions & 0 deletions Growl/1.3/Growl.framework/Versions/A/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Resources/Info.plist</key>
<data>
VZb3f8My4te/5JwcjfvotgCXTAs=
</data>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
</dict>
</plist>
1 change: 1 addition & 0 deletions Growl/1.3/Growl.framework/Versions/Current
14 changes: 12 additions & 2 deletions RSSCue.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@
4176AAA7181424CF00A079AC /* Growl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4176AAA21814244000A079AC /* Growl.framework */; };
4176AABD1814FCFE00A079AC /* icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4176AABB1814F56100A079AC /* icon.icns */; };
4176AAD218151A9100A079AC /* NSString+Filtered.m in Sources */ = {isa = PBXBuildFile; fileRef = 4176AAD118151A9100A079AC /* NSString+Filtered.m */; };
4176AAD918157BCD00A079AC /* RSS-status-item.png in Resources */ = {isa = PBXBuildFile; fileRef = 4176AAD818157BCD00A079AC /* RSS-status-item.png */; };
4176AADC1815990000A079AC /* NSUserDefaults+FeedConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4176AADB1815990000A079AC /* NSUserDefaults+FeedConfig.m */; };
419ECC18180E77F500B333D2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 419ECC17180E77F500B333D2 /* Cocoa.framework */; };
419ECC22180E77F500B333D2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 419ECC20180E77F500B333D2 /* InfoPlist.strings */; };
419ECC24180E77F500B333D2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 419ECC23180E77F500B333D2 /* main.m */; };
@@ -54,9 +56,12 @@

/* Begin PBXFileReference section */
4176AAA21814244000A079AC /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = ../Growl/1.3/Growl.framework; sourceTree = "<group>"; };
4176AABB1814F56100A079AC /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon.icns; sourceTree = "<group>"; };
4176AABB1814F56100A079AC /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = icon.icns; path = ../icon.icns; sourceTree = "<group>"; };
4176AAD018151A9100A079AC /* NSString+Filtered.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+Filtered.h"; path = "RSSCue/NSString+Filtered.h"; sourceTree = "<group>"; };
4176AAD118151A9100A079AC /* NSString+Filtered.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+Filtered.m"; path = "RSSCue/NSString+Filtered.m"; sourceTree = "<group>"; };
4176AAD818157BCD00A079AC /* RSS-status-item.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "RSS-status-item.png"; sourceTree = "<group>"; };
4176AADA1815990000A079AC /* NSUserDefaults+FeedConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+FeedConfig.h"; path = "RSSCue/NSUserDefaults+FeedConfig.h"; sourceTree = "<group>"; };
4176AADB1815990000A079AC /* NSUserDefaults+FeedConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+FeedConfig.m"; path = "RSSCue/NSUserDefaults+FeedConfig.m"; sourceTree = "<group>"; };
419ECC13180E77F500B333D2 /* RSSCue.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RSSCue.app; sourceTree = BUILT_PRODUCTS_DIR; };
419ECC17180E77F500B333D2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
419ECC1A180E77F500B333D2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
@@ -126,6 +131,8 @@
children = (
4176AAD018151A9100A079AC /* NSString+Filtered.h */,
4176AAD118151A9100A079AC /* NSString+Filtered.m */,
4176AADA1815990000A079AC /* NSUserDefaults+FeedConfig.h */,
4176AADB1815990000A079AC /* NSUserDefaults+FeedConfig.m */,
);
name = Utilities;
path = ..;
@@ -134,7 +141,6 @@
419ECC08180E77F500B333D2 = {
isa = PBXGroup;
children = (
4176AABB1814F56100A079AC /* icon.icns */,
419ECC1D180E77F500B333D2 /* RSSCue */,
419ECC3A180E77F500B333D2 /* RSSCueTests */,
419ECC16180E77F500B333D2 /* Frameworks */,
@@ -189,6 +195,8 @@
419ECC1E180E77F500B333D2 /* Supporting Files */ = {
isa = PBXGroup;
children = (
4176AAD818157BCD00A079AC /* RSS-status-item.png */,
4176AABB1814F56100A079AC /* icon.icns */,
419ECC1F180E77F500B333D2 /* RSSCue-Info.plist */,
419ECC20180E77F500B333D2 /* InfoPlist.strings */,
419ECC23180E77F500B333D2 /* main.m */,
@@ -319,6 +327,7 @@
41AC7F751813FAC900873307 /* Preferences.xib in Resources */,
41AC7F7A1813FB3F00873307 /* Growl Registration Ticket.growlRegDict in Resources */,
4176AABD1814FCFE00A079AC /* icon.icns in Resources */,
4176AAD918157BCD00A079AC /* RSS-status-item.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -360,6 +369,7 @@
41CA868918128E1900E715A3 /* RCItem.m in Sources */,
41AC7F711813C05900873307 /* RCFeedsPool.m in Sources */,
4176AAD218151A9100A079AC /* NSString+Filtered.m in Sources */,
4176AADC1815990000A079AC /* NSUserDefaults+FeedConfig.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Loading
Oops, something went wrong.

0 comments on commit bc67e8e

Please sign in to comment.