Skip to content

Commit

Permalink
Update/XPMP2
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Aug 24, 2024
1 parent a1f5c09 commit 824852a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions XPMP2-Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
CURRENT_PROJECT_VERSION = 3.1.0;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DSTROOT = "$(XPLANE11_ROOT)/Resources/plugins/$(PROJECT)";
DSTROOT = "$(XPLANE_ROOT)/Resources/plugins/$(PROJECT)";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = "";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -310,7 +310,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.twinfan.XPMP2-Sample";
PRODUCT_NAME = "${TARGET_NAME}";
SDKROOT = macosx;
XPLANE11_ROOT = "$(USER_APPS_DIR)/X-Plane/11";
XPLANE_ROOT = "$(USER_APPS_DIR)/X-Plane/12";
};
name = Debug;
};
Expand Down Expand Up @@ -350,7 +350,7 @@
CURRENT_PROJECT_VERSION = 3.1.0;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DSTROOT = "$(XPLANE11_ROOT)/Resources/plugins/$(PROJECT)";
DSTROOT = "$(XPLANE_ROOT)/Resources/plugins/$(PROJECT)";
DYLIB_COMPATIBILITY_VERSION = "";
DYLIB_CURRENT_VERSION = "";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -413,7 +413,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.twinfan.XPMP2-Sample";
PRODUCT_NAME = "${TARGET_NAME}";
SDKROOT = macosx;
XPLANE11_ROOT = "$(USER_APPS_DIR)/X-Plane/11";
XPLANE_ROOT = "$(USER_APPS_DIR)/X-Plane/12";
};
name = Release;
};
Expand All @@ -424,7 +424,6 @@
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_LOCATION = YES;
INSTALL_PATH = mac_x64;
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -435,7 +434,6 @@
DEAD_CODE_STRIPPING = YES;
DEPLOYMENT_LOCATION = YES;
INSTALL_PATH = mac_x64;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
allowLocationSimulation = "YES">
<PathRunnable
runnableDebuggingMode = "0"
FilePath = "/Users/birger/Applications/X-Plane/11/X-Plane.app">
FilePath = "/Users/birger/Applications/X-Plane/12/X-Plane.app">
</PathRunnable>
</LaunchAction>
<ProfileAction
Expand Down
2 changes: 1 addition & 1 deletion lib/XPMP2
Submodule XPMP2 updated 1 files
+2 −2 src/Network.h

0 comments on commit 824852a

Please sign in to comment.