Initial Commit
This commit is contained in:
commit
69f7b59308
467
cunnyfinder.xcodeproj/project.pbxproj
Normal file
467
cunnyfinder.xcodeproj/project.pbxproj
Normal file
@ -0,0 +1,467 @@
|
|||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 46;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
BC6610FD294C62B900277180 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC6610FC294C62B900277180 /* Cocoa.framework */; };
|
||||||
|
BC661107294C62B900277180 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BC661105294C62B900277180 /* InfoPlist.strings */; };
|
||||||
|
BC661109294C62B900277180 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BC661108294C62B900277180 /* main.m */; };
|
||||||
|
BC66110D294C62B900277180 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = BC66110B294C62B900277180 /* Credits.rtf */; };
|
||||||
|
BC661110294C62B900277180 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BC66110F294C62B900277180 /* AppDelegate.m */; };
|
||||||
|
BC661113294C62BA00277180 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC661111294C62BA00277180 /* MainMenu.xib */; };
|
||||||
|
BC66111B294C62BA00277180 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC66111A294C62BA00277180 /* SenTestingKit.framework */; };
|
||||||
|
BC66111C294C62BA00277180 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC6610FC294C62B900277180 /* Cocoa.framework */; };
|
||||||
|
BC661124294C62BA00277180 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BC661122294C62BA00277180 /* InfoPlist.strings */; };
|
||||||
|
BC661127294C62BA00277180 /* cunnyfinderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = BC661126294C62BA00277180 /* cunnyfinderTests.m */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXContainerItemProxy section */
|
||||||
|
BC66111D294C62BA00277180 /* PBXContainerItemProxy */ = {
|
||||||
|
isa = PBXContainerItemProxy;
|
||||||
|
containerPortal = BC6610F1294C62B900277180 /* Project object */;
|
||||||
|
proxyType = 1;
|
||||||
|
remoteGlobalIDString = BC6610F8294C62B900277180;
|
||||||
|
remoteInfo = cunnyfinder;
|
||||||
|
};
|
||||||
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
BC6610F9294C62B900277180 /* cunnyfinder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cunnyfinder.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
BC6610FC294C62B900277180 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
||||||
|
BC6610FF294C62B900277180 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
||||||
|
BC661100294C62B900277180 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
||||||
|
BC661101294C62B900277180 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||||
|
BC661104294C62B900277180 /* cunnyfinder-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "cunnyfinder-Info.plist"; sourceTree = "<group>"; };
|
||||||
|
BC661106294C62B900277180 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||||
|
BC661108294C62B900277180 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||||
|
BC66110A294C62B900277180 /* cunnyfinder-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "cunnyfinder-Prefix.pch"; sourceTree = "<group>"; };
|
||||||
|
BC66110C294C62B900277180 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
||||||
|
BC66110E294C62B900277180 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||||
|
BC66110F294C62B900277180 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||||
|
BC661112294C62BA00277180 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||||
|
BC661119294C62BA00277180 /* cunnyfinderTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = cunnyfinderTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
BC66111A294C62BA00277180 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
|
||||||
|
BC661121294C62BA00277180 /* cunnyfinderTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "cunnyfinderTests-Info.plist"; sourceTree = "<group>"; };
|
||||||
|
BC661123294C62BA00277180 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||||
|
BC661125294C62BA00277180 /* cunnyfinderTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cunnyfinderTests.h; sourceTree = "<group>"; };
|
||||||
|
BC661126294C62BA00277180 /* cunnyfinderTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cunnyfinderTests.m; sourceTree = "<group>"; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
BC6610F6294C62B900277180 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
BC6610FD294C62B900277180 /* Cocoa.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
BC661115294C62BA00277180 /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
BC66111B294C62BA00277180 /* SenTestingKit.framework in Frameworks */,
|
||||||
|
BC66111C294C62BA00277180 /* Cocoa.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
BC6610F0294C62B900277180 = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC661102294C62B900277180 /* cunnyfinder */,
|
||||||
|
BC66111F294C62BA00277180 /* cunnyfinderTests */,
|
||||||
|
BC6610FB294C62B900277180 /* Frameworks */,
|
||||||
|
BC6610FA294C62B900277180 /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC6610FA294C62B900277180 /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC6610F9294C62B900277180 /* cunnyfinder.app */,
|
||||||
|
BC661119294C62BA00277180 /* cunnyfinderTests.octest */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC6610FB294C62B900277180 /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC6610FC294C62B900277180 /* Cocoa.framework */,
|
||||||
|
BC66111A294C62BA00277180 /* SenTestingKit.framework */,
|
||||||
|
BC6610FE294C62B900277180 /* Other Frameworks */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC6610FE294C62B900277180 /* Other Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC6610FF294C62B900277180 /* AppKit.framework */,
|
||||||
|
BC661100294C62B900277180 /* CoreData.framework */,
|
||||||
|
BC661101294C62B900277180 /* Foundation.framework */,
|
||||||
|
);
|
||||||
|
name = "Other Frameworks";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC661102294C62B900277180 /* cunnyfinder */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC66110E294C62B900277180 /* AppDelegate.h */,
|
||||||
|
BC66110F294C62B900277180 /* AppDelegate.m */,
|
||||||
|
BC661111294C62BA00277180 /* MainMenu.xib */,
|
||||||
|
BC661103294C62B900277180 /* Supporting Files */,
|
||||||
|
);
|
||||||
|
path = cunnyfinder;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC661103294C62B900277180 /* Supporting Files */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC661104294C62B900277180 /* cunnyfinder-Info.plist */,
|
||||||
|
BC661105294C62B900277180 /* InfoPlist.strings */,
|
||||||
|
BC661108294C62B900277180 /* main.m */,
|
||||||
|
BC66110A294C62B900277180 /* cunnyfinder-Prefix.pch */,
|
||||||
|
BC66110B294C62B900277180 /* Credits.rtf */,
|
||||||
|
);
|
||||||
|
name = "Supporting Files";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC66111F294C62BA00277180 /* cunnyfinderTests */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC661125294C62BA00277180 /* cunnyfinderTests.h */,
|
||||||
|
BC661126294C62BA00277180 /* cunnyfinderTests.m */,
|
||||||
|
BC661120294C62BA00277180 /* Supporting Files */,
|
||||||
|
);
|
||||||
|
path = cunnyfinderTests;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC661120294C62BA00277180 /* Supporting Files */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BC661121294C62BA00277180 /* cunnyfinderTests-Info.plist */,
|
||||||
|
BC661122294C62BA00277180 /* InfoPlist.strings */,
|
||||||
|
);
|
||||||
|
name = "Supporting Files";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
BC6610F8294C62B900277180 /* cunnyfinder */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = BC66112A294C62BA00277180 /* Build configuration list for PBXNativeTarget "cunnyfinder" */;
|
||||||
|
buildPhases = (
|
||||||
|
BC6610F5294C62B900277180 /* Sources */,
|
||||||
|
BC6610F6294C62B900277180 /* Frameworks */,
|
||||||
|
BC6610F7294C62B900277180 /* Resources */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = cunnyfinder;
|
||||||
|
productName = cunnyfinder;
|
||||||
|
productReference = BC6610F9294C62B900277180 /* cunnyfinder.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
BC661118294C62BA00277180 /* cunnyfinderTests */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = BC66112D294C62BA00277180 /* Build configuration list for PBXNativeTarget "cunnyfinderTests" */;
|
||||||
|
buildPhases = (
|
||||||
|
BC661114294C62BA00277180 /* Sources */,
|
||||||
|
BC661115294C62BA00277180 /* Frameworks */,
|
||||||
|
BC661116294C62BA00277180 /* Resources */,
|
||||||
|
BC661117294C62BA00277180 /* ShellScript */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
BC66111E294C62BA00277180 /* PBXTargetDependency */,
|
||||||
|
);
|
||||||
|
name = cunnyfinderTests;
|
||||||
|
productName = cunnyfinderTests;
|
||||||
|
productReference = BC661119294C62BA00277180 /* cunnyfinderTests.octest */;
|
||||||
|
productType = "com.apple.product-type.bundle";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
BC6610F1294C62B900277180 /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastUpgradeCheck = 0460;
|
||||||
|
ORGANIZATIONNAME = FemboyFinancial;
|
||||||
|
};
|
||||||
|
buildConfigurationList = BC6610F4294C62B900277180 /* Build configuration list for PBXProject "cunnyfinder" */;
|
||||||
|
compatibilityVersion = "Xcode 3.2";
|
||||||
|
developmentRegion = English;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
);
|
||||||
|
mainGroup = BC6610F0294C62B900277180;
|
||||||
|
productRefGroup = BC6610FA294C62B900277180 /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
BC6610F8294C62B900277180 /* cunnyfinder */,
|
||||||
|
BC661118294C62BA00277180 /* cunnyfinderTests */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
BC6610F7294C62B900277180 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
BC661107294C62B900277180 /* InfoPlist.strings in Resources */,
|
||||||
|
BC66110D294C62B900277180 /* Credits.rtf in Resources */,
|
||||||
|
BC661113294C62BA00277180 /* MainMenu.xib in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
BC661116294C62BA00277180 /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
BC661124294C62BA00277180 /* InfoPlist.strings in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXShellScriptBuildPhase section */
|
||||||
|
BC661117294C62BA00277180 /* ShellScript */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
|
||||||
|
};
|
||||||
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
BC6610F5294C62B900277180 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
BC661109294C62B900277180 /* main.m in Sources */,
|
||||||
|
BC661110294C62B900277180 /* AppDelegate.m in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
BC661114294C62BA00277180 /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
BC661127294C62BA00277180 /* cunnyfinderTests.m in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXTargetDependency section */
|
||||||
|
BC66111E294C62BA00277180 /* PBXTargetDependency */ = {
|
||||||
|
isa = PBXTargetDependency;
|
||||||
|
target = BC6610F8294C62B900277180 /* cunnyfinder */;
|
||||||
|
targetProxy = BC66111D294C62BA00277180 /* PBXContainerItemProxy */;
|
||||||
|
};
|
||||||
|
/* End PBXTargetDependency section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
BC661105294C62B900277180 /* InfoPlist.strings */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
BC661106294C62B900277180 /* en */,
|
||||||
|
);
|
||||||
|
name = InfoPlist.strings;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC66110B294C62B900277180 /* Credits.rtf */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
BC66110C294C62B900277180 /* en */,
|
||||||
|
);
|
||||||
|
name = Credits.rtf;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC661111294C62BA00277180 /* MainMenu.xib */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
BC661112294C62BA00277180 /* en */,
|
||||||
|
);
|
||||||
|
name = MainMenu.xib;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
BC661122294C62BA00277180 /* InfoPlist.strings */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
BC661123294C62BA00277180 /* en */,
|
||||||
|
);
|
||||||
|
name = InfoPlist.strings;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
BC661128294C62BA00277180 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = 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_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;
|
||||||
|
};
|
||||||
|
BC661129294C62BA00277180 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
COPY_PHASE_STRIP = YES;
|
||||||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||||
|
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;
|
||||||
|
};
|
||||||
|
BC66112B294C62BA00277180 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "cunnyfinder/cunnyfinder-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "cunnyfinder/cunnyfinder-Info.plist";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
WRAPPER_EXTENSION = app;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
BC66112C294C62BA00277180 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "cunnyfinder/cunnyfinder-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "cunnyfinder/cunnyfinder-Info.plist";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
WRAPPER_EXTENSION = app;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
BC66112E294C62BA00277180 /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/cunnyfinder.app/Contents/MacOS/cunnyfinder";
|
||||||
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"";
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "cunnyfinder/cunnyfinder-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "cunnyfinderTests/cunnyfinderTests-Info.plist";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
||||||
|
WRAPPER_EXTENSION = octest;
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
BC66112F294C62BA00277180 /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
buildSettings = {
|
||||||
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/cunnyfinder.app/Contents/MacOS/cunnyfinder";
|
||||||
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
|
FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"";
|
||||||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||||
|
GCC_PREFIX_HEADER = "cunnyfinder/cunnyfinder-Prefix.pch";
|
||||||
|
INFOPLIST_FILE = "cunnyfinderTests/cunnyfinderTests-Info.plist";
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
||||||
|
WRAPPER_EXTENSION = octest;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
BC6610F4294C62B900277180 /* Build configuration list for PBXProject "cunnyfinder" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
BC661128294C62BA00277180 /* Debug */,
|
||||||
|
BC661129294C62BA00277180 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
BC66112A294C62BA00277180 /* Build configuration list for PBXNativeTarget "cunnyfinder" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
BC66112B294C62BA00277180 /* Debug */,
|
||||||
|
BC66112C294C62BA00277180 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
};
|
||||||
|
BC66112D294C62BA00277180 /* Build configuration list for PBXNativeTarget "cunnyfinderTests" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
BC66112E294C62BA00277180 /* Debug */,
|
||||||
|
BC66112F294C62BA00277180 /* Release */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = BC6610F1294C62B900277180 /* Project object */;
|
||||||
|
}
|
15
cunnyfinder/AppDelegate.h
Normal file
15
cunnyfinder/AppDelegate.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
//
|
||||||
|
// AppDelegate.h
|
||||||
|
// cunnyfinder
|
||||||
|
//
|
||||||
|
// Created by Femployee on 12/16/22.
|
||||||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||||||
|
|
||||||
|
@property (assign) IBOutlet NSWindow *window;
|
||||||
|
|
||||||
|
@end
|
18
cunnyfinder/AppDelegate.m
Normal file
18
cunnyfinder/AppDelegate.m
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
//
|
||||||
|
// AppDelegate.m
|
||||||
|
// cunnyfinder
|
||||||
|
//
|
||||||
|
// Created by Femployee on 12/16/22.
|
||||||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "AppDelegate.h"
|
||||||
|
|
||||||
|
@implementation AppDelegate
|
||||||
|
|
||||||
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
|
||||||
|
{
|
||||||
|
// Insert code here to initialize your application
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
34
cunnyfinder/cunnyfinder-Info.plist
Normal file
34
cunnyfinder/cunnyfinder-Info.plist
Normal file
@ -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>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>${EXECUTABLE_NAME}</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string></string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>jp.femboyfinancial.${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 © 2022 FemboyFinancial. All rights reserved.</string>
|
||||||
|
<key>NSMainNibFile</key>
|
||||||
|
<string>MainMenu</string>
|
||||||
|
<key>NSPrincipalClass</key>
|
||||||
|
<string>NSApplication</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
7
cunnyfinder/cunnyfinder-Prefix.pch
Normal file
7
cunnyfinder/cunnyfinder-Prefix.pch
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
//
|
||||||
|
// Prefix header for all source files of the 'cunnyfinder' target in the 'cunnyfinder' project
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifdef __OBJC__
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
#endif
|
29
cunnyfinder/en.lproj/Credits.rtf
Normal file
29
cunnyfinder/en.lproj/Credits.rtf
Normal 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\
|
||||||
|
}
|
2
cunnyfinder/en.lproj/InfoPlist.strings
Normal file
2
cunnyfinder/en.lproj/InfoPlist.strings
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
4666
cunnyfinder/en.lproj/MainMenu.xib
Normal file
4666
cunnyfinder/en.lproj/MainMenu.xib
Normal file
File diff suppressed because it is too large
Load Diff
14
cunnyfinder/main.m
Normal file
14
cunnyfinder/main.m
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
//
|
||||||
|
// main.m
|
||||||
|
// cunnyfinder
|
||||||
|
//
|
||||||
|
// Created by Femployee on 12/16/22.
|
||||||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
int main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
return NSApplicationMain(argc, (const char **)argv);
|
||||||
|
}
|
22
cunnyfinderTests/cunnyfinderTests-Info.plist
Normal file
22
cunnyfinderTests/cunnyfinderTests-Info.plist
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?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>CFBundleIdentifier</key>
|
||||||
|
<string>jp.femboyfinancial.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
13
cunnyfinderTests/cunnyfinderTests.h
Normal file
13
cunnyfinderTests/cunnyfinderTests.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
//
|
||||||
|
// cunnyfinderTests.h
|
||||||
|
// cunnyfinderTests
|
||||||
|
//
|
||||||
|
// Created by Femployee on 12/16/22.
|
||||||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import <SenTestingKit/SenTestingKit.h>
|
||||||
|
|
||||||
|
@interface cunnyfinderTests : SenTestCase
|
||||||
|
|
||||||
|
@end
|
32
cunnyfinderTests/cunnyfinderTests.m
Normal file
32
cunnyfinderTests/cunnyfinderTests.m
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
//
|
||||||
|
// cunnyfinderTests.m
|
||||||
|
// cunnyfinderTests
|
||||||
|
//
|
||||||
|
// Created by Femployee on 12/16/22.
|
||||||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
#import "cunnyfinderTests.h"
|
||||||
|
|
||||||
|
@implementation cunnyfinderTests
|
||||||
|
|
||||||
|
- (void)setUp
|
||||||
|
{
|
||||||
|
[super setUp];
|
||||||
|
|
||||||
|
// Set-up code here.
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)tearDown
|
||||||
|
{
|
||||||
|
// Tear-down code here.
|
||||||
|
|
||||||
|
[super tearDown];
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)testExample
|
||||||
|
{
|
||||||
|
STFail(@"Unit tests are not implemented yet in cunnyfinderTests");
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
2
cunnyfinderTests/en.lproj/InfoPlist.strings
Normal file
2
cunnyfinderTests/en.lproj/InfoPlist.strings
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/* Localized versions of Info.plist keys */
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user