Skip to content

Commit

Permalink
Removing unnecessary published: true from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jul 25, 2014
1 parent 324fda0 commit 7989daf
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion 2012-08-13-nsincrementalstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: NSIncrementalStore
ref: "https://developer.apple.com/library/mac/#documentation/CoreData/Reference/NSIncrementalStore_Class/Reference/NSIncrementalStore.html"
category: Cocoa
published: true
excerpt: Even for a blog dedicated to obscure APIs, <tt>NSIncrementalStore</tt> sets a new standard. It was introduced in iOS 5, with no more fanfare than the requisite entry in the SDK changelog. Ironically, it is arguably the most important thing to come out of iOS 5, which will completely change the way we build apps from here on out.
---

Expand Down
1 change: 0 additions & 1 deletion 2012-08-27-cfbag.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: CFBag
ref: "https://developer.apple.com/library/mac/#documentation/CoreFOundation/Reference/CFMutableBagRef/Reference/reference.html"
category: Cocoa
published: true
excerpt: "In the pantheon of collection data types in computer science, bag doesn't really have the same clout as lists, sets, associative arrays, trees, graphs, or priority queues. In fact, it's pretty obscure. You've probably never heard of it."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-09-03-nslocale.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: NSLocale
ref: "https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "Internationalization is like flossing: everyone knows they should do it, but probably don't."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-09-10-uiaccessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: UIAccessibility
ref: "http://developer.apple.com/library/ios/#documentation/uikit/reference/UIAccessibility_Protocol/Introduction/Introduction.html"
category: Cocoa
published: true
excerpt: "Accessibility, like internationalization, is one of those topics that's difficult to get developers excited about. But as you know, NSHipster is all about getting developers excited about this kind of stuff."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-09-17-nscharacterset.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: NSCharacterSet
ref: "http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/nscharacterset_Class/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "Foundation boasts one of the best, most complete implementations of strings around. But a string implementation is only as good as the programmer who wields it. So this week, we're going to explore some common uses--and misuses--of an important part of the Foundation string ecosystem: NSCharacterSet."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-09-24-uicollectionview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: UICollectionView
ref: "https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UICollectionView_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012177"
category: Cocoa
published: true
excerpt: "UICollectionView single-handedly changes the way we will design and develop iOS apps from here on out. This is not to say that collection views are in any way unknown or obscure. But being an NSHipster isn't just about knowing obscure gems in the rough. Sometimes, it's about knowing about up-and-comers before they become popular and sell out."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-10-01-pragma.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "#pragma"
ref: "https://developer.apple.com/library/mac/#documentation/DeveloperTools/gcc-4.0.1/gcc/Pragmas.html#Pragmas"
category: Objective-C
published: true
excerpt: "`#pragma` declarations are a mark of craftsmanship in Objective-C. Although originally purposed for compiling source code across many different compilers, the modern Xcode-savvy programmer uses #pragma declarations to very different ends."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-10-08-at-compiler-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "@"
ref: ""
category: Objective-C
published: true
excerpt: "If we were to go code-watching for Objective-C, what would we look for? Square brackets, ridiculously-long method names, and <tt>@</tt>'s. \"at\" sign compiler directives are as central to understanding Objective-C's gestalt as its ancestry and underlying mechanisms. It's the sugary glue that allows Objective-C to be such a powerful, expressive language, and yet still compile all the way down to C."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-10-15-addressbookui.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: AddressBookUI
ref: "http://developer.apple.com/library/ios/#documentation/AddressBookUI/Reference/AddressBookUI_Framework/_index.html"
category: AddressBookUI
published: true
excerpt: "Address Book UI is an iOS framework for displaying, selecting, editing, and creating contacts in a user's Address Book. Similar to the Message UI framework, Address Book UI contains a number of controllers that can be presented modally, to provide common system functionality in a uniform interface."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-10-22-nslinguistictagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: NSLinguisticTagger
ref: "http://developer.apple.com/library/ios/#documentation/cocoa/reference/NSLinguisticTagger_Class/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "NSLinguisticTagger is a veritable Swiss Army Knife of linguistic functionality, with the ability to tokenize natural language strings into words, determine their part-of-speech & stem, extract names of people, places, & organizations, and tell you the languages & respective writing system used in the string."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-10-29-uilocalizedindexedcollation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: UILocalizedIndexedCollation
ref: "http://developer.apple.com/library/ios/#documentation/iPhone/Reference/UILocalizedIndexedCollation_Class/UILocalizedIndexedCollation.html"
category: Cocoa
published: true
excerpt: "UITableView starts to become unwieldy once it gets to a few hundred rows. If users are reduced to frantically scratching at the screen like a cat playing Fruit Ninja in order to get at what they want... you may want to rethink your UI approach."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-11-05-nsurlprotocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: NSURLProtocol
ref: "https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSURLProtocol_Class/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "Foundation’s URL Loading System is something that every iOS developer would do well to buddy up with. And of all of networking classes and protocols of Foundation, NSURLProtocol is perhaps the most obscure and powerful."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-11-12-nsvaluetransformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: NSValueTransformer
ref: "https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSValueTransformer_Class/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "Of all the Foundation classes, NSValueTransformer is perhaps the one that fared the worst in the shift from OS X to iOS. But you know what? It's ripe for a comeback. With a little bit of re-tooling and some recontextualization, this blast from the past could be the next big thing in your application."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-11-26-nsorderedset.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "NSOrderedSet"
ref: "http://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSOrderedSet_Class/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "Why isn't NSOrderedSet a subclass of NSSet? The answer may surprise you."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-12-03-kvc-collection-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "KVC Collection Operators"
ref: "http://developer.apple.com/library/ios/#documentation/cocoa/conceptual/KeyValueCoding/Articles/CollectionOperators.html"
category: Cocoa
published: true
excerpt: "Rubyists laugh at Objective-C’s bloated syntax. Although we lost a few pounds over the summer with our sleek new object literals, those Red-headed bullies still taunt us with their map one-liners and their fancy Symbol#to_proc. Fortunately, Key-Value Coding has an ace up its sleeves."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-12-10-instancetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: instancetype
ref: "http://clang.llvm.org/docs/LanguageExtensions.html#objc_instancetype"
category: Cocoa
published: true
excerpt: "Objective-C is a rapidly evolving language, in a way that you just don't see in established programming languages. Developments range from the mundane to paradigm-changing, but telling the difference takes practice. Because we're talking about low-level language features, it's difficult to understand what implications they may have higher up with API design."
---

