fix: harden startup proxy and coordinate handling

This commit is contained in:
xweiba
2026-08-06 12:17:23 +08:00
parent 881270a21a
commit 0e8e83fd33
26 changed files with 708 additions and 266 deletions
+5 -1
View File
@@ -32,13 +32,17 @@ targets:
HEADER_SEARCH_PATHS: "$(PROJECT_DIR)/Core"
SWIFT_OBJC_BRIDGING_HEADER: App/PaopaoLocationSpoofer-Bridging-Header.h
OTHER_LDFLAGS: "$(inherited) -lwloccore"
LIBRARY_SEARCH_PATHS: "$(PROJECT_DIR)/Core/build"
LIBRARY_SEARCH_PATHS: "$(PROJECT_DIR)/Core/build/$(PLATFORM_NAME)"
PaopaoLocationSpooferTests:
type: bundle.unit-test
platform: iOS
sources:
- path: Tests/PaopaoLocationSpooferTests
settings:
base:
HEADER_SEARCH_PATHS: "$(PROJECT_DIR)/Core"
SWIFT_OBJC_BRIDGING_HEADER: App/PaopaoLocationSpoofer-Bridging-Header.h
dependencies:
- target: PaopaoLocationSpoofer