Adinline Start

This commit is contained in:
GRMrGecko 2011-02-08 10:10:46 -06:00
commit 1bc7849cee
10 changed files with 543 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
build
*.zip
*.xcodeproj/*.pbxuser
*.xcodeproj/*.mode*
*.xcodeproj/*.perspective*
*.xcodeproj/xcuserdata
*.xcodeproj/project.xcworkspace/xcuserdata
*.xcworkspace/xcuserdata

View File

@ -0,0 +1,385 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXAggregateTarget section */
2A33161D13019B4300DFD907 /* Build Directory */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 2A33162013019B4300DFD907 /* Build configuration list for PBXAggregateTarget "Build Directory" */;
buildPhases = (
2A33162213019B5500DFD907 /* ShellScript */,
);
dependencies = (
);
name = "Build Directory";
productName = "Build Directory";
};
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
2A07206F12FCF2FE0050B027 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A07206E12FCF2FE0050B027 /* Cocoa.framework */; };
2AC004CD12FD076500EC0A2F /* MGMAdinline.m in Sources */ = {isa = PBXBuildFile; fileRef = 2AC004CC12FD076500EC0A2F /* MGMAdinline.m */; };
2AC004D512FD8D5000EC0A2F /* Adium.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AC004D412FD8D5000EC0A2F /* Adium.framework */; };
2ADAC3A912FCF7F700E0629F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2ADAC3A612FCF7F700E0629F /* InfoPlist.strings */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
2A33162313019B6200DFD907 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 2A07206212FCF2FC0050B027 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 2A33161D13019B4300DFD907;
remoteInfo = "Build Directory";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
2A07206B12FCF2FE0050B027 /* Adinline.AdiumPlugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Adinline.AdiumPlugin; sourceTree = BUILT_PRODUCTS_DIR; };
2A07206E12FCF2FE0050B027 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
2A07207112FCF2FE0050B027 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
2A07207212FCF2FE0050B027 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
2A07207312FCF2FE0050B027 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
2AC004CB12FD076500EC0A2F /* MGMAdinline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGMAdinline.h; sourceTree = "<group>"; };
2AC004CC12FD076500EC0A2F /* MGMAdinline.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGMAdinline.m; sourceTree = "<group>"; };
2AC004D412FD8D5000EC0A2F /* Adium.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Adium.framework; path = "../../../Users/grmrgecko/Library/Developer/Xcode/DerivedData/Adium-gciovdnwphndewdypqlkgwdqtpun/Build/Products/Debug/Adium.framework"; sourceTree = "<group>"; };
2ADAC39912FCF78600E0629F /* prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = prefix.pch; path = Classes/prefix.pch; sourceTree = "<group>"; };
2ADAC3A712FCF7F700E0629F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2ADAC3AB12FCF80100E0629F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
2A07206812FCF2FE0050B027 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A07206F12FCF2FE0050B027 /* Cocoa.framework in Frameworks */,
2AC004D512FD8D5000EC0A2F /* Adium.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
2A07206012FCF2FC0050B027 = {
isa = PBXGroup;
children = (
2ADAC39812FCF78600E0629F /* Classes */,
2ADAC39E12FCF79A00E0629F /* Other Sources */,
2ADAC3A512FCF7F700E0629F /* Resources */,
2A07206D12FCF2FE0050B027 /* Frameworks */,
2A07206C12FCF2FE0050B027 /* Products */,
);
sourceTree = "<group>";
};
2A07206C12FCF2FE0050B027 /* Products */ = {
isa = PBXGroup;
children = (
2A07206B12FCF2FE0050B027 /* Adinline.AdiumPlugin */,
);
name = Products;
sourceTree = "<group>";
};
2A07206D12FCF2FE0050B027 /* Frameworks */ = {
isa = PBXGroup;
children = (
2AC004D412FD8D5000EC0A2F /* Adium.framework */,
2A07206E12FCF2FE0050B027 /* Cocoa.framework */,
2A07207012FCF2FE0050B027 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
2A07207012FCF2FE0050B027 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
2A07207112FCF2FE0050B027 /* AppKit.framework */,
2A07207212FCF2FE0050B027 /* CoreData.framework */,
2A07207312FCF2FE0050B027 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
2ADAC39812FCF78600E0629F /* Classes */ = {
isa = PBXGroup;
children = (
2AC004CB12FD076500EC0A2F /* MGMAdinline.h */,
2AC004CC12FD076500EC0A2F /* MGMAdinline.m */,
);
path = Classes;
sourceTree = "<group>";
};
2ADAC39E12FCF79A00E0629F /* Other Sources */ = {
isa = PBXGroup;
children = (
2ADAC39912FCF78600E0629F /* prefix.pch */,
);
name = "Other Sources";
sourceTree = "<group>";
};
2ADAC3A512FCF7F700E0629F /* Resources */ = {
isa = PBXGroup;
children = (
2ADAC3A612FCF7F700E0629F /* InfoPlist.strings */,
2ADAC3AB12FCF80100E0629F /* Info.plist */,
);
path = Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
2A07206A12FCF2FE0050B027 /* Adinline */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2A07207D12FCF2FF0050B027 /* Build configuration list for PBXNativeTarget "Adinline" */;
buildPhases = (
2A07206712FCF2FE0050B027 /* Sources */,
2A07206812FCF2FE0050B027 /* Frameworks */,
2A07206912FCF2FE0050B027 /* Resources */,
);
buildRules = (
);
dependencies = (
2A33162413019B6200DFD907 /* PBXTargetDependency */,
);
name = Adinline;
productName = Adinline;
productReference = 2A07206B12FCF2FE0050B027 /* Adinline.AdiumPlugin */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
2A07206212FCF2FC0050B027 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 2A07206512FCF2FC0050B027 /* Build configuration list for PBXProject "Adinline" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 2A07206012FCF2FC0050B027;
productRefGroup = 2A07206C12FCF2FE0050B027 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2A07206A12FCF2FE0050B027 /* Adinline */,
2A33161D13019B4300DFD907 /* Build Directory */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
2A07206912FCF2FE0050B027 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2ADAC3A912FCF7F700E0629F /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
2A33162213019B5500DFD907 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"$SRCROOT/build\" != \"$SYMROOT\" ]; then\nif [ -d \"$SRCROOT/build\" ]; then\n/bin/rm -Rf \"$SRCROOT/build\"\nfi\n/bin/ln -fs \"$SYMROOT\" \"$SRCROOT/build\"\nfi";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
2A07206712FCF2FE0050B027 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2AC004CD12FD076500EC0A2F /* MGMAdinline.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
2A33162413019B6200DFD907 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 2A33161D13019B4300DFD907 /* Build Directory */;
targetProxy = 2A33162313019B6200DFD907 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
2ADAC3A612FCF7F700E0629F /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
2ADAC3A712FCF7F700E0629F /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
2A07207B12FCF2FF0050B027 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
2A07207C12FCF2FF0050B027 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
name = Release;
};
2A07207E12FCF2FF0050B027 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ADIUM = "/Development/adium-1.4.1";
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
ppc,
i386,
x86_64,
);
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = "\"$(ADIUM)/build/Debug/\"";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Classes/prefix.pch;
GCC_VERSION = 4.2;
HEADER_SEARCH_PATHS = (
"\"$(ADIUM)/Source\"",
"\"$(ADIUM)/Plugins\"",
);
INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "\"$(HOME)/Library/Application Support/Adium 2.0/PlugIns/\"";
MACOSX_DEPLOYMENT_TARGET = 10.4;
"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
OTHER_LDFLAGS = (
"-undefined",
suppress,
"-undefined",
dynamic_lookup,
);
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "ppc i386 x86_64";
WRAPPER_EXTENSION = AdiumPlugin;
};
name = Debug;
};
2A07207F12FCF2FF0050B027 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ADIUM = "/Development/adium-1.4.1";
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
ppc,
i386,
x86_64,
);
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = "\"$(ADIUM)/build/Debug/\"";
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Classes/prefix.pch;
GCC_VERSION = 4.2;
HEADER_SEARCH_PATHS = (
"\"$(ADIUM)/Source\"",
"\"$(ADIUM)/Plugins\"",
);
INFOPLIST_FILE = Resources/Info.plist;
INSTALL_PATH = "\"$(HOME)/Library/Application Support/Adium 2.0/PlugIns/\"";
MACOSX_DEPLOYMENT_TARGET = 10.4;
"MACOSX_DEPLOYMENT_TARGET[arch=x86_64]" = 10.5;
OTHER_LDFLAGS = (
"-undefined",
suppress,
"-undefined",
dynamic_lookup,
);
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = "ppc i386 x86_64";
WRAPPER_EXTENSION = AdiumPlugin;
};
name = Release;
};
2A33161E13019B4300DFD907 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
2A33161F13019B4300DFD907 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
2A07206512FCF2FC0050B027 /* Build configuration list for PBXProject "Adinline" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2A07207B12FCF2FF0050B027 /* Debug */,
2A07207C12FCF2FF0050B027 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2A07207D12FCF2FF0050B027 /* Build configuration list for PBXNativeTarget "Adinline" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2A07207E12FCF2FF0050B027 /* Debug */,
2A07207F12FCF2FF0050B027 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2A33162013019B4300DFD907 /* Build configuration list for PBXAggregateTarget "Build Directory" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2A33161E13019B4300DFD907 /* Debug */,
2A33161F13019B4300DFD907 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 2A07206212FCF2FC0050B027 /* Project object */;
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Adinline.xcodeproj">
</FileRef>
</Workspace>

