This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-12-19 12:03:03.985 Untitled[96114:507] The maximum NSDecimalNumber is 3402823669209384634633746074317682114550000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 | |
2014-12-19 12:03:03.987 Untitled[96114:507] Making an NSDecimalNumber 1 less than that (via an NSString) will be interpreted as 3402823669209384634633746074317682114540000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let t1 = TinkerObject(id:1) | |
let t2 = TinkerObject(id:2) | |
// this will work | |
print (t1==t2) | |
// this would be an error: | |
// 'TinkerObject' does not have a member named 'id' | |
// print(t1.id) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'cocoapods' | |
def get_public_changes_between_versions(path, podspec, old_tag, new_tag) | |
pathlist = Pod::Sandbox::PathList.new(Pathname.new(path)) | |
headers = [] | |
spec = Pod::Specification.from_file podspec | |
# https://github.com/CocoaPods/cocoadocs.org/issues/35 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws-eventstream (1.0.1) | |
aws-partitions (1.117.0) | |
aws-sdk (3.0.1) | |
aws-sdk-acm (1.14.0) | |
aws-sdk-acmpca (1.7.0) | |
aws-sdk-alexaforbusiness (1.13.0) | |
aws-sdk-amplify (1.0.0) | |
aws-sdk-apigateway (1.23.0) | |
aws-sdk-applicationautoscaling (1.16.0) | |
aws-sdk-applicationdiscoveryservice (1.8.0) |
OlderNewer