This commit is contained in:
Sebastien Pouliot 2018-08-15 13:23:31 -04:00 коммит произвёл GitHub
Родитель 3548c44782
Коммит 605b992c62
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 21 добавлений и 5 удалений

Просмотреть файл

@ -59,8 +59,8 @@ IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_M
# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=10.0
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_10_beta_5.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode10-beta5.app/Contents/Developer
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_10_beta_6.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode10-beta6.app/Contents/Developer
XCODE94_VERSION=9.4
XCODE94_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_9.4.xip

Просмотреть файл

@ -452,9 +452,9 @@ namespace xharness
sql.AppendFormat ("INSERT INTO access VALUES('{0}','{1}',0,1,0,NULL,NULL);", service, bundle_identifier + ".watchkitapp");
break;
case 3: // Xcode 10+
// CREATE TABLE access (service TEXT NOT NULL, client TEXT NOT NULL, client_type INTEGER NOT NULL, allowed INTEGER NOT NULL, prompt_count INTEGER NOT NULL, csreq BLOB, policy_id INTEGER, indirect_object_identifier_type INTEGER, indirect_object_identifier TEXT, indirect_object_code_identity BLOB, PRIMARY KEY (service, client, client_type, indirect_object_identifier), FOREIGN KEY (policy_id) REFERENCES policies(id) ON DELETE CASCADE ON UPDATE CASCADE);
sql.AppendFormat ("INSERT INTO access VALUES('{0}','{1}',0,1,0,NULL,NULL,NULL,'UNUSED',NULL,NULL);", service, bundle_identifier);
sql.AppendFormat ("INSERT INTO access VALUES('{0}','{1}',0,1,0,NULL,NULL,NULL,'UNUSED',NULL,NULL);", service, bundle_identifier + ".watchkitapp");
// CREATE TABLE access ( service TEXT NOT NULL, client TEXT NOT NULL, client_type INTEGER NOT NULL, allowed INTEGER NOT NULL, prompt_count INTEGER NOT NULL, csreq BLOB, policy_id INTEGER, indirect_object_identifier_type INTEGER, indirect_object_identifier TEXT, indirect_object_code_identity BLOB, flags INTEGER, last_modified INTEGER NOT NULL DEFAULT (CAST(strftime('%s','now') AS INTEGER)), PRIMARY KEY (service, client, client_type, indirect_object_identifier), FOREIGN KEY (policy_id) REFERENCES policies(id) ON DELETE CASCADE ON UPDATE CASCADE)
sql.AppendFormat ("INSERT INTO access VALUES('{0}','{1}',0,1,0,NULL,NULL,NULL,'UNUSED',NULL,NULL,1);", service, bundle_identifier);
sql.AppendFormat ("INSERT INTO access VALUES('{0}','{1}',0,1,0,NULL,NULL,NULL,'UNUSED',NULL,NULL,1);", service, bundle_identifier + ".watchkitapp");
break;
default:
throw new NotImplementedException ();

Просмотреть файл

@ -0,0 +1,3 @@
## appended from unclassified file
!missing-selector! CPTemplate::setUserInfo: not bound
!missing-selector! CPTemplate::userInfo not bound

Просмотреть файл

@ -0,0 +1,7 @@
## appended from unclassified file
!missing-protocol! INUIAddVoiceShortcutButtonDelegate not bound
!missing-selector! INUIAddVoiceShortcutButton::delegate not bound
!missing-selector! INUIAddVoiceShortcutButton::setDelegate: not bound
!missing-selector! INUIAddVoiceShortcutButton::setShortcut: not bound
!missing-selector! INUIAddVoiceShortcutButton::shortcut not bound
!missing-selector! INUIAddVoiceShortcutButton::style not bound

Просмотреть файл

@ -0,0 +1,4 @@
!missing-enum! NSWorkspaceAuthorizationType not bound
!missing-selector! +NSFileManager::fileManagerWithAuthorization: not bound
!missing-selector! NSWorkspace::requestAuthorizationOfType:completionHandler: not bound
!missing-type! NSWorkspaceAuthorization not bound

Просмотреть файл

@ -0,0 +1,2 @@
!missing-selector! NSItemProvider::setSuggestedName: not bound
!missing-selector! NSItemProvider::suggestedName not bound