|
13 | 13 | AA012115224C24D4000F4F82 /* wxmac.icns in Resources */ = {isa = PBXBuildFile; fileRef = AA012113224C24D4000F4F82 /* wxmac.icns */; };
|
14 | 14 | AA14A0F3222A1219002C4553 /* libwx_osx_cocoa.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = AA1D0F81222A0A1D00678304 /* libwx_osx_cocoa.dylib */; };
|
15 | 15 | AA256DE12367942600F9EA58 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA256DC72367942600F9EA58 /* WebKit.framework */; };
|
16 |
| - AA56E9702321F67C002BB5E1 /* globals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA56E96F2321F67C002BB5E1 /* globals.cpp */; }; |
17 |
| - AA56E98A2321F67E002BB5E1 /* globals.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA56E96F2321F67C002BB5E1 /* globals.cpp */; }; |
18 | 16 | AA9F4B912321BEE900FF2E24 /* interface_derived.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA9F4B8F2321BEE900FF2E24 /* interface_derived.cpp */; };
|
19 | 17 | AA9F4B922321BEE900FF2E24 /* interface_derived.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA9F4B8F2321BEE900FF2E24 /* interface_derived.cpp */; };
|
20 | 18 | AAA0F59B23667BCA00B8E4A7 /* open_with_dlg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AAA0F59A23667BCA00B8E4A7 /* open_with_dlg.cpp */; };
|
|
244 | 242 | AA1D0FCA222A0A4B00678304 /* wxcocoa.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxcocoa.xcconfig; path = wxWidgets/build/osx/wxcocoa.xcconfig; sourceTree = SOURCE_ROOT; };
|
245 | 243 | AA1D0FCB222A0A4B00678304 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxdebug.xcconfig; path = wxWidgets/build/osx/wxdebug.xcconfig; sourceTree = SOURCE_ROOT; };
|
246 | 244 | AA256DC72367942600F9EA58 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
247 |
| - AA56E96F2321F67C002BB5E1 /* globals.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = globals.cpp; sourceTree = "<group>"; }; |
248 | 245 | AA9F4B8F2321BEE900FF2E24 /* interface_derived.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = interface_derived.cpp; sourceTree = "<group>"; };
|
249 | 246 | AA9F4B902321BEE900FF2E24 /* interface_derived.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = interface_derived.hpp; sourceTree = "<group>"; };
|
250 | 247 | AAA0F59A23667BCA00B8E4A7 /* open_with_dlg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = open_with_dlg.cpp; sourceTree = "<group>"; };
|
251 | 248 | AAB4B99E23233EB5007D21F9 /* create_dialog_derived.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = create_dialog_derived.cpp; sourceTree = "<group>"; };
|
| 249 | + AAB4C0922404AC7A00CF0C2F /* globals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = globals.h; sourceTree = "<group>"; }; |
252 | 250 | AAD015CD222B2FE300E25CB7 /* Unity Hub Native.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Unity Hub Native.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
253 | 251 | AADF6A0B222B359700991DD2 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
254 | 252 | AADF6A26222B35B300991DD2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
329 | 327 | AA1D0F50222A09A600678304 /* source */ = {
|
330 | 328 | isa = PBXGroup;
|
331 | 329 | children = (
|
| 330 | + AAB4C0922404AC7A00CF0C2F /* globals.h */, |
332 | 331 | AA012113224C24D4000F4F82 /* wxmac.icns */,
|
333 | 332 | AAF9D87A222B14E900437548 /* Info_cocoa.plist */,
|
334 | 333 | AAF9D87B222B14E900437548 /* main.cpp */,
|
335 |
| - AA56E96F2321F67C002BB5E1 /* globals.cpp */, |
336 | 334 | AA9F4B8F2321BEE900FF2E24 /* interface_derived.cpp */,
|
337 | 335 | AA9F4B902321BEE900FF2E24 /* interface_derived.hpp */,
|
338 | 336 | AAA0F59A23667BCA00B8E4A7 /* open_with_dlg.cpp */,
|
|
659 | 657 | isa = PBXSourcesBuildPhase;
|
660 | 658 | buildActionMask = 2147483647;
|
661 | 659 | files = (
|
662 |
| - AA56E9702321F67C002BB5E1 /* globals.cpp in Sources */, |
663 | 660 | AA9F4B912321BEE900FF2E24 /* interface_derived.cpp in Sources */,
|
664 | 661 | AAB4B99F23233EB5007D21F9 /* create_dialog_derived.cpp in Sources */,
|
665 | 662 | AAF9D87D222B14E900437548 /* main.cpp in Sources */,
|
|
672 | 669 | isa = PBXSourcesBuildPhase;
|
673 | 670 | buildActionMask = 2147483647;
|
674 | 671 | files = (
|
675 |
| - AA56E98A2321F67E002BB5E1 /* globals.cpp in Sources */, |
676 | 672 | AA9F4B922321BEE900FF2E24 /* interface_derived.cpp in Sources */,
|
677 | 673 | AAB4B9A023233EB5007D21F9 /* create_dialog_derived.cpp in Sources */,
|
678 | 674 | AAD015C0222B2FE300E25CB7 /* main.cpp in Sources */,
|
|
833 | 829 | CODE_SIGN_IDENTITY = "-";
|
834 | 830 | CODE_SIGN_STYLE = Automatic;
|
835 | 831 | COMBINE_HIDPI_IMAGES = YES;
|
836 |
| - CURRENT_PROJECT_VERSION = 1.3; |
| 832 | + CURRENT_PROJECT_VERSION = 1.35; |
837 | 833 | INFOPLIST_FILE = "$(SRCROOT)/source/Info_cocoa.plist";
|
838 | 834 | LD_RUNPATH_SEARCH_PATHS = (
|
839 | 835 | "$(inherited)",
|
840 | 836 | "@executable_path/../Frameworks",
|
841 | 837 | );
|
842 |
| - MARKETING_VERSION = 1.3; |
| 838 | + MARKETING_VERSION = 1.35; |
843 | 839 | OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
844 | 840 | PRODUCT_BUNDLE_IDENTIFIER = com.ravbug.UnityHubNativeDynamic;
|
845 | 841 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
852 | 848 | CODE_SIGN_IDENTITY = "-";
|
853 | 849 | CODE_SIGN_STYLE = Automatic;
|
854 | 850 | COMBINE_HIDPI_IMAGES = YES;
|
855 |
| - CURRENT_PROJECT_VERSION = 1.3; |
| 851 | + CURRENT_PROJECT_VERSION = 1.35; |
856 | 852 | INFOPLIST_FILE = "$(SRCROOT)/source/Info_cocoa.plist";
|
857 | 853 | LD_RUNPATH_SEARCH_PATHS = (
|
858 | 854 | "$(inherited)",
|
859 | 855 | "@executable_path/../Frameworks",
|
860 | 856 | );
|
861 |
| - MARKETING_VERSION = 1.3; |
| 857 | + MARKETING_VERSION = 1.35; |
862 | 858 | OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
863 | 859 | PRODUCT_BUNDLE_IDENTIFIER = com.ravbug.UnityHubNativeDynamic;
|
864 | 860 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
871 | 867 | CODE_SIGN_IDENTITY = "-";
|
872 | 868 | CODE_SIGN_STYLE = Automatic;
|
873 | 869 | COMBINE_HIDPI_IMAGES = YES;
|
874 |
| - CURRENT_PROJECT_VERSION = 1.3; |
| 870 | + CURRENT_PROJECT_VERSION = 1.35; |
875 | 871 | HEADER_SEARCH_PATHS = (
|
876 | 872 | "\"$(WXROOT)/include\"",
|
877 | 873 | "\"$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include\"",
|
|
890 | 886 | "$(inherited)",
|
891 | 887 | "@executable_path/../Frameworks",
|
892 | 888 | );
|
893 |
| - MARKETING_VERSION = 1.3; |
| 889 | + MARKETING_VERSION = 1.35; |
894 | 890 | OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
895 | 891 | PRODUCT_BUNDLE_IDENTIFIER = com.ravbug.UnityHubNative;
|
896 | 892 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
903 | 899 | CODE_SIGN_IDENTITY = "-";
|
904 | 900 | CODE_SIGN_STYLE = Automatic;
|
905 | 901 | COMBINE_HIDPI_IMAGES = YES;
|
906 |
| - CURRENT_PROJECT_VERSION = 1.3; |
| 902 | + CURRENT_PROJECT_VERSION = 1.35; |
907 | 903 | HEADER_SEARCH_PATHS = (
|
908 | 904 | "\"$(WXROOT)/include\"",
|
909 | 905 | "\"$(WXROOT)/build/osx/setup/$(WXTOOLKIT)/include\"",
|
|
922 | 918 | "$(inherited)",
|
923 | 919 | "@executable_path/../Frameworks",
|
924 | 920 | );
|
925 |
| - MARKETING_VERSION = 1.3; |
| 921 | + MARKETING_VERSION = 1.35; |
926 | 922 | OTHER_LDFLAGS = "$(OTHER_LDFLAGS)";
|
927 | 923 | PRODUCT_BUNDLE_IDENTIFIER = com.ravbug.UnityHubNative;
|
928 | 924 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments