Archived
1

Initial Commit

This commit is contained in:
Kim Wittenburg
2012-06-10 16:45:46 +02:00
commit a31765d6b1
9 changed files with 5005 additions and 0 deletions

View File

@@ -0,0 +1,295 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
3B20EF2C1584EA9A006C0CDF /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B20EF2B1584EA9A006C0CDF /* Cocoa.framework */; };
3B20EF361584EA9A006C0CDF /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B20EF341584EA9A006C0CDF /* InfoPlist.strings */; };
3B20EF381584EA9A006C0CDF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B20EF371584EA9A006C0CDF /* main.m */; };
3B20EF3C1584EA9A006C0CDF /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3B20EF3A1584EA9A006C0CDF /* Credits.rtf */; };
3B20EF3F1584EA9A006C0CDF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B20EF3E1584EA9A006C0CDF /* AppDelegate.m */; };
3B20EF421584EA9A006C0CDF /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B20EF401584EA9A006C0CDF /* MainMenu.xib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
3B20EF271584EA9A006C0CDF /* iLyrics.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iLyrics.app; sourceTree = BUILT_PRODUCTS_DIR; };
3B20EF2B1584EA9A006C0CDF /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
3B20EF2E1584EA9A006C0CDF /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
3B20EF2F1584EA9A006C0CDF /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
3B20EF301584EA9A006C0CDF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3B20EF331584EA9A006C0CDF /* iLyrics-Info.plist */ = {isa = PBXFileReference; path = "iLyrics-Info.plist"; sourceTree = "<group>"; };
3B20EF351584EA9A006C0CDF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
3B20EF371584EA9A006C0CDF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
3B20EF391584EA9A006C0CDF /* iLyrics-Prefix.pch */ = {isa = PBXFileReference; path = "iLyrics-Prefix.pch"; sourceTree = "<group>"; };
3B20EF3B1584EA9A006C0CDF /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
3B20EF3D1584EA9A006C0CDF /* AppDelegate.h */ = {isa = PBXFileReference; path = AppDelegate.h; sourceTree = "<group>"; };
3B20EF3E1584EA9A006C0CDF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
3B20EF411584EA9A006C0CDF /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
3B20EF241584EA9A006C0CDF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3B20EF2C1584EA9A006C0CDF /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3B20EF1C1584EA9A006C0CDF = {
isa = PBXGroup;
children = (
3B20EF311584EA9A006C0CDF /* iLyrics */,
3B20EF2A1584EA9A006C0CDF /* Frameworks */,
3B20EF281584EA9A006C0CDF /* Products */,
);
sourceTree = "<group>";
};
3B20EF281584EA9A006C0CDF /* Products */ = {
isa = PBXGroup;
children = (
3B20EF271584EA9A006C0CDF /* iLyrics.app */,
);
name = Products;
sourceTree = "<group>";
};
3B20EF2A1584EA9A006C0CDF /* Frameworks */ = {
isa = PBXGroup;
children = (
3B20EF2B1584EA9A006C0CDF /* Cocoa.framework */,
3B20EF2D1584EA9A006C0CDF /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
3B20EF2D1584EA9A006C0CDF /* Other Frameworks */ = {
isa = PBXGroup;
children = (
3B20EF2E1584EA9A006C0CDF /* AppKit.framework */,
3B20EF2F1584EA9A006C0CDF /* CoreData.framework */,
3B20EF301584EA9A006C0CDF /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
3B20EF311584EA9A006C0CDF /* iLyrics */ = {
isa = PBXGroup;
children = (
3B20EF3D1584EA9A006C0CDF /* AppDelegate.h */,
3B20EF3E1584EA9A006C0CDF /* AppDelegate.m */,
3B20EF401584EA9A006C0CDF /* MainMenu.xib */,
3B20EF321584EA9A006C0CDF /* Supporting Files */,
);
path = iLyrics;
sourceTree = "<group>";
};
3B20EF321584EA9A006C0CDF /* Supporting Files */ = {
isa = PBXGroup;
children = (
3B20EF331584EA9A006C0CDF /* iLyrics-Info.plist */,
3B20EF341584EA9A006C0CDF /* InfoPlist.strings */,
3B20EF371584EA9A006C0CDF /* main.m */,
3B20EF391584EA9A006C0CDF /* iLyrics-Prefix.pch */,
3B20EF3A1584EA9A006C0CDF /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
3B20EF261584EA9A006C0CDF /* iLyrics */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3B20EF451584EA9A006C0CDF /* Build configuration list for PBXNativeTarget "iLyrics" */;
buildPhases = (
3B20EF231584EA9A006C0CDF /* Sources */,
3B20EF241584EA9A006C0CDF /* Frameworks */,
3B20EF251584EA9A006C0CDF /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = iLyrics;
productName = iLyrics;
productReference = 3B20EF271584EA9A006C0CDF /* iLyrics.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
3B20EF1E1584EA9A006C0CDF /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
};
buildConfigurationList = 3B20EF211584EA9A006C0CDF /* Build configuration list for PBXProject "iLyrics" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 3B20EF1C1584EA9A006C0CDF;
productRefGroup = 3B20EF281584EA9A006C0CDF /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
3B20EF261584EA9A006C0CDF /* iLyrics */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3B20EF251584EA9A006C0CDF /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3B20EF361584EA9A006C0CDF /* InfoPlist.strings in Resources */,
3B20EF3C1584EA9A006C0CDF /* Credits.rtf in Resources */,
3B20EF421584EA9A006C0CDF /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
3B20EF231584EA9A006C0CDF /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3B20EF381584EA9A006C0CDF /* main.m in Sources */,
3B20EF3F1584EA9A006C0CDF /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
3B20EF341584EA9A006C0CDF /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
3B20EF351584EA9A006C0CDF /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
3B20EF3A1584EA9A006C0CDF /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
3B20EF3B1584EA9A006C0CDF /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
3B20EF401584EA9A006C0CDF /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
3B20EF411584EA9A006C0CDF /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
3B20EF431584EA9A006C0CDF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
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_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
3B20EF441584EA9A006C0CDF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
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_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Release;
};
3B20EF461584EA9A006C0CDF /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iLyrics/iLyrics-Prefix.pch";
INFOPLIST_FILE = "iLyrics/iLyrics-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
3B20EF471584EA9A006C0CDF /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "iLyrics/iLyrics-Prefix.pch";
INFOPLIST_FILE = "iLyrics/iLyrics-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3B20EF211584EA9A006C0CDF /* Build configuration list for PBXProject "iLyrics" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3B20EF431584EA9A006C0CDF /* Debug */,
3B20EF441584EA9A006C0CDF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3B20EF451584EA9A006C0CDF /* Build configuration list for PBXNativeTarget "iLyrics" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3B20EF461584EA9A006C0CDF /* Debug */,
3B20EF471584EA9A006C0CDF /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 3B20EF1E1584EA9A006C0CDF /* Project object */;
}

15
iLyrics/AppDelegate.h Normal file
View File

@@ -0,0 +1,15 @@
//
// AppDelegate.h
// iLyrics
//
// Created by Kim Wittenburg on 10.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end

20
iLyrics/AppDelegate.m Normal file
View File

@@ -0,0 +1,20 @@
//
// AppDelegate.m
// iLyrics
//
// Created by Kim Wittenburg on 10.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import "AppDelegate.h"
@implementation AppDelegate
@synthesize window = _window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end

View File

@@ -0,0 +1,29 @@
{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw9840\paperh8400
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
\f0\b\fs24 \cf0 Engineering:
\b0 \
Some people\
\
\b Human Interface Design:
\b0 \
Some other people\
\
\b Testing:
\b0 \
Hopefully not nobody\
\
\b Documentation:
\b0 \
Whoever\
\
\b With special thanks to:
\b0 \
Mom\
}

View File

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

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,36 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>wittenburg.kim.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 __MyCompanyName__. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

View File

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

14
iLyrics/main.m Normal file
View File

@@ -0,0 +1,14 @@
//
// main.m
// iLyrics
//
// Created by Kim Wittenburg on 10.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}