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 11 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 (limited to 'example') 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 -- cgit v1.2.3