Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Prepare for release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Aristote committed Dec 8, 2015
1 parent 97743c1 commit 6069aa3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions eXo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5530,9 +5530,9 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = eXo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution: eXo (FEM998T42U)";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Distribution: eXo (FEM998T42U)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: eXo (FEM998T42U)";
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -5566,9 +5566,9 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.exoplatform.mob.eXoPlatformiPHone;
PRODUCT_NAME = eXo;
PROVISIONING_PROFILE = "";
"PROVISIONING_PROFILE[sdk=*]" = "";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
PROVISIONING_PROFILE = "b7e81202-9ef6-4fc7-b5be-1139b136e007";
"PROVISIONING_PROFILE[sdk=*]" = "b7e81202-9ef6-4fc7-b5be-1139b136e007";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "b7e81202-9ef6-4fc7-b5be-1139b136e007";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
Expand Down Expand Up @@ -5900,9 +5900,9 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_ENTITLEMENTS = eXo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Distribution: eXo (FEM998T42U)";
"CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Distribution: eXo (FEM998T42U)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: eXo (FEM998T42U)";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down
2 changes: 1 addition & 1 deletion eXo_Platform-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.9.20151110</string>
<string>2.9.20151208</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Distribution AdHoc"
buildConfiguration = "Distribution AppStore"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
2 changes: 1 addition & 1 deletion share-extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.9.20151110</string>
<string>2.9.20151208</string>
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 6069aa3

Please sign in to comment.