Expand Down
1 change: 0 additions & 1 deletion 2012-12-17-cggeometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: CGGeometry
ref: "https://developer.apple.com/library/mac/#documentation/graphicsimaging/reference/CGGeometry/Reference/reference.html"
category: Cocoa
published: true
excerpt: "Unless you were a Math Geek or an Ancient Greek, Geometry was probably not your favorite subject in high school. No, chances are that you were that kid in class who dutifully programmed all of the necessary formulae into your TI-8X calculator. Keeping in the tradition of doing the least amount of math possible, here are some semi-obscure CoreGraphics functions to make your job easier."
---

Expand Down
1 change: 0 additions & 1 deletion 2013-02-04-type-encodings.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: Type Encodings
ref: "https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtTypeEncodings.html"
category: "Objective-C"
published: true
excerpt: "From number stations and numerology to hieroglyphics and hobo codes, there is something truly fascinating about finding meaning that hides in plain sight. Though hidden messages in and of themselves are rarely useful or particularly interesting, it's the thrill of the hunt that piques our deepest curiosities."
---

Expand Down
1 change: 0 additions & 1 deletion 2013-03-11-uiappearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: UIAppearance
ref: "http://developer.apple.com/library/ios/#documentation/uikit/reference/UIAppearance_Protocol/Reference/Reference.html"
category: Cocoa
published: true
excerpt: "UIAppearance allows the appearance of views and controls to be consistently defined across the entire application."
---

Expand Down
1 change: 0 additions & 1 deletion 2013-03-18-c-storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: "C Storage Classes"
category: Objective-C
published: true
excerpt: "In C, the scope and lifetime of a variable or function within a program is determined by its storage class. Understanding these storage classes allows us to decipher common incantations found throughout Objective-C"
---

Expand Down
1 change: 0 additions & 1 deletion 2013-04-01-icloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: post
title: "iCloud"
category: ""
published: true
excerpt: "Perhaps what Apple is most renowned for is its consistent track record for creating great webservices. From consumer products like MobileMe and Ping to developer tools including the Provisioning Portal and iTunes Connect, Apple has continued to set new standards for convenience, robustness, and extensibility."
---

Expand Down
1 change: 0 additions & 1 deletion 2013-08-12-random.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: post
title: "rand(3) / random(3) / arc4random(3) / et al."
ref: "https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/arc4random.3.html"
category: Objective-C
published: true
excerpt: "What passes for randomness is merely a hidden chain of causality. Of course, app developers could care less about philosophy—what they want is code. Thus, our goal this week: to clear up all of the lingering questions and misunderstandings about doing random things in Objective-C"
---

Expand Down
1 change: 0 additions & 1 deletion 2013-09-02-xcode-snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ title: Xcode Snippets

ref: "https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/CreatingaCustomCodeSnippet/CreatingaCustomCodeSnippet.html"
category: Xcode
published: true
excerpt: "iOS development all but requires the use of Xcode. And if we're resigned to use an IDE in our development workflow, we might as well make the most of it, right? So this week on NSHipster, we're going to talk about one of the more powerful yet underused features of Xcode: Code Snippets"
---

Expand Down

0 comments on commit 7989daf

Please sign in to comment.