modules/fxpackager/src/main/native/tests/mac/library/packager/libpackager.xcodeproj/project.pbxproj

Print this page

        

@@ -5,10 +5,11 @@
         };
         objectVersion = 46;
         objects = {
 
 /* Begin PBXBuildFile section */
+                DE052CCE1A9F963700E05736 /* OrderedMap.h in Headers */ = {isa = PBXBuildFile; fileRef = DE052CCC1A9F963700E05736 /* OrderedMap.h */; };
                 DE0959CD19A51A02008845F2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE0959CC19A51A02008845F2 /* Cocoa.framework */; };
                 DE0959DE19A51A02008845F2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE0959DD19A51A02008845F2 /* XCTest.framework */; };
                 DE0959DF19A51A02008845F2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE0959CC19A51A02008845F2 /* Cocoa.framework */; };
                 DE0959E219A51A02008845F2 /* libpackager.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DE0959C919A51A02008845F2 /* libpackager.dylib */; };
                 DE0959E819A51A02008845F2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DE0959E619A51A02008845F2 /* InfoPlist.strings */; };

@@ -50,10 +51,12 @@
                 DE095A3D19A51A33008845F2 /* PosixPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = DE095A1619A51A33008845F2 /* PosixPlatform.h */; };
                 DE095A3E19A51A33008845F2 /* PropertyFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE095A1719A51A33008845F2 /* PropertyFile.cpp */; };
                 DE095A3F19A51A33008845F2 /* PropertyFile.h in Headers */ = {isa = PBXBuildFile; fileRef = DE095A1819A51A33008845F2 /* PropertyFile.h */; };
                 DE095A4019A51A33008845F2 /* WindowsPlatform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE095A1919A51A33008845F2 /* WindowsPlatform.cpp */; };
                 DE095A4119A51A33008845F2 /* WindowsPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = DE095A1A19A51A33008845F2 /* WindowsPlatform.h */; };
