Repository: cordova-ios
Updated Branches:
  refs/heads/master a930c22b9 -> b5fb016b9


CB-11854 - Create Entitlements.plist file (one each for Debug and Release 
configurations)

 This closes #256


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/b5fb016b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b5fb016b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b5fb016b

Branch: refs/heads/master
Commit: b5fb016b9f81426f9173ae36b7084fa7913dbd8f
Parents: a930c22
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Thu Sep 15 15:37:41 2016 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Fri Sep 16 13:25:58 2016 -0700

----------------------------------------------------------------------
 .../__PROJECT_NAME__/Entitlements-Debug.plist   | 24 ++++++++++++++++++++
 .../__PROJECT_NAME__/Entitlements-Release.plist | 24 ++++++++++++++++++++
 bin/templates/scripts/cordova/build.xcconfig    |  5 +++-
 3 files changed, 52 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b5fb016b/bin/templates/project/__PROJECT_NAME__/Entitlements-Debug.plist
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/Entitlements-Debug.plist 
b/bin/templates/project/__PROJECT_NAME__/Entitlements-Debug.plist
new file mode 100644
index 0000000..1ed4ae5
--- /dev/null
+++ b/bin/templates/project/__PROJECT_NAME__/Entitlements-Debug.plist
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<plist version="1.0">
+    <dict>
+    </dict>
+</plist>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b5fb016b/bin/templates/project/__PROJECT_NAME__/Entitlements-Release.plist
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/Entitlements-Release.plist 
b/bin/templates/project/__PROJECT_NAME__/Entitlements-Release.plist
new file mode 100644
index 0000000..1ed4ae5
--- /dev/null
+++ b/bin/templates/project/__PROJECT_NAME__/Entitlements-Release.plist
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<plist version="1.0">
+    <dict>
+    </dict>
+</plist>

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b5fb016b/bin/templates/scripts/cordova/build.xcconfig
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/build.xcconfig 
b/bin/templates/scripts/cordova/build.xcconfig
index 6f664e3..bc9e0e3 100644
--- a/bin/templates/scripts/cordova/build.xcconfig
+++ b/bin/templates/scripts/cordova/build.xcconfig
@@ -39,4 +39,7 @@ ENABLE_BITCODE = NO
 CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
 
 // (CB-10072) 
-SWIFT_OBJC_BRIDGING_HEADER = $(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
\ No newline at end of file
+SWIFT_OBJC_BRIDGING_HEADER = $(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
+
+// (CB-11854)
+CODE_SIGN_ENTITLEMENTS = 
$(PROJECT_DIR)/$(PROJECT_NAME)/Entitlements-$(CONFIGURATION).plist


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to