adding an XCode build project
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@627 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
f3a60e8c49
commit
5515cd1756
5 changed files with 507 additions and 1 deletions
BIN
macosx/English.lproj/InfoPlist.strings
Normal file
BIN
macosx/English.lproj/InfoPlist.strings
Normal file
Binary file not shown.
26
macosx/Info.plist
Normal file
26
macosx/Info.plist
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Loki</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.carbonframeworktemplate</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
454
macosx/Loki.xcodeproj/project.pbxproj
Normal file
454
macosx/Loki.xcodeproj/project.pbxproj
Normal file
|
@ -0,0 +1,454 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1829612B09E6B96000B621DD /* StrongPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 1829612A09E6B96000B621DD /* StrongPtr.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
1829613F09E6C7B500B621DD /* StrongPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1829613E09E6C7B500B621DD /* StrongPtr.cpp */; };
|
||||
18A7B7F609E3304F00F567CA /* OrderedStatic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18A7B7F109E3304F00F567CA /* OrderedStatic.cpp */; };
|
||||
18A7B7F709E3304F00F567CA /* SmartPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18A7B7F209E3304F00F567CA /* SmartPtr.cpp */; };
|
||||
18A7B7F809E3304F00F567CA /* SafeFormat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18A7B7F309E3304F00F567CA /* SafeFormat.cpp */; };
|
||||
18A7B7F909E3304F00F567CA /* Singleton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18A7B7F409E3304F00F567CA /* Singleton.cpp */; };
|
||||
18A7B7FA09E3304F00F567CA /* SmallObj.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18A7B7F509E3304F00F567CA /* SmallObj.cpp */; };
|
||||
18A7B81B09E3306400F567CA /* AbstractFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B7FB09E3306400F567CA /* AbstractFactory.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B81C09E3306400F567CA /* AssocVector.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B7FC09E3306400F567CA /* AssocVector.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B81D09E3306400F567CA /* ConstPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B7FD09E3306400F567CA /* ConstPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B81E09E3306400F567CA /* DataGenerators.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B7FE09E3306400F567CA /* DataGenerators.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B81F09E3306400F567CA /* EmptyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B7FF09E3306400F567CA /* EmptyType.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82009E3306400F567CA /* Factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80009E3306400F567CA /* Factory.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82109E3306400F567CA /* Function.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80109E3306400F567CA /* Function.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82209E3306400F567CA /* Functor.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80209E3306400F567CA /* Functor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82309E3306400F567CA /* HierarchyGenerators.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80309E3306400F567CA /* HierarchyGenerators.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82409E3306400F567CA /* LockingPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80409E3306400F567CA /* LockingPtr.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82509E3306400F567CA /* LokiExport.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80509E3306400F567CA /* LokiExport.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82609E3306400F567CA /* LokiTypeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80609E3306400F567CA /* LokiTypeInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82709E3306400F567CA /* MultiMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80709E3306400F567CA /* MultiMethods.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82809E3306400F567CA /* NullType.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80809E3306400F567CA /* NullType.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82909E3306400F567CA /* OrderedStatic.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80909E3306400F567CA /* OrderedStatic.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82A09E3306400F567CA /* Pimpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80A09E3306400F567CA /* Pimpl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82B09E3306400F567CA /* RefToValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80B09E3306400F567CA /* RefToValue.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82C09E3306400F567CA /* Register.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80C09E3306400F567CA /* Register.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82D09E3306400F567CA /* SafeFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80D09E3306400F567CA /* SafeFormat.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82E09E3306400F567CA /* ScopeGuard.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80E09E3306400F567CA /* ScopeGuard.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B82F09E3306400F567CA /* Sequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B80F09E3306400F567CA /* Sequence.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83009E3306400F567CA /* Singleton.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81009E3306400F567CA /* Singleton.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83109E3306400F567CA /* SmallObj.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81109E3306400F567CA /* SmallObj.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83209E3306400F567CA /* SmartPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81209E3306400F567CA /* SmartPtr.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83309E3306400F567CA /* static_check.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81309E3306400F567CA /* static_check.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83409E3306400F567CA /* Threads.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81409E3306400F567CA /* Threads.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83509E3306400F567CA /* Tuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81509E3306400F567CA /* Tuple.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83609E3306400F567CA /* Typelist.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81609E3306400F567CA /* Typelist.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83709E3306400F567CA /* TypelistMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81709E3306400F567CA /* TypelistMacros.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83809E3306400F567CA /* TypeManip.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81809E3306400F567CA /* TypeManip.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83909E3306400F567CA /* TypeTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81909E3306400F567CA /* TypeTraits.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
18A7B83A09E3306400F567CA /* Visitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 18A7B81A09E3306400F567CA /* Visitor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C1666FE841158C02AAC07 /* InfoPlist.strings */; };
|
||||
8D07F2C40486CC7A007CD1D0 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB77AAFE841565C02AAC07 /* Carbon.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXBuildStyle section */
|
||||
4F0BB7EC011F40E904CA0E50 /* Debug */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
4F0BB7ED011F40E904CA0E50 /* Release */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End PBXBuildStyle section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
089C1667FE841158C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
08FB77AAFE841565C02AAC07 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
|
||||
1829612A09E6B96000B621DD /* StrongPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = StrongPtr.h; path = ../include/loki/StrongPtr.h; sourceTree = SOURCE_ROOT; };
|
||||
1829613E09E6C7B500B621DD /* StrongPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = StrongPtr.cpp; path = ../src/StrongPtr.cpp; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7F109E3304F00F567CA /* OrderedStatic.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = OrderedStatic.cpp; path = ../src/OrderedStatic.cpp; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7F209E3304F00F567CA /* SmartPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SmartPtr.cpp; path = ../src/SmartPtr.cpp; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7F309E3304F00F567CA /* SafeFormat.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SafeFormat.cpp; path = ../src/SafeFormat.cpp; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7F409E3304F00F567CA /* Singleton.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Singleton.cpp; path = ../src/Singleton.cpp; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7F509E3304F00F567CA /* SmallObj.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SmallObj.cpp; path = ../src/SmallObj.cpp; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7FB09E3306400F567CA /* AbstractFactory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AbstractFactory.h; path = ../include/loki/AbstractFactory.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7FC09E3306400F567CA /* AssocVector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = AssocVector.h; path = ../include/loki/AssocVector.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7FD09E3306400F567CA /* ConstPolicy.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ConstPolicy.h; path = ../include/loki/ConstPolicy.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7FE09E3306400F567CA /* DataGenerators.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DataGenerators.h; path = ../include/loki/DataGenerators.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B7FF09E3306400F567CA /* EmptyType.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = EmptyType.h; path = ../include/loki/EmptyType.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80009E3306400F567CA /* Factory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Factory.h; path = ../include/loki/Factory.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80109E3306400F567CA /* Function.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Function.h; path = ../include/loki/Function.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80209E3306400F567CA /* Functor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Functor.h; path = ../include/loki/Functor.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80309E3306400F567CA /* HierarchyGenerators.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = HierarchyGenerators.h; path = ../include/loki/HierarchyGenerators.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80409E3306400F567CA /* LockingPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = LockingPtr.h; path = ../include/loki/LockingPtr.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80509E3306400F567CA /* LokiExport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = LokiExport.h; path = ../include/loki/LokiExport.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80609E3306400F567CA /* LokiTypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = LokiTypeInfo.h; path = ../include/loki/LokiTypeInfo.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80709E3306400F567CA /* MultiMethods.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MultiMethods.h; path = ../include/loki/MultiMethods.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80809E3306400F567CA /* NullType.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = NullType.h; path = ../include/loki/NullType.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80909E3306400F567CA /* OrderedStatic.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = OrderedStatic.h; path = ../include/loki/OrderedStatic.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80A09E3306400F567CA /* Pimpl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Pimpl.h; path = ../include/loki/Pimpl.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80B09E3306400F567CA /* RefToValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = RefToValue.h; path = ../include/loki/RefToValue.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80C09E3306400F567CA /* Register.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Register.h; path = ../include/loki/Register.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80D09E3306400F567CA /* SafeFormat.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SafeFormat.h; path = ../include/loki/SafeFormat.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80E09E3306400F567CA /* ScopeGuard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ScopeGuard.h; path = ../include/loki/ScopeGuard.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B80F09E3306400F567CA /* Sequence.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Sequence.h; path = ../include/loki/Sequence.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81009E3306400F567CA /* Singleton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Singleton.h; path = ../include/loki/Singleton.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81109E3306400F567CA /* SmallObj.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SmallObj.h; path = ../include/loki/SmallObj.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81209E3306400F567CA /* SmartPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SmartPtr.h; path = ../include/loki/SmartPtr.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81309E3306400F567CA /* static_check.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = static_check.h; path = ../include/loki/static_check.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81409E3306400F567CA /* Threads.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Threads.h; path = ../include/loki/Threads.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81509E3306400F567CA /* Tuple.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Tuple.h; path = ../include/loki/Tuple.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81609E3306400F567CA /* Typelist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Typelist.h; path = ../include/loki/Typelist.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81709E3306400F567CA /* TypelistMacros.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TypelistMacros.h; path = ../include/loki/TypelistMacros.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81809E3306400F567CA /* TypeManip.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TypeManip.h; path = ../include/loki/TypeManip.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81909E3306400F567CA /* TypeTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TypeTraits.h; path = ../include/loki/TypeTraits.h; sourceTree = SOURCE_ROOT; };
|
||||
18A7B81A09E3306400F567CA /* Visitor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Visitor.h; path = ../include/loki/Visitor.h; sourceTree = SOURCE_ROOT; };
|
||||
8D07F2C70486CC7A007CD1D0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||
8D07F2C80486CC7A007CD1D0 /* Loki.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Loki.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
8D07F2C30486CC7A007CD1D0 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8D07F2C40486CC7A007CD1D0 /* Carbon.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
034768DDFF38A45A11DB9C8B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8D07F2C80486CC7A007CD1D0 /* Loki.framework */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0867D691FE84028FC02AAC07 /* Loki */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
18A7B7EE09E32FF100F567CA /* Headers */,
|
||||
08FB77ACFE841707C02AAC07 /* Source */,
|
||||
089C1665FE841158C02AAC07 /* Resources */,
|
||||
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */,
|
||||
034768DDFF38A45A11DB9C8B /* Products */,
|
||||
);
|
||||
name = Loki;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
08FB77AAFE841565C02AAC07 /* Carbon.framework */,
|
||||
);
|
||||
name = "External Frameworks and Libraries";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
089C1665FE841158C02AAC07 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8D07F2C70486CC7A007CD1D0 /* Info.plist */,
|
||||
089C1666FE841158C02AAC07 /* InfoPlist.strings */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
08FB77ACFE841707C02AAC07 /* Source */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1829613E09E6C7B500B621DD /* StrongPtr.cpp */,
|
||||
18A7B7F109E3304F00F567CA /* OrderedStatic.cpp */,
|
||||
18A7B7F209E3304F00F567CA /* SmartPtr.cpp */,
|
||||
18A7B7F309E3304F00F567CA /* SafeFormat.cpp */,
|
||||
18A7B7F409E3304F00F567CA /* Singleton.cpp */,
|
||||
18A7B7F509E3304F00F567CA /* SmallObj.cpp */,
|
||||
);
|
||||
name = Source;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
18A7B7EE09E32FF100F567CA /* Headers */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1829612A09E6B96000B621DD /* StrongPtr.h */,
|
||||
18A7B7FB09E3306400F567CA /* AbstractFactory.h */,
|
||||
18A7B7FC09E3306400F567CA /* AssocVector.h */,
|
||||
18A7B7FD09E3306400F567CA /* ConstPolicy.h */,
|
||||
18A7B7FE09E3306400F567CA /* DataGenerators.h */,
|
||||
18A7B7FF09E3306400F567CA /* EmptyType.h */,
|
||||
18A7B80009E3306400F567CA /* Factory.h */,
|
||||
18A7B80109E3306400F567CA /* Function.h */,
|
||||
18A7B80209E3306400F567CA /* Functor.h */,
|
||||
18A7B80309E3306400F567CA /* HierarchyGenerators.h */,
|
||||
18A7B80409E3306400F567CA /* LockingPtr.h */,
|
||||
18A7B80509E3306400F567CA /* LokiExport.h */,
|
||||
18A7B80609E3306400F567CA /* LokiTypeInfo.h */,
|
||||
18A7B80709E3306400F567CA /* MultiMethods.h */,
|
||||
18A7B80809E3306400F567CA /* NullType.h */,
|
||||
18A7B80909E3306400F567CA /* OrderedStatic.h */,
|
||||
18A7B80A09E3306400F567CA /* Pimpl.h */,
|
||||
18A7B80B09E3306400F567CA /* RefToValue.h */,
|
||||
18A7B80C09E3306400F567CA /* Register.h */,
|
||||
18A7B80D09E3306400F567CA /* SafeFormat.h */,
|
||||
18A7B80E09E3306400F567CA /* ScopeGuard.h */,
|
||||
18A7B80F09E3306400F567CA /* Sequence.h */,
|
||||
18A7B81009E3306400F567CA /* Singleton.h */,
|
||||
18A7B81109E3306400F567CA /* SmallObj.h */,
|
||||
18A7B81209E3306400F567CA /* SmartPtr.h */,
|
||||
18A7B81309E3306400F567CA /* static_check.h */,
|
||||
18A7B81409E3306400F567CA /* Threads.h */,
|
||||
18A7B81509E3306400F567CA /* Tuple.h */,
|
||||
18A7B81609E3306400F567CA /* Typelist.h */,
|
||||
18A7B81709E3306400F567CA /* TypelistMacros.h */,
|
||||
18A7B81809E3306400F567CA /* TypeManip.h */,
|
||||
18A7B81909E3306400F567CA /* TypeTraits.h */,
|
||||
18A7B81A09E3306400F567CA /* Visitor.h */,
|
||||
);
|
||||
name = Headers;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
8D07F2BD0486CC7A007CD1D0 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
18A7B81B09E3306400F567CA /* AbstractFactory.h in Headers */,
|
||||
18A7B81C09E3306400F567CA /* AssocVector.h in Headers */,
|
||||
18A7B81D09E3306400F567CA /* ConstPolicy.h in Headers */,
|
||||
18A7B81E09E3306400F567CA /* DataGenerators.h in Headers */,
|
||||
18A7B81F09E3306400F567CA /* EmptyType.h in Headers */,
|
||||
18A7B82009E3306400F567CA /* Factory.h in Headers */,
|
||||
18A7B82109E3306400F567CA /* Function.h in Headers */,
|
||||
18A7B82209E3306400F567CA /* Functor.h in Headers */,
|
||||
18A7B82309E3306400F567CA /* HierarchyGenerators.h in Headers */,
|
||||
18A7B82409E3306400F567CA /* LockingPtr.h in Headers */,
|
||||
18A7B82509E3306400F567CA /* LokiExport.h in Headers */,
|
||||
18A7B82609E3306400F567CA /* LokiTypeInfo.h in Headers */,
|
||||
18A7B82709E3306400F567CA /* MultiMethods.h in Headers */,
|
||||
18A7B82809E3306400F567CA /* NullType.h in Headers */,
|
||||
18A7B82909E3306400F567CA /* OrderedStatic.h in Headers */,
|
||||
18A7B82A09E3306400F567CA /* Pimpl.h in Headers */,
|
||||
18A7B82B09E3306400F567CA /* RefToValue.h in Headers */,
|
||||
18A7B82C09E3306400F567CA /* Register.h in Headers */,
|
||||
18A7B82D09E3306400F567CA /* SafeFormat.h in Headers */,
|
||||
18A7B82E09E3306400F567CA /* ScopeGuard.h in Headers */,
|
||||
18A7B82F09E3306400F567CA /* Sequence.h in Headers */,
|
||||
18A7B83009E3306400F567CA /* Singleton.h in Headers */,
|
||||
18A7B83109E3306400F567CA /* SmallObj.h in Headers */,
|
||||
18A7B83209E3306400F567CA /* SmartPtr.h in Headers */,
|
||||
18A7B83309E3306400F567CA /* static_check.h in Headers */,
|
||||
18A7B83409E3306400F567CA /* Threads.h in Headers */,
|
||||
18A7B83509E3306400F567CA /* Tuple.h in Headers */,
|
||||
18A7B83609E3306400F567CA /* Typelist.h in Headers */,
|
||||
18A7B83709E3306400F567CA /* TypelistMacros.h in Headers */,
|
||||
18A7B83809E3306400F567CA /* TypeManip.h in Headers */,
|
||||
18A7B83909E3306400F567CA /* TypeTraits.h in Headers */,
|
||||
18A7B83A09E3306400F567CA /* Visitor.h in Headers */,
|
||||
1829612B09E6B96000B621DD /* StrongPtr.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
8D07F2BC0486CC7A007CD1D0 /* Loki */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "Loki" */;
|
||||
buildPhases = (
|
||||
8D07F2BD0486CC7A007CD1D0 /* Headers */,
|
||||
8D07F2BF0486CC7A007CD1D0 /* Resources */,
|
||||
8D07F2C10486CC7A007CD1D0 /* Sources */,
|
||||
8D07F2C30486CC7A007CD1D0 /* Frameworks */,
|
||||
8D07F2C50486CC7A007CD1D0 /* Rez */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = Loki;
|
||||
productInstallPath = "$(HOME)/Library/Frameworks";
|
||||
productName = Loki;
|
||||
productReference = 8D07F2C80486CC7A007CD1D0 /* Loki.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "Loki" */;
|
||||
buildSettings = {
|
||||
};
|
||||
buildStyles = (
|
||||
4F0BB7EC011F40E904CA0E50 /* Debug */,
|
||||
4F0BB7ED011F40E904CA0E50 /* Release */,
|
||||
);
|
||||
hasScannedForEncodings = 1;
|
||||
mainGroup = 0867D691FE84028FC02AAC07 /* Loki */;
|
||||
productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
8D07F2BC0486CC7A007CD1D0 /* Loki */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
8D07F2BF0486CC7A007CD1D0 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8D07F2C00486CC7A007CD1D0 /* InfoPlist.strings in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXRezBuildPhase section */
|
||||
8D07F2C50486CC7A007CD1D0 /* Rez */ = {
|
||||
isa = PBXRezBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXRezBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
8D07F2C10486CC7A007CD1D0 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
18A7B7F609E3304F00F567CA /* OrderedStatic.cpp in Sources */,
|
||||
18A7B7F709E3304F00F567CA /* SmartPtr.cpp in Sources */,
|
||||
18A7B7F809E3304F00F567CA /* SafeFormat.cpp in Sources */,
|
||||
18A7B7F909E3304F00F567CA /* Singleton.cpp in Sources */,
|
||||
18A7B7FA09E3304F00F567CA /* SmallObj.cpp in Sources */,
|
||||
1829613F09E6C7B500B621DD /* StrongPtr.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
089C1666FE841158C02AAC07 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
089C1667FE841158C02AAC07 /* English */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
4FADC24308B4156D00ABE55E /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = "";
|
||||
GCC_PREFIX_HEADER = "";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
PRODUCT_NAME = Loki;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
4FADC24408B4156D00ABE55E /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = (
|
||||
i386,
|
||||
ppc,
|
||||
);
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEPLOYMENT_POSTPROCESSING = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_DEBUGGING_SYMBOLS = full;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = "";
|
||||
GCC_PREFIX_HEADER = "";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
LIBRARY_STYLE = DYNAMIC;
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO;
|
||||
PRODUCT_NAME = Loki;
|
||||
SEPARATE_STRIP = NO;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
STRIP_STYLE = all;
|
||||
WRAPPER_EXTENSION = framework;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
4FADC24708B4156D00ABE55E /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
4FADC24808B4156D00ABE55E /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
4FADC24208B4156D00ABE55E /* Build configuration list for PBXNativeTarget "Loki" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
4FADC24308B4156D00ABE55E /* Debug */,
|
||||
4FADC24408B4156D00ABE55E /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
4FADC24608B4156D00ABE55E /* Build configuration list for PBXProject "Loki" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
4FADC24708B4156D00ABE55E /* Debug */,
|
||||
4FADC24808B4156D00ABE55E /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
|
||||
}
|
23
macosx/README.OSX
Normal file
23
macosx/README.OSX
Normal file
|
@ -0,0 +1,23 @@
|
|||
This directory contians an XCode build project (for Mac OS X). Note that if you are unfamiliar with OS X and you are wondering what is in this directory that XCode build projects are actually directories.
|
||||
|
||||
This is an XCode project for Xcode 2.1 or better - and therefore unfortunately it also only supports OS 10.4 or better.
|
||||
|
||||
The project builds the Loki library as a framework (if you want a *nix style library then use the makefiles).
|
||||
|
||||
In order to use this project you can open it using XCode and build it. However, if you want to install the framework in /Library/Frameworks then it is easiest to build it and install it from the command line. To do this open a terminal and cd into loki/macosx and then run the following command:
|
||||
|
||||
sudo xcodebuild clean install -configuration Release DSTROOT=/ INSTALL_PATH=/Library/Frameworks DEPLOYMENT_LOCATION=YES
|
||||
|
||||
Be warned the clean part of the command with erase any previous directory called /Library/Frameworks/Loki.framework. Documentation for xcodebuild can be found by searching for xcodebuild in the xcode documentation.
|
||||
|
||||
Once you have Loki installed as a framework you can use it by adding the framework to your projects or if you are building from the command line by adding '-framework Loki' to your build command. Include the Loki framework header files in the following way #include<Loki/SmartPtr.h>. Note that depending on how you created your Xcode project you may need to manually set the framework search path to include /Library/Frameworks - if you include Loki headers in the above manner and xcode cannot find them then that is a likely source of the problem. Of course you should also check that the Loki framework actually is in /Library/Frameworks.
|
||||
|
||||
The Xcode project does not currently build the yasli and flex parts of Loki. If anyone would like that then please post a request on the loki developers forum.
|
||||
|
||||
The Debug configuration of XCode project will build binaries that are native to the build platform and the Release build will produce universial binaries. The build has been tested on a G5 and a MacBook Pro.
|
||||
|
||||
Neither the documentation nor the tests are built.
|
||||
|
||||
Bug #1463844 discusses the fact that code stripping does not work on OS X. The Xcode build also fails when a separate code strip is enabled, however some code stripping is still being done in the build.
|
||||
The framework binary is quite a bit larger than the library produced by the make file - but it is a univerisal binary.
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#include <loki/StrongPtr.h>
|
||||
#include <Loki/StrongPtr.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
|
@ -935,6 +935,9 @@ void DoStrongForwardReferenceTest( void )
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
// $Log$
|
||||
// Revision 1.3 2006/04/07 16:27:11 vizowl
|
||||
// adding an XCode build project
|
||||
//
|
||||
// Revision 1.2 2006/04/06 18:19:58 rich_sposato
|
||||
// Added CVS Log keyword.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue