Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jleandroperez committed Jan 11, 2017
2 parents 37d19ce + f6692e9 commit 43a2fee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,7 @@
CODE_SIGN_ENTITLEMENTS = Simplenote/Simplenote.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = 99KV9Z6BKV;
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -1536,6 +1537,7 @@
CODE_SIGN_ENTITLEMENTS = Simplenote/Simplenote.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -1632,6 +1634,7 @@
CODE_SIGN_ENTITLEMENTS = Simplenote/Simplenote.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Codality, Inc. (QXKWK6Q52N)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Codality, Inc. (QXKWK6Q52N)";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -1732,6 +1735,7 @@
CODE_SIGN_ENTITLEMENTS = Simplenote/Simplenote.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution: Automattic, Inc.";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Automattic, Inc.";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = "";
ENABLE_BITCODE = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down
7 changes: 2 additions & 5 deletions Simplenote/Classes/SPNoteEditorViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,8 @@ - (void)sizeNavigationContainer {
SPBarButtonYOriginAdjustment,
buttonWidth,
buttonHeight);

CGFloat newButtonImageWidth = [newButton imageForState:UIControlStateNormal].size.width;
CGFloat newButtonPadding = isPad ? (buttonWidth - newButtonImageWidth) : buttonWidth;

newButton.frame = CGRectMake(previousXOrigin - newButtonPadding,

newButton.frame = CGRectMake(previousXOrigin - buttonWidth,
SPBarButtonYOriginAdjustment,
buttonWidth,
buttonHeight);
Expand Down
4 changes: 3 additions & 1 deletion Simplenote/Simplenote-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4422</string>
<string>4423</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down Expand Up @@ -62,6 +62,8 @@
<string>This app requires contacts access to properly share data with other users.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app does not require Photo Library access.</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
2 changes: 1 addition & 1 deletion SimplenoteShare/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4422</string>
<string>4423</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit 43a2fee

Please sign in to comment.