Version 1.1
This commit is contained in:
@@ -11,9 +11,13 @@
|
||||
3BF045D017870AD800B36BD3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BF045CE17870AD800B36BD3 /* InfoPlist.strings */; };
|
||||
3BF045D217870AD800B36BD3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF045D117870AD800B36BD3 /* main.m */; };
|
||||
3BF045D617870AD800B36BD3 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3BF045D417870AD800B36BD3 /* Credits.rtf */; };
|
||||
3BF045D917870AD800B36BD3 /* LFDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF045D817870AD800B36BD3 /* LFDocument.m */; };
|
||||
3BF045DC17870AD800B36BD3 /* LFDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3BF045DA17870AD800B36BD3 /* LFDocument.xib */; };
|
||||
3BF045DF17870AD900B36BD3 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3BF045DD17870AD900B36BD3 /* MainMenu.xib */; };
|
||||
3BF045E717870B0900B36BD3 /* LFFolder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF045E617870B0900B36BD3 /* LFFolder.m */; };
|
||||
3BF045ED17874F1800B36BD3 /* LFDocumentController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF045EC17874F1800B36BD3 /* LFDocumentController.m */; };
|
||||
3BF045F0178789F600B36BD3 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BF045EE178789F600B36BD3 /* Localizable.strings */; };
|
||||
3BF045F71788A3EB00B36BD3 /* Localize Folder.icns in Resources */ = {isa = PBXBuildFile; fileRef = 3BF045F61788A3EB00B36BD3 /* Localize Folder.icns */; };
|
||||
3BF045F81788C6A600B36BD3 /* LFDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF045D817870AD800B36BD3 /* LFDocument.m */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -31,6 +35,17 @@
|
||||
3BF045D817870AD800B36BD3 /* LFDocument.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LFDocument.m; sourceTree = "<group>"; };
|
||||
3BF045DB17870AD800B36BD3 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/LFDocument.xib; sourceTree = "<group>"; };
|
||||
3BF045DE17870AD900B36BD3 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
3BF045E517870B0900B36BD3 /* LFFolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LFFolder.h; sourceTree = "<group>"; };
|
||||
3BF045E617870B0900B36BD3 /* LFFolder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LFFolder.m; sourceTree = "<group>"; };
|
||||
3BF045EB17874F1800B36BD3 /* LFDocumentController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LFDocumentController.h; sourceTree = "<group>"; };
|
||||
3BF045EC17874F1800B36BD3 /* LFDocumentController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LFDocumentController.m; sourceTree = "<group>"; };
|
||||
3BF045EF178789F600B36BD3 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
3BF045F117878B4200B36BD3 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/LFDocument.xib; sourceTree = "<group>"; };
|
||||
3BF045F217878B4200B36BD3 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||
3BF045F317878B4200B36BD3 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
3BF045F417878B4200B36BD3 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
3BF045F517878B4200B36BD3 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; };
|
||||
3BF045F61788A3EB00B36BD3 /* Localize Folder.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = "Localize Folder.icns"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -84,10 +99,16 @@
|
||||
3BF045CB17870AD800B36BD3 /* Localize Folder */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3BF045F61788A3EB00B36BD3 /* Localize Folder.icns */,
|
||||
3BF045E517870B0900B36BD3 /* LFFolder.h */,
|
||||
3BF045E617870B0900B36BD3 /* LFFolder.m */,
|
||||
3BF045D717870AD800B36BD3 /* LFDocument.h */,
|
||||
3BF045D817870AD800B36BD3 /* LFDocument.m */,
|
||||
3BF045DA17870AD800B36BD3 /* LFDocument.xib */,
|
||||
3BF045DD17870AD900B36BD3 /* MainMenu.xib */,
|
||||
3BF045EB17874F1800B36BD3 /* LFDocumentController.h */,
|
||||
3BF045EC17874F1800B36BD3 /* LFDocumentController.m */,
|
||||
3BF045EE178789F600B36BD3 /* Localizable.strings */,
|
||||
3BF045CC17870AD800B36BD3 /* Supporting Files */,
|
||||
);
|
||||
path = "Localize Folder";
|
||||
@@ -141,6 +162,7 @@
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
de,
|
||||
);
|
||||
mainGroup = 3BF045B917870AD700B36BD3;
|
||||
productRefGroup = 3BF045C317870AD800B36BD3 /* Products */;
|
||||
@@ -161,6 +183,8 @@
|
||||
3BF045D617870AD800B36BD3 /* Credits.rtf in Resources */,
|
||||
3BF045DC17870AD800B36BD3 /* LFDocument.xib in Resources */,
|
||||
3BF045DF17870AD900B36BD3 /* MainMenu.xib in Resources */,
|
||||
3BF045F0178789F600B36BD3 /* Localizable.strings in Resources */,
|
||||
3BF045F71788A3EB00B36BD3 /* Localize Folder.icns in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -172,7 +196,9 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
3BF045D217870AD800B36BD3 /* main.m in Sources */,
|
||||
3BF045D917870AD800B36BD3 /* LFDocument.m in Sources */,
|
||||
3BF045E717870B0900B36BD3 /* LFFolder.m in Sources */,
|
||||
3BF045ED17874F1800B36BD3 /* LFDocumentController.m in Sources */,
|
||||
3BF045F81788C6A600B36BD3 /* LFDocument.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -183,6 +209,7 @@
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
3BF045CF17870AD800B36BD3 /* en */,
|
||||
3BF045F417878B4200B36BD3 /* de */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
@@ -191,6 +218,7 @@
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
3BF045D517870AD800B36BD3 /* en */,
|
||||
3BF045F517878B4200B36BD3 /* de */,
|
||||
);
|
||||
name = Credits.rtf;
|
||||
sourceTree = "<group>";
|
||||
@@ -199,6 +227,7 @@
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
3BF045DB17870AD800B36BD3 /* en */,
|
||||
3BF045F117878B4200B36BD3 /* de */,
|
||||
);
|
||||
name = LFDocument.xib;
|
||||
sourceTree = "<group>";
|
||||
@@ -207,10 +236,20 @@
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
3BF045DE17870AD900B36BD3 /* en */,
|
||||
3BF045F217878B4200B36BD3 /* de */,
|
||||
);
|
||||
name = MainMenu.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
3BF045EE178789F600B36BD3 /* Localizable.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
3BF045EF178789F600B36BD3 /* en */,
|
||||
3BF045F317878B4200B36BD3 /* de */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
@@ -316,6 +355,7 @@
|
||||
3BF045E417870AD900B36BD3 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user