Xcode: apply suggested changes from Xcode 11.2
authorLudovic Rousseau <ludovic.rousseau@free.fr>
Fri, 1 Nov 2019 15:13:09 +0000 (16:13 +0100)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Fri, 1 Nov 2019 15:43:45 +0000 (16:43 +0100)
Enable code signing.

Xcode/libusb.xcodeproj/project.pbxproj
libusb/version_nano.h

index 9b5c125..577a13c 100644 (file)
                008FBF281628B79300BC5BE2 /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
-                               LastUpgradeCheck = 1030;
+                               LastUpgradeCheck = 1120;
                                ORGANIZATIONNAME = libusb;
                                TargetAttributes = {
                                        006AD41B1C8C5A90007F8C6A = {
                        baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                        baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                        baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                        baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                        baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                        baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                        baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                        baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                        baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                        baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
                        baseConfigurationReference = 1443EE8516417E63007E0579 /* debug.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Debug;
                        baseConfigurationReference = 1443EE8816417E63007E0579 /* release.xcconfig */;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_IDENTITY = "-";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
                        name = Release;
index dcea538..3681e1d 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11408
+#define LIBUSB_NANO 11409