Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from facebook/master
Browse files Browse the repository at this point in the history
pull changes from upstream
  • Loading branch information
ekurutepe committed Mar 17, 2016
2 parents df71e04 + d9ef092 commit 780b00c
Show file tree
Hide file tree
Showing 195 changed files with 6,759 additions and 2,735 deletions.
2 changes: 1 addition & 1 deletion AsyncDisplayKit-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.facebook.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
6 changes: 3 additions & 3 deletions AsyncDisplayKit.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'AsyncDisplayKit'
spec.version = '1.9.6'
spec.version = '1.9.7'
spec.license = { :type => 'BSD' }
spec.homepage = 'http://asyncdisplaykit.org'
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.6' }
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.7' }

spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'

Expand Down Expand Up @@ -51,7 +51,7 @@ Pod::Spec.new do |spec|

spec.subspec 'PINRemoteImage' do |pin|
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
pin.dependency 'PINRemoteImage/iOS', '>= 2'
pin.dependency 'PINRemoteImage/iOS', '>= 2.1'
pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject'
end

Expand Down
134 changes: 123 additions & 11 deletions AsyncDisplayKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0710"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 1 addition & 3 deletions AsyncDisplayKit/ASButtonNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
@property (nonatomic, assign) ASVerticalAlignment contentVerticalAlignment;

/**
* @discussion insets the title and the image node
*
* @param contentEdgeInsets The insets used around the title and image node
* @discussion The insets used around the title and image node
*/
@property (nonatomic, assign) UIEdgeInsets contentEdgeInsets;

Expand Down
Loading

0 comments on commit 780b00c

Please sign in to comment.