+                DE4C1F2B1A8D31B10000D335 /* IniFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE4C1F291A8D31B10000D335 /* IniFile.cpp */; };
+                DE4C1F2C1A8D31B10000D335 /* IniFile.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4C1F2A1A8D31B10000D335 /* IniFile.h */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
                 DE0959E019A51A02008845F2 /* PBXContainerItemProxy */ = {
                         isa = PBXContainerItemProxy;

@@ -63,10 +66,11 @@
                         remoteInfo = packager;
                 };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+                DE052CCC1A9F963700E05736 /* OrderedMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OrderedMap.h; path = ../../../../../library/common/OrderedMap.h; sourceTree = "<group>"; };
                 DE0959C919A51A02008845F2 /* libpackager.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libpackager.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
                 DE0959CC19A51A02008845F2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
                 DE0959CF19A51A02008845F2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
                 DE0959D019A51A02008845F2 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
                 DE0959D119A51A02008845F2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };

@@ -74,21 +78,21 @@
                 DE0959DC19A51A02008845F2 /* libpackagerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = libpackagerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
                 DE0959DD19A51A02008845F2 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
                 DE0959E519A51A02008845F2 /* libpackagerTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "libpackagerTests-Info.plist"; sourceTree = "<group>"; };
                 DE0959E719A51A02008845F2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
                 DE0959E919A51A02008845F2 /* packagerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = packagerTests.m; sourceTree = "<group>"; };
-                DE0959F419A51A33008845F2 /* Exports.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Exports.cpp; path = ../../../../../library/common/Exports.cpp; sourceTree = "<group>"; };
+                DE0959F419A51A33008845F2 /* Exports.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Exports.cpp; path = ../../../../../library/common/Exports.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
                 DE0959F519A51A33008845F2 /* Exports.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Exports.h; path = ../../../../../library/common/Exports.h; sourceTree = "<group>"; };
                 DE0959F619A51A33008845F2 /* FilePath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FilePath.cpp; path = ../../../../../library/common/FilePath.cpp; sourceTree = "<group>"; };
                 DE0959F719A51A33008845F2 /* FilePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FilePath.h; path = ../../../../../library/common/FilePath.h; sourceTree = "<group>"; };
                 DE0959F819A51A33008845F2 /* GenericPlatform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GenericPlatform.cpp; path = ../../../../../library/common/GenericPlatform.cpp; sourceTree = "<group>"; };
                 DE0959F919A51A33008845F2 /* GenericPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GenericPlatform.h; path = ../../../../../library/common/GenericPlatform.h; sourceTree = "<group>"; };
-                DE0959FA19A51A33008845F2 /* Helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Helpers.cpp; path = ../../../../../library/common/Helpers.cpp; sourceTree = "<group>"; };
-                DE0959FB19A51A33008845F2 /* Helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Helpers.h; path = ../../../../../library/common/Helpers.h; sourceTree = "<group>"; };
+                DE0959FA19A51A33008845F2 /* Helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Helpers.cpp; path = ../../../../../library/common/Helpers.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
+                DE0959FB19A51A33008845F2 /* Helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = Helpers.h; path = ../../../../../library/common/Helpers.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
                 DE0959FC19A51A33008845F2 /* Java.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Java.cpp; path = ../../../../../library/common/Java.cpp; sourceTree = "<group>"; };
                 DE0959FD19A51A33008845F2 /* Java.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Java.h; path = ../../../../../library/common/Java.h; sourceTree = "<group>"; };
-                DE0959FE19A51A33008845F2 /* JavaUserPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JavaUserPreferences.cpp; path = ../../../../../library/common/JavaUserPreferences.cpp; sourceTree = "<group>"; };
+                DE0959FE19A51A33008845F2 /* JavaUserPreferences.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = JavaUserPreferences.cpp; path = ../../../../../library/common/JavaUserPreferences.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
                 DE0959FF19A51A33008845F2 /* JavaUserPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JavaUserPreferences.h; path = ../../../../../library/common/JavaUserPreferences.h; sourceTree = "<group>"; };
                 DE095A0019A51A33008845F2 /* JavaVirtualMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JavaVirtualMachine.cpp; path = ../../../../../library/common/JavaVirtualMachine.cpp; sourceTree = "<group>"; };
                 DE095A0119A51A33008845F2 /* JavaVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JavaVirtualMachine.h; path = ../../../../../library/common/JavaVirtualMachine.h; sourceTree = "<group>"; };
                 DE095A0219A51A33008845F2 /* LinuxPlatform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LinuxPlatform.cpp; path = ../../../../../library/common/LinuxPlatform.cpp; sourceTree = "<group>"; };
                 DE095A0319A51A33008845F2 /* LinuxPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LinuxPlatform.h; path = ../../../../../library/common/LinuxPlatform.h; sourceTree = "<group>"; };

@@ -113,10 +117,12 @@
                 DE095A1619A51A33008845F2 /* PosixPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PosixPlatform.h; path = ../../../../../library/common/PosixPlatform.h; sourceTree = "<group>"; };
                 DE095A1719A51A33008845F2 /* PropertyFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PropertyFile.cpp; path = ../../../../../library/common/PropertyFile.cpp; sourceTree = "<group>"; };
                 DE095A1819A51A33008845F2 /* PropertyFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PropertyFile.h; path = ../../../../../library/common/PropertyFile.h; sourceTree = "<group>"; };
                 DE095A1919A51A33008845F2 /* WindowsPlatform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WindowsPlatform.cpp; path = ../../../../../library/common/WindowsPlatform.cpp; sourceTree = "<group>"; };
                 DE095A1A19A51A33008845F2 /* WindowsPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WindowsPlatform.h; path = ../../../../../library/common/WindowsPlatform.h; sourceTree = "<group>"; };
+                DE4C1F291A8D31B10000D335 /* IniFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = IniFile.cpp; path = ../../../../../library/common/IniFile.cpp; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.cpp; };
+                DE4C1F2A1A8D31B10000D335 /* IniFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = IniFile.h; path = ../../../../../library/common/IniFile.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
                 DE0959C619A51A02008845F2 /* Frameworks */ = {
                         isa = PBXFrameworksBuildPhase;

@@ -181,12 +187,15 @@
                 DE0959D219A51A02008845F2 /* packager */ = {
                         isa = PBXGroup;
                         children = (
                                 DE0959F419A51A33008845F2 /* Exports.cpp */,
                                 DE0959F519A51A33008845F2 /* Exports.h */,
+                                DE4C1F291A8D31B10000D335 /* IniFile.cpp */,
                                 DE0959F619A51A33008845F2 /* FilePath.cpp */,
                                 DE0959F719A51A33008845F2 /* FilePath.h */,
+                                DE4C1F2A1A8D31B10000D335 /* IniFile.h */,
+                                DE052CCC1A9F963700E05736 /* OrderedMap.h */,
                                 DE0959F819A51A33008845F2 /* GenericPlatform.cpp */,
                                 DE0959F919A51A33008845F2 /* GenericPlatform.h */,
                                 DE0959FA19A51A33008845F2 /* Helpers.cpp */,
                                 DE0959FB19A51A33008845F2 /* Helpers.h */,
                                 DE0959FC19A51A33008845F2 /* Java.cpp */,

@@ -259,10 +268,11 @@
                         buildActionMask = 2147483647;
                         files = (
                                 DE095A3319A51A33008845F2 /* Messages.h in Headers */,
                                 DE095A3719A51A33008845F2 /* Platform.h in Headers */,
                                 DE095A3519A51A33008845F2 /* Package.h in Headers */,
+                                DE4C1F2C1A8D31B10000D335 /* IniFile.h in Headers */,
                                 DE095A3B19A51A33008845F2 /* PlatformThread.h in Headers */,
                                 DE095A4119A51A33008845F2 /* WindowsPlatform.h in Headers */,
                                 DE095A2419A51A33008845F2 /* Java.h in Headers */,
                                 DE095A2C19A51A33008845F2 /* Lock.h in Headers */,
                                 DE095A1C19A51A33008845F2 /* Exports.h in Headers */,

@@ -273,10 +283,11 @@
                                 DE095A2619A51A33008845F2 /* JavaUserPreferences.h in Headers */,
                                 DE095A3D19A51A33008845F2 /* PosixPlatform.h in Headers */,
                                 DE095A1E19A51A33008845F2 /* FilePath.h in Headers */,
                                 DE095A3019A51A33008845F2 /* Macros.h in Headers */,
                                 DE095A2819A51A33008845F2 /* JavaVirtualMachine.h in Headers */,
+                                DE052CCE1A9F963700E05736 /* OrderedMap.h in Headers */,
                                 DE095A2D19A51A33008845F2 /* MacPlatform.h in Headers */,
                                 DE095A3919A51A33008845F2 /* PlatformString.h in Headers */,
                         );
                         runOnlyForDeploymentPostprocessing = 0;
                 };

@@ -376,10 +387,11 @@
                                 DE095A2519A51A33008845F2 /* JavaUserPreferences.cpp in Sources */,
                                 DE095A1F19A51A33008845F2 /* GenericPlatform.cpp in Sources */,
                                 DE095A3C19A51A33008845F2 /* PosixPlatform.cpp in Sources */,
                                 DE095A2B19A51A33008845F2 /* Lock.cpp in Sources */,
                                 DE095A2919A51A33008845F2 /* LinuxPlatform.cpp in Sources */,
+                                DE4C1F2B1A8D31B10000D335 /* IniFile.cpp in Sources */,
                                 DE095A3219A51A33008845F2 /* Messages.cpp in Sources */,
                                 DE095A2E19A51A33008845F2 /* MacPlatform.mm in Sources */,
                                 DE095A2319A51A33008845F2 /* Java.cpp in Sources */,
                                 DE095A2719A51A33008845F2 /* JavaVirtualMachine.cpp in Sources */,
                                 DE095A3119A51A33008845F2 /* main.cpp in Sources */,