From 6a720fd8bf82d6220330f148ca8ad351b690a9fd Mon Sep 17 00:00:00 2001 From: Kevin Lefèvre Date: Tue, 17 May 2016 23:52:58 +0200 Subject: Fix permission access of source files that was executable .i.e. chmod 744 to 644 (#1435) --- example/common/FXKeychain.h | 0 example/common/FXKeychain.m | 0 example/common/FXKeychain_LICENCE.md | 0 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.h | 0 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.m | 0 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.h | 0 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.m | 0 example/ios/iOS UI Test/iOS UI Test/MCOMessageView.h | 0 example/ios/iOS UI Test/iOS UI Test/MCOMessageView.mm | 0 example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.h | 0 example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.mm | 0 src/async/imap/MCAsyncIMAP.h | 0 src/async/imap/MCIMAPAsyncConnection.cpp | 0 src/async/imap/MCIMAPAsyncConnection.h | 0 src/async/imap/MCIMAPAsyncSession.cpp | 0 src/async/imap/MCIMAPAsyncSession.h | 0 src/core/imap/MCIMAPSession.cpp | 0 src/core/imap/MCIMAPSession.h | 0 src/objc/imap/MCOIMAP.h | 0 src/objc/imap/MCOIMAPSession.h | 0 src/objc/imap/MCOIMAPSession.mm | 0 src/objc/smtp/MCOSMTPSession.mm | 0 src/ui/ios/MCOMessageView.h | 0 src/ui/ios/MCOMessageView.mm | 0 24 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 example/common/FXKeychain.h mode change 100755 => 100644 example/common/FXKeychain.m mode change 100755 => 100644 example/common/FXKeychain_LICENCE.md mode change 100755 => 100644 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.h mode change 100755 => 100644 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.m mode change 100755 => 100644 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.h mode change 100755 => 100644 example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.m mode change 100755 => 100644 example/ios/iOS UI Test/iOS UI Test/MCOMessageView.h mode change 100755 => 100644 example/ios/iOS UI Test/iOS UI Test/MCOMessageView.mm mode change 100755 => 100644 example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.h mode change 100755 => 100644 example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.mm mode change 100755 => 100644 src/async/imap/MCAsyncIMAP.h mode change 100755 => 100644 src/async/imap/MCIMAPAsyncConnection.cpp mode change 100755 => 100644 src/async/imap/MCIMAPAsyncConnection.h mode change 100755 => 100644 src/async/imap/MCIMAPAsyncSession.cpp mode change 100755 => 100644 src/async/imap/MCIMAPAsyncSession.h mode change 100755 => 100644 src/core/imap/MCIMAPSession.cpp mode change 100755 => 100644 src/core/imap/MCIMAPSession.h mode change 100755 => 100644 src/objc/imap/MCOIMAP.h mode change 100755 => 100644 src/objc/imap/MCOIMAPSession.h mode change 100755 => 100644 src/objc/imap/MCOIMAPSession.mm mode change 100755 => 100644 src/objc/smtp/MCOSMTPSession.mm mode change 100755 => 100644 src/ui/ios/MCOMessageView.h mode change 100755 => 100644 src/ui/ios/MCOMessageView.mm diff --git a/example/common/FXKeychain.h b/example/common/FXKeychain.h old mode 100755 new mode 100644 diff --git a/example/common/FXKeychain.m b/example/common/FXKeychain.m old mode 100755 new mode 100644 diff --git a/example/common/FXKeychain_LICENCE.md b/example/common/FXKeychain_LICENCE.md old mode 100755 new mode 100644 diff --git a/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.h b/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.h old mode 100755 new mode 100644 diff --git a/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.m b/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetchHistory.m old mode 100755 new mode 100644 diff --git a/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.h b/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.h old mode 100755 new mode 100644 diff --git a/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.m b/example/common/gtm-oauth2/HTTPFetcher/GTMHTTPFetcher.m old mode 100755 new mode 100644 diff --git a/example/ios/iOS UI Test/iOS UI Test/MCOMessageView.h b/example/ios/iOS UI Test/iOS UI Test/MCOMessageView.h old mode 100755 new mode 100644 diff --git a/example/ios/iOS UI Test/iOS UI Test/MCOMessageView.mm b/example/ios/iOS UI Test/iOS UI Test/MCOMessageView.mm old mode 100755 new mode 100644 diff --git a/example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.h b/example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.h old mode 100755 new mode 100644 diff --git a/example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.mm b/example/ios/iOS UI Test/iOS UI Test/MCTMsgViewController.mm old mode 100755 new mode 100644 diff --git a/src/async/imap/MCAsyncIMAP.h b/src/async/imap/MCAsyncIMAP.h old mode 100755 new mode 100644 diff --git a/src/async/imap/MCIMAPAsyncConnection.cpp b/src/async/imap/MCIMAPAsyncConnection.cpp old mode 100755 new mode 100644 diff --git a/src/async/imap/MCIMAPAsyncConnection.h b/src/async/imap/MCIMAPAsyncConnection.h old mode 100755 new mode 100644 diff --git a/src/async/imap/MCIMAPAsyncSession.cpp b/src/async/imap/MCIMAPAsyncSession.cpp old mode 100755 new mode 100644 diff --git a/src/async/imap/MCIMAPAsyncSession.h b/src/async/imap/MCIMAPAsyncSession.h old mode 100755 new mode 100644 diff --git a/src/core/imap/MCIMAPSession.cpp b/src/core/imap/MCIMAPSession.cpp old mode 100755 new mode 100644 diff --git a/src/core/imap/MCIMAPSession.h b/src/core/imap/MCIMAPSession.h old mode 100755 new mode 100644 diff --git a/src/objc/imap/MCOIMAP.h b/src/objc/imap/MCOIMAP.h old mode 100755 new mode 100644 diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h old mode 100755 new mode 100644 diff --git a/src/objc/imap/MCOIMAPSession.mm b/src/objc/imap/MCOIMAPSession.mm old mode 100755 new mode 100644 diff --git a/src/objc/smtp/MCOSMTPSession.mm b/src/objc/smtp/MCOSMTPSession.mm old mode 100755 new mode 100644 diff --git a/src/ui/ios/MCOMessageView.h b/src/ui/ios/MCOMessageView.h old mode 100755 new mode 100644 diff --git a/src/ui/ios/MCOMessageView.mm b/src/ui/ios/MCOMessageView.mm old mode 100755 new mode 100644 -- cgit v1.2.3