Bgerstle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/191763

Change subject: fix Xcodeproj code signing
......................................................................

fix Xcodeproj code signing

Use "Developer" identity for Debug and "Distribution" for release, and
select the provisioning profile automatically.

Change-Id: Ief9fca18dedf2982845ee960a6c076567112c70a
---
M Wikipedia.xcodeproj/project.pbxproj
M Wikipedia.xcodeproj/xcshareddata/xcschemes/Wikipedia.xcscheme
2 files changed, 2 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/ios/wikipedia 
refs/changes/63/191763/1

diff --git a/Wikipedia.xcodeproj/project.pbxproj 
b/Wikipedia.xcodeproj/project.pbxproj
index bb591fa..01adc6f 100644
--- a/Wikipedia.xcodeproj/project.pbxproj
+++ b/Wikipedia.xcodeproj/project.pbxproj
@@ -3160,7 +3160,6 @@
                                CLANG_WARN_INT_CONVERSION = YES;
                                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone 
Developer";
                                COPY_PHASE_STRIP = NO;
                                GCC_C_LANGUAGE_STANDARD = gnu99;
                                GCC_DYNAMIC_NO_PIC = NO;
@@ -3199,7 +3198,6 @@
                                CLANG_WARN_INT_CONVERSION = YES;
                                CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
                                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
-                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone 
Developer";
                                COPY_PHASE_STRIP = YES;
                                ENABLE_NS_ASSERTIONS = NO;
                                GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -3227,7 +3225,6 @@
                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                                ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = 
LaunchImage;
                                CODE_SIGN_IDENTITY = "iPhone Developer";
-                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone 
Developer";
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = 
"wikipedia/Wikipedia-Prefix.pch";
                                HEADER_SEARCH_PATHS = (
@@ -3243,7 +3240,6 @@
                                LIBRARY_SEARCH_PATHS = "$(inherited)";
                                OTHER_LDFLAGS = "$(inherited)";
                                PRODUCT_NAME = Wikipedia;
-                               PROVISIONING_PROFILE = "";
                                WARNING_CFLAGS = (
                                        "$(inherited)",
                                        "-Werror=switch",
@@ -3260,8 +3256,7 @@
                        buildSettings = {
                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                                ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = 
LaunchImage;
-                               CODE_SIGN_IDENTITY = "iPhone Developer";
-                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone 
Developer";
+                               CODE_SIGN_IDENTITY = "iPhone Distribution";
                                GCC_OPTIMIZATION_LEVEL = 3;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = 
"wikipedia/Wikipedia-Prefix.pch";
@@ -3278,7 +3273,6 @@
                                LIBRARY_SEARCH_PATHS = "$(inherited)";
                                OTHER_LDFLAGS = "$(inherited)";
                                PRODUCT_NAME = Wikipedia;
-                               PROVISIONING_PROFILE = "";
                                WARNING_CFLAGS = (
                                        "$(inherited)",
                                        "-Werror=switch",
diff --git a/Wikipedia.xcodeproj/xcshareddata/xcschemes/Wikipedia.xcscheme 
b/Wikipedia.xcodeproj/xcshareddata/xcschemes/Wikipedia.xcscheme
index e9ba8ff..a33c7a0 100644
--- a/Wikipedia.xcodeproj/xcshareddata/xcschemes/Wikipedia.xcscheme
+++ b/Wikipedia.xcodeproj/xcshareddata/xcschemes/Wikipedia.xcscheme
@@ -14,7 +14,7 @@
             buildForAnalyzing = "YES">
             <BuildableReference
                BuildableIdentifier = "primary"
-               BlueprintIdentifier = "35BA242A40E313F07DB4BB2C"
+               BlueprintIdentifier = "D80BB003220739F3D195A038"
                BuildableName = "libPods.a"
                BlueprintName = "Pods"
                ReferencedContainer = "container:Pods/Pods.xcodeproj">

-- 
To view, visit https://gerrit.wikimedia.org/r/191763
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief9fca18dedf2982845ee960a6c076567112c70a
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Bgerstle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to