Commit dbcd3f64 authored by Eloy Duran's avatar Eloy Duran

Import ConfigureTest app project without running `pod install` yet.

parent 913dc00d
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
516164B7145623DE0045B749 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 516164B6145623DE0045B749 /* Cocoa.framework */; };
516164C1145623DF0045B749 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 516164BF145623DF0045B749 /* InfoPlist.strings */; };
516164C3145623DF0045B749 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 516164C2145623DF0045B749 /* main.m */; };
516164C7145623DF0045B749 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 516164C5145623DF0045B749 /* Credits.rtf */; };
516164CA145623DF0045B749 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 516164C9145623DF0045B749 /* AppDelegate.m */; };
516164CD145623DF0045B749 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 516164CB145623DF0045B749 /* MainMenu.xib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
516164B2145623DE0045B749 /* ConfigureTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ConfigureTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
516164B6145623DE0045B749 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
516164B9145623DF0045B749 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
516164BA145623DF0045B749 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
516164BB145623DF0045B749 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
516164BE145623DF0045B749 /* ConfigureTest-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ConfigureTest-Info.plist"; sourceTree = "<group>"; };
516164C0145623DF0045B749 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
516164C2145623DF0045B749 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
516164C4145623DF0045B749 /* ConfigureTest-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ConfigureTest-Prefix.pch"; sourceTree = "<group>"; };
516164C6145623DF0045B749 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
516164C8145623DF0045B749 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
516164C9145623DF0045B749 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
516164CC145623DF0045B749 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
516164AF145623DE0045B749 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
516164B7145623DE0045B749 /* Cocoa.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
516164A7145623DE0045B749 = {
isa = PBXGroup;
children = (
516164BC145623DF0045B749 /* ConfigureTest */,
516164B5145623DE0045B749 /* Frameworks */,
516164B3145623DE0045B749 /* Products */,
);
sourceTree = "<group>";
};
516164B3145623DE0045B749 /* Products */ = {
isa = PBXGroup;
children = (
516164B2145623DE0045B749 /* ConfigureTest.app */,
);
name = Products;
sourceTree = "<group>";
};
516164B5145623DE0045B749 /* Frameworks */ = {
isa = PBXGroup;
children = (
516164B6145623DE0045B749 /* Cocoa.framework */,
516164B8145623DE0045B749 /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
516164B8145623DE0045B749 /* Other Frameworks */ = {
isa = PBXGroup;
children = (
516164B9145623DF0045B749 /* AppKit.framework */,
516164BA145623DF0045B749 /* CoreData.framework */,
516164BB145623DF0045B749 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
516164BC145623DF0045B749 /* ConfigureTest */ = {
isa = PBXGroup;
children = (
516164C8145623DF0045B749 /* AppDelegate.h */,
516164C9145623DF0045B749 /* AppDelegate.m */,
516164CB145623DF0045B749 /* MainMenu.xib */,
516164BD145623DF0045B749 /* Supporting Files */,
);
path = ConfigureTest;
sourceTree = "<group>";
};
516164BD145623DF0045B749 /* Supporting Files */ = {
isa = PBXGroup;
children = (
516164BE145623DF0045B749 /* ConfigureTest-Info.plist */,
516164BF145623DF0045B749 /* InfoPlist.strings */,
516164C2145623DF0045B749 /* main.m */,
516164C4145623DF0045B749 /* ConfigureTest-Prefix.pch */,
516164C5145623DF0045B749 /* Credits.rtf */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
516164B1145623DE0045B749 /* ConfigureTest */ = {
isa = PBXNativeTarget;
buildConfigurationList = 516164D0145623DF0045B749 /* Build configuration list for PBXNativeTarget "ConfigureTest" */;
buildPhases = (
516164AE145623DE0045B749 /* Sources */,
516164AF145623DE0045B749 /* Frameworks */,
516164B0145623DE0045B749 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ConfigureTest;
productName = ConfigureTest;
productReference = 516164B2145623DE0045B749 /* ConfigureTest.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
516164A9145623DE0045B749 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
};
buildConfigurationList = 516164AC145623DE0045B749 /* Build configuration list for PBXProject "ConfigureTest" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 516164A7145623DE0045B749;
productRefGroup = 516164B3145623DE0045B749 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
516164B1145623DE0045B749 /* ConfigureTest */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
516164B0145623DE0045B749 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
516164C1145623DF0045B749 /* InfoPlist.strings in Resources */,
516164C7145623DF0045B749 /* Credits.rtf in Resources */,
516164CD145623DF0045B749 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
516164AE145623DE0045B749 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
516164C3145623DF0045B749 /* main.m in Sources */,
516164CA145623DF0045B749 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
516164BF145623DF0045B749 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
516164C0145623DF0045B749 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
516164C5145623DF0045B749 /* Credits.rtf */ = {
isa = PBXVariantGroup;
children = (
516164C6145623DF0045B749 /* en */,
);
name = Credits.rtf;
sourceTree = "<group>";
};
516164CB145623DF0045B749 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
516164CC145623DF0045B749 /* en */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
516164CE145623DF0045B749 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
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_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
516164CF145623DF0045B749 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
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_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
SDKROOT = macosx;
};
name = Release;
};
516164D1145623DF0045B749 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ConfigureTest/ConfigureTest-Prefix.pch";
INFOPLIST_FILE = "ConfigureTest/ConfigureTest-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
516164D2145623DF0045B749 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ConfigureTest/ConfigureTest-Prefix.pch";
INFOPLIST_FILE = "ConfigureTest/ConfigureTest-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
516164AC145623DE0045B749 /* Build configuration list for PBXProject "ConfigureTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
516164CE145623DF0045B749 /* Debug */,
516164CF145623DF0045B749 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
516164D0145623DF0045B749 /* Build configuration list for PBXNativeTarget "ConfigureTest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
516164D1145623DF0045B749 /* Debug */,
516164D2145623DF0045B749 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 516164A9145623DE0045B749 /* Project object */;
}
//
// AppDelegate.h
// ConfigureTest
//
// Created by Eloy Duran on 25-10-11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (assign) IBOutlet NSWindow *window;
@end
//
// AppDelegate.m
// ConfigureTest
//
// Created by Eloy Duran on 25-10-11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import "AppDelegate.h"
@implementation AppDelegate
@synthesize window = _window;
- (void)dealloc
{
[super dealloc];
}
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end
<?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>org.cocoapods.${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>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011 __MyCompanyName__. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
//
// Prefix header for all source files of the 'ConfigureTest' target in the 'ConfigureTest' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
{\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\
}
This source diff could not be displayed because it is too large. You can view the blob instead.
//
// main.m
// ConfigureTest
//
// Created by Eloy Duran on 25-10-11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}
platform :osx
dependency 'JSONKit'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment