mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
294 lines
11 KiB
Plaintext
294 lines
11 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 42;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
1F9E5A5318C1683B00EFE020 /* CookiesEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1F9E5A5218C1683B00EFE020 /* CookiesEngine.cpp */; };
|
|
651D343A1476E2EB00D61E5B /* format_string.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 651D34391476E2EB00D61E5B /* format_string.cpp */; };
|
|
9FDF74FB162E368B008A0D9E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FDF74FA162E368B008A0D9E /* Cocoa.framework */; };
|
|
E92F97E1139CAE8F008105F3 /* nproblox_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E92F97E0139CAE8F008105F3 /* nproblox_main.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
1F9E5A5218C1683B00EFE020 /* CookiesEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CookiesEngine.cpp; path = ../../../../ClientShared/Mac/CookiesEngine.cpp; sourceTree = "<group>"; };
|
|
651D34391476E2EB00D61E5B /* format_string.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = format_string.cpp; path = ../../../../ClientShared/format_string.cpp; sourceTree = SOURCE_ROOT; };
|
|
9FDF74FA162E368B008A0D9E /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Cocoa.framework; sourceTree = "<group>"; };
|
|
E92F97DF139CAE81008105F3 /* CookiesEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CookiesEngine.h; path = ../../../../ClientShared/CookiesEngine.h; sourceTree = SOURCE_ROOT; };
|
|
E92F97E0139CAE8F008105F3 /* nproblox_main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = nproblox_main.cpp; sourceTree = "<group>"; };
|
|
E9EBC580135DD1E100CA529D /* NPRoblox.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NPRoblox.plugin; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
E9EBC582135DD1E100CA529D /* NPRoblox-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "NPRoblox-Info.plist"; sourceTree = "<group>"; };
|
|
E9EBC665135DD4F900CA529D /* nproblox_prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nproblox_prefix.pch; sourceTree = "<group>"; };
|
|
E9EBC666135DD50F00CA529D /* npapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = npapi.h; sourceTree = "<group>"; };
|
|
E9EBC667135DD50F00CA529D /* npfunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = npfunctions.h; sourceTree = "<group>"; };
|
|
E9EBC668135DD50F00CA529D /* npruntime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = npruntime.h; sourceTree = "<group>"; };
|
|
E9EBC669135DD50F00CA529D /* nptypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nptypes.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
E9EBC57E135DD1E100CA529D /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
9FDF74FB162E368B008A0D9E /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
E9EBC572135DD1C900CA529D = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E9EBC59F135DD44000CA529D /* Frameworks */,
|
|
E9EBC590135DD2EB00CA529D /* Prefix Header */,
|
|
E9EBC58B135DD2CD00CA529D /* Header Files */,
|
|
E9EBC587135DD1F400CA529D /* Source Files */,
|
|
E9EBC581135DD1E100CA529D /* Products */,
|
|
E9EBC582135DD1E100CA529D /* NPRoblox-Info.plist */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
E9EBC581135DD1E100CA529D /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E9EBC580135DD1E100CA529D /* NPRoblox.plugin */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
E9EBC587135DD1F400CA529D /* Source Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1F9E5A5218C1683B00EFE020 /* CookiesEngine.cpp */,
|
|
651D34391476E2EB00D61E5B /* format_string.cpp */,
|
|
E92F97E0139CAE8F008105F3 /* nproblox_main.cpp */,
|
|
);
|
|
name = "Source Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
E9EBC58B135DD2CD00CA529D /* Header Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E92F97DF139CAE81008105F3 /* CookiesEngine.h */,
|
|
E9EBC666135DD50F00CA529D /* npapi.h */,
|
|
E9EBC667135DD50F00CA529D /* npfunctions.h */,
|
|
E9EBC668135DD50F00CA529D /* npruntime.h */,
|
|
E9EBC669135DD50F00CA529D /* nptypes.h */,
|
|
);
|
|
name = "Header Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
E9EBC590135DD2EB00CA529D /* Prefix Header */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E9EBC665135DD4F900CA529D /* nproblox_prefix.pch */,
|
|
);
|
|
name = "Prefix Header";
|
|
sourceTree = "<group>";
|
|
};
|
|
E9EBC59F135DD44000CA529D /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
9FDF74FA162E368B008A0D9E /* Cocoa.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
E9EBC57F135DD1E100CA529D /* NPRoblox */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = E9EBC585135DD1E100CA529D /* Build configuration list for PBXNativeTarget "NPRoblox" */;
|
|
buildPhases = (
|
|
E9EBC57C135DD1E100CA529D /* Resources */,
|
|
E9EBC57D135DD1E100CA529D /* Sources */,
|
|
E9EBC57E135DD1E100CA529D /* Frameworks */,
|
|
E9D1FE80138CCD0B00B8DD20 /* Strip Bundle Script */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = NPRoblox;
|
|
productName = NPRoblox;
|
|
productReference = E9EBC580135DD1E100CA529D /* NPRoblox.plugin */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
E9EBC574135DD1C900CA529D /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
};
|
|
buildConfigurationList = E9EBC577135DD1C900CA529D /* Build configuration list for PBXProject "NPRobloxMac" */;
|
|
compatibilityVersion = "Xcode 2.4";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
);
|
|
mainGroup = E9EBC572135DD1C900CA529D;
|
|
productRefGroup = E9EBC581135DD1E100CA529D /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
E9EBC57F135DD1E100CA529D /* NPRoblox */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
E9EBC57C135DD1E100CA529D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
E9D1FE80138CCD0B00B8DD20 /* Strip Bundle Script */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
$CONFIGURATION_BUILD_DIR/NPRoblox.plugin/Contents/MacOS/NPRoblox,
|
|
);
|
|
name = "Strip Bundle Script";
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "#strip static function and variable symbol from the library\nstrip -x \"$CONFIGURATION_BUILD_DIR/NPRoblox.plugin/Contents/MacOS/NPRoblox\"\n";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
E9EBC57D135DD1E100CA529D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E92F97E1139CAE8F008105F3 /* nproblox_main.cpp in Sources */,
|
|
651D343A1476E2EB00D61E5B /* format_string.cpp in Sources */,
|
|
1F9E5A5318C1683B00EFE020 /* CookiesEngine.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
E9EBC575135DD1C900CA529D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = i386;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_PREPROCESSOR_DEFINITIONS = RBX_PLATFORM_MAC;
|
|
};
|
|
name = Debug;
|
|
};
|
|
E9EBC576135DD1C900CA529D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = i386;
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = RBX_PLATFORM_MAC;
|
|
};
|
|
name = Release;
|
|
};
|
|
E9EBC583135DD1E100CA529D /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = nproblox_prefix.pch;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"XP_MACOSX=1",
|
|
RBX_PLATFORM_MAC,
|
|
);
|
|
GCC_VERSION = "";
|
|
INFOPLIST_FILE = "NPRoblox-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = NPRoblox;
|
|
SDKROOT = macosx;
|
|
STRIP_STYLE = all;
|
|
VALID_ARCHS = "i386 x86_64";
|
|
WRAPPER_EXTENSION = plugin;
|
|
};
|
|
name = Debug;
|
|
};
|
|
E9EBC584135DD1E100CA529D /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = nproblox_prefix.pch;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"XP_MACOSX=1",
|
|
RBX_PLATFORM_MAC,
|
|
);
|
|
GCC_VERSION = "";
|
|
INFOPLIST_FILE = "NPRoblox-Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6;
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
PREBINDING = NO;
|
|
PRODUCT_NAME = NPRoblox;
|
|
SDKROOT = macosx;
|
|
STRIP_STYLE = all;
|
|
VALID_ARCHS = "i386 x86_64";
|
|
WRAPPER_EXTENSION = plugin;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
E9EBC577135DD1C900CA529D /* Build configuration list for PBXProject "NPRobloxMac" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E9EBC575135DD1C900CA529D /* Debug */,
|
|
E9EBC576135DD1C900CA529D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
E9EBC585135DD1E100CA529D /* Build configuration list for PBXNativeTarget "NPRoblox" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E9EBC583135DD1E100CA529D /* Debug */,
|
|
E9EBC584135DD1E100CA529D /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = E9EBC574135DD1C900CA529D /* Project object */;
|
|
}
|