This commit is contained in:
blueloveTH-Mac 2023-02-05 02:58:11 -08:00
parent bec74c7c8f
commit 83c5547e3c
34 changed files with 94 additions and 4 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
plugins/.DS_Store vendored Normal file

Binary file not shown.

BIN
plugins/macos/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,20 @@
<?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>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.libpocketpy.dylib</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -0,0 +1,43 @@
{
"_buildCommand2" : {
"command" : "build",
"skipDependencies" : false,
"style" : "buildAndRun"
},
"buildCommand" : "build",
"configuredTargets" : [
{
"guid" : "3b62e9ef40d89fa584cd4ba51db09d58bb953d64461abdf78c4d3f0b1db772ad"
}
],
"containerPath" : "/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/pocketpy.xcodeproj",
"continueBuildingAfterErrors" : false,
"enableIndexBuildArena" : false,
"hideShellScriptEnvironment" : false,
"parameters" : {
"action" : "build",
"overrides" : {
"commandLine" : {
"table" : {
"CODE_SIGN_IDENTITY" : "",
"CODE_SIGNING_REQUIRED" : "NO"
}
},
"synthesized" : {
"table" : {
"ACTION" : "build",
"COLOR_DIAGNOSTICS" : "YES",
"diagnostic_message_length" : "80",
"ENABLE_PREVIEWS" : "NO"
}
}
}
},
"schemeCommand" : "launch",
"shouldCollectMetrics" : false,
"showNonLoggedProgress" : true,
"useDryRun" : false,
"useImplicitDependencies" : false,
"useLegacyBuildLocations" : false,
"useParallelTargets" : true
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
Target dependency graph (1 target)
pocketpy in pocketpy, no dependencies

Binary file not shown.

View File

@ -0,0 +1 @@
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/build/pocketpy.build/Release/pocketpy.build/Objects-normal/arm64/pocketpy.o

View File

@ -0,0 +1,3 @@
dependencies: \
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/pocketpy/pocketpy.cpp \
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/pocketpy/pocketpy.h

View File

@ -0,0 +1 @@
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/build/pocketpy.build/Release/pocketpy.build/Objects-normal/x86_64/pocketpy.o

View File

@ -0,0 +1,3 @@
dependencies: \
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/pocketpy/pocketpy.cpp \
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/pocketpy/pocketpy.h

View File

@ -0,0 +1 @@
{"case-sensitive":"false","roots":[],"version":0}

View File

@ -12,7 +12,7 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
0869DA47298F9AD300B00FD8 /* libpocketpy.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libpocketpy.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; 0869DA47298F9AD300B00FD8 /* libpocketpy.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libpocketpy.a; sourceTree = BUILT_PRODUCTS_DIR; };
0869DA4E298F9AD300B00FD8 /* pocketpy.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pocketpy.cpp; sourceTree = "<group>"; }; 0869DA4E298F9AD300B00FD8 /* pocketpy.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pocketpy.cpp; sourceTree = "<group>"; };
0869DA55298F9C5800B00FD8 /* pocketpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pocketpy.h; sourceTree = "<group>"; }; 0869DA55298F9C5800B00FD8 /* pocketpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pocketpy.h; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
@ -39,7 +39,7 @@
0869DA48298F9AD300B00FD8 /* Products */ = { 0869DA48298F9AD300B00FD8 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
0869DA47298F9AD300B00FD8 /* libpocketpy.dylib */, 0869DA47298F9AD300B00FD8 /* libpocketpy.a */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@ -81,7 +81,7 @@
); );
name = pocketpy; name = pocketpy;
productName = pocketpy; productName = pocketpy;
productReference = 0869DA47298F9AD300B00FD8 /* libpocketpy.dylib */; productReference = 0869DA47298F9AD300B00FD8 /* libpocketpy.a */;
productType = "com.apple.product-type.library.dynamic"; productType = "com.apple.product-type.library.dynamic";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
@ -180,7 +180,7 @@
MACOSX_DEPLOYMENT_TARGET = 12.3; MACOSX_DEPLOYMENT_TARGET = 12.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx; SDKROOT = macosx;
}; };
name = Debug; name = Debug;
@ -232,6 +232,7 @@
MACOSX_DEPLOYMENT_TARGET = 12.3; MACOSX_DEPLOYMENT_TARGET = 12.3;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES; MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx; SDKROOT = macosx;
}; };
name = Release; name = Release;
@ -240,16 +241,23 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++17"; CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_DEBUG_INFORMATION_LEVEL = "line-tables-only";
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = A7A93GC9AY; DEVELOPMENT_TEAM = A7A93GC9AY;
DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1; DYLIB_CURRENT_VERSION = 1;
EXECUTABLE_EXTENSION = a;
EXECUTABLE_PREFIX = lib; EXECUTABLE_PREFIX = lib;
GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_ENABLE_CPP_EXCEPTIONS = YES;
GCC_ENABLE_CPP_RTTI = NO; GCC_ENABLE_CPP_RTTI = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_SYMBOLS_PRIVATE_EXTERN = YES; GCC_SYMBOLS_PRIVATE_EXTERN = YES;
MACH_O_TYPE = staticlib;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
STRIP_STYLE = all;
}; };
name = Debug; name = Debug;
}; };
@ -257,16 +265,23 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "c++17"; CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_DEBUG_INFORMATION_LEVEL = "line-tables-only";
CLANG_WARN_DOCUMENTATION_COMMENTS = NO;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = A7A93GC9AY; DEVELOPMENT_TEAM = A7A93GC9AY;
DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1; DYLIB_CURRENT_VERSION = 1;
EXECUTABLE_EXTENSION = a;
EXECUTABLE_PREFIX = lib; EXECUTABLE_PREFIX = lib;
GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_ENABLE_CPP_EXCEPTIONS = YES;
GCC_ENABLE_CPP_RTTI = NO; GCC_ENABLE_CPP_RTTI = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_SYMBOLS_PRIVATE_EXTERN = YES; GCC_SYMBOLS_PRIVATE_EXTERN = YES;
MACH_O_TYPE = staticlib;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
STRIP_STYLE = all;
}; };
name = Release; name = Release;
}; };