mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
up
This commit is contained in:
parent
bec74c7c8f
commit
83c5547e3c
BIN
plugins/.DS_Store
vendored
Normal file
BIN
plugins/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
plugins/macos/.DS_Store
vendored
Normal file
BIN
plugins/macos/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
plugins/macos/pocketpy/.DS_Store
vendored
BIN
plugins/macos/pocketpy/.DS_Store
vendored
Binary file not shown.
BIN
plugins/macos/pocketpy/build/Release/libpocketpy.dylib
Executable file
BIN
plugins/macos/pocketpy/build/Release/libpocketpy.dylib
Executable file
Binary file not shown.
@ -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>
|
Binary file not shown.
@ -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
|
||||
}
|
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -0,0 +1,2 @@
|
||||
Target dependency graph (1 target)
|
||||
pocketpy in pocketpy, no dependencies
|
Binary file not shown.
BIN
plugins/macos/pocketpy/build/XCBuildData/build.db
Normal file
BIN
plugins/macos/pocketpy/build/XCBuildData/build.db
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/build/pocketpy.build/Release/pocketpy.build/Objects-normal/arm64/pocketpy.o
|
@ -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
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
/Users/blueloveth/Desktop/pocketpy/plugins/macos/pocketpy/build/pocketpy.build/Release/pocketpy.build/Objects-normal/x86_64/pocketpy.o
|
@ -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
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
{"case-sensitive":"false","roots":[],"version":0}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -12,7 +12,7 @@
|
||||
/* End PBXBuildFile 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>"; };
|
||||
0869DA55298F9C5800B00FD8 /* pocketpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pocketpy.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
@ -39,7 +39,7 @@
|
||||
0869DA48298F9AD300B00FD8 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0869DA47298F9AD300B00FD8 /* libpocketpy.dylib */,
|
||||
0869DA47298F9AD300B00FD8 /* libpocketpy.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
@ -81,7 +81,7 @@
|
||||
);
|
||||
name = pocketpy;
|
||||
productName = pocketpy;
|
||||
productReference = 0869DA47298F9AD300B00FD8 /* libpocketpy.dylib */;
|
||||
productReference = 0869DA47298F9AD300B00FD8 /* libpocketpy.a */;
|
||||
productType = "com.apple.product-type.library.dynamic";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
@ -180,7 +180,7 @@
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.3;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Debug;
|
||||
@ -232,6 +232,7 @@
|
||||
MACOSX_DEPLOYMENT_TARGET = 12.3;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
MTL_FAST_MATH = YES;
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Release;
|
||||
@ -240,16 +241,23 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
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;
|
||||
DEVELOPMENT_TEAM = A7A93GC9AY;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
EXECUTABLE_EXTENSION = a;
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
||||
GCC_ENABLE_CPP_RTTI = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
MACH_O_TYPE = staticlib;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
STRIP_STYLE = all;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -257,16 +265,23 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
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;
|
||||
DEVELOPMENT_TEAM = A7A93GC9AY;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
EXECUTABLE_EXTENSION = a;
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
||||
GCC_ENABLE_CPP_RTTI = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||
MACH_O_TYPE = staticlib;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
STRIP_STYLE = all;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user