22
Classes/MGMAdinline.h Normal file
View File

@ -0,0 +1,22 @@
//
// MGMAdinline.h
// Adinline
//
// Created by Mr. Gecko on 2/4/11.
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <Foundation/Foundation.h>
#import <Adium/AIPlugin.h>
#import <Adium/AISharedAdium.h>
#import <Adium/AIChat.h>
#import <Adium/AICorePluginLoader.h>
#import <Adium/AIContentControllerProtocol.h>
#import <Adium/AIInterfaceControllerProtocol.h>
#import "WebKit Message View/AIWebKitMessageViewController.h"
@interface MGMAdinline : AIPlugin <AIHTMLContentFilter> {
}
@end

73
Classes/MGMAdinline.m Normal file
View File

@ -0,0 +1,73 @@
//
// MGMAdinline.m
// Adinline
//
// Created by Mr. Gecko on 2/4/11.
// Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import "MGMAdinline.h"
#import <WebKit/Webkit.h>
@protocol MGMChatViewController <AIChatViewController>
- (AIWebKitMessageViewController *)messageDisplayController;
@end
@implementation MGMAdinline
+ (id<AIAdium>)adium {
return adium;
}
- (void)installPlugin {
[[adium contentController] registerHTMLContentFilter:self direction:AIFilterIncoming];
[[adium contentController] registerHTMLContentFilter:self direction:AIFilterOutgoing];
}
- (void)uninstallPlugin {
[[adium contentController] unregisterHTMLContentFilter:self];
[[NSNotificationCenter defaultCenter] removeObserver:self];
}
- (NSString *)filterHTMLString:(NSString *)theHTMLString content:(AIContentObject *)theContent {
NSArray *imageExtensions = [NSArray arrayWithObjects:@"png", @"jpg", @"jpeg", @"tif", @"tiff", @"gif", @"bmp", nil];
NSMutableString *html = [[theHTMLString mutableCopy] autorelease];
NSRange range = NSMakeRange(0, [html length]);
NSString *shouldScroll = nil;
while (range.length>1) {
NSAutoreleasePool *pool = [NSAutoreleasePool new];
NSRange linkRange = [html rangeOfString:@"<a " options:NSCaseInsensitiveSearch range:range];
if (linkRange.location!=NSNotFound) {
range.location = linkRange.location+linkRange.length;
range.length = [html length]-range.location;
NSRange linkStartRange = [html rangeOfString:@">" options:NSCaseInsensitiveSearch range:range];
if (linkStartRange.location==NSNotFound)
continue;
range.location = linkStartRange.location+linkStartRange.length;
range.length = [html length]-range.location;
NSRange linkEndRange = [html rangeOfString:@"<" options:NSCaseInsensitiveSearch range:range];
if (linkEndRange.location==NSNotFound)
continue;
range.location = linkEndRange.location+linkEndRange.length;
range.length = [html length]-range.location;
linkRange = NSMakeRange(linkStartRange.location+linkStartRange.length, linkEndRange.location-(linkStartRange.location+linkStartRange.length));
NSString *link = [html substringWithRange:linkRange];
if ([imageExtensions containsObject:[[link pathExtension] lowercaseString]]) {
if (shouldScroll==nil) {
WebView *webview = (WebView *)[[(id<MGMChatViewController>)[[[theContent chat] chatContainer] chatViewController] messageDisplayController] messageView];
shouldScroll = [webview stringByEvaluatingJavaScriptFromString:@"nearBottom();"];
}
NSString *image = [NSString stringWithFormat:@"<img src=\"%@\" style=\"max-width: 100%%; max-height: 100%%;\" onLoad=\"imageSwap(this, false);alignChat(%@);\" />", link, shouldScroll];
[html replaceCharactersInRange:linkRange withString:image];
range.location += [image length]-linkRange.length;
range.length = [html length]-range.location;
}
} else {
break;
}
[pool drain];
}
return html;
}
- (CGFloat)filterPriority {
return (CGFloat)LOWEST_FILTER_PRIORITY;
}
@end

7
Classes/prefix.pch Normal file
View File

@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'Adinline' target in the 'Adinline' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif

6
Contributing.txt Normal file
View File

@ -0,0 +1,6 @@
Contributing to Adinline. If you want to contribute to Adinline, here is what I will do: Add your name (and email/website if provided) to the change describing what you changed.
Terms for adding:
1. The patch must not disrupt up the functionality of Adinline. 2. The patch must provide useful changes.
3. Anything that you add to the source code of Adinline will be under the terms of my licenses.
4. If you add changes to Adinline's source code, you may not have them removed, but you will get credit for the changes in the history of the plugin. To contribute: 1. Create a patch file using this command “diff -crB AdinlineOriginal Adinline > Adinline.patch”. 2. Send the patch to adinline@mrgeckosmedia.com with your name, email/website (if you want that information), and what you changed.

1
License.txt Normal file
View File

@ -0,0 +1 @@
Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/ Permission is granted, to any person obtaining a copy of this plugin, to use, copy, modify, merge, or redistribute this plugin under the following terms: 1. This file must be included in all copies of this plugin unmodified in the resource of the plugin. 2. THIS PLUGIN IS PROVIDED "AS IS" BY JAMES COLEMAN, WITHOUT WARRANTY OF ANY KIND. IF YOUR SOFTWARE/COMPUTER CRASHES OR FAILS TO WORK IN ANY WAY SHAPE OR FORM BECAUSE OF THIS PLUGIN, I (JAMES COLEMAN) AM NOT IN ANYWAY RESPONSIBLE FOR YOUR PROBLEM. 3. Redistributions of source code must retain the copyright notice above this license file without modifications. 4. Redistributions of binary must contain the copyright above this license file without modifications. 5. You may not change the about panel, as it is giving credit to everyone who helped write this plugin and they deserve the credit for their fine work. 6. Mr. Gecko's Media (James Coleman) is allowed to modify these terms without notice to you or anyone else.

32
Resources/Info.plist Normal file
View File

@ -0,0 +1,32 @@
<?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>AIMinimumAdiumVersionRequirement</key>
<string>1.3</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.MrGeckosMedia.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/</string>
<key>NSPrincipalClass</key>
<string>MGMAdinline</string>
</dict>
</plist>

View File

@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */