<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>BGR: The Three Biggest Letters In Tech &#187; GM</title>
	<atom:link href="http://www.bgr.com/tag/gm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bgr.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 20:32:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Apple releases iOS 5 GM for developers, here&#8217;s the change log</title>
		<link>http://www.bgr.com/2011/10/04/apple-releases-ios-5-gm-for-developers-heres-the-change-log/</link>
		<comments>http://www.bgr.com/2011/10/04/apple-releases-ios-5-gm-for-developers-heres-the-change-log/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 19:12:49 +0000</pubDate>
		<dc:creator>Jonathan S. Geller</dc:creator>
				<category><![CDATA[Breaking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[change log]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iOS 5 GM]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone4Scoverage]]></category>
		<category><![CDATA[ipod touch]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=106627</guid>
		<description><![CDATA[With iOS 5 being released on October 12th to everyone (well, everyone who has relatively recent Apple device), Apple is making it available to developers today for testing. It just hit Apple&#8217;s developer site, and we&#8217;re in the process of getting it installed on our devices. We&#8217;ll update you with any new changes we find, and you do the same, alright? In the mean time, the full change log we received is after the break! Thanks, Jean! Notes and Known Issues The following issues relate to using the 5 SDK to develop code. Accounts When creating an iCloud account, you can use any Apple ID as long as it is a full email address and not a MobileMe account. If]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/10/04/apple-releases-ios-5-gm-for-developers-heres-the-change-log/"><img class="size-full wp-image-106645 aligncenter" title="apple-ios-5-gm" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/10/apple-ios-5-gm.jpg" alt="" width="652" height="246" /></a></center>
<p>With iOS 5 being released on October 12th to everyone (well, everyone who has relatively recent Apple device), Apple is making it available to developers today for testing. It just hit Apple&#8217;s developer site, and we&#8217;re in the process of getting it installed on our devices. We&#8217;ll update you with any new changes we find, and you do the same, alright? In the mean time, the full change log we received is after the break!<span id="more-106627"></span></p>
<p>Thanks, Jean!</p>
<h2>Notes and Known Issues</h2>
<p>The following issues relate to using the 5 SDK to develop code.</p>
<section>
<h3>Accounts</h3>
<ul>
<li>When creating an iCloud account, you can use any Apple ID as long as it is a full email address and not a MobileMe account. If you have a MobileMe account, you can move that account to iCloud. You can find more information at: <a href="http://developer.apple.com/icloud" target="_top">http://me.com/move</a></li>
</ul>
</section>
<section>
<h3>AirPlay</h3>
<ul>
<li>Starting in iOS 5, AirPlay is enabled by default for video content in applications and websites.</li>
<li>In iOS 5, AV Foundation adds support for video playback via AirPlay.</li>
</ul>
</section>
<section>
<h3>APIs</h3>
<ul>
<li>The <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSNetService_Class/Reference/Reference.html#//apple_ref/occ/cl/NSNetService" target="_self">NSNetService</a></code> class and CFNetService APIs do no include P2P interfaces by default. To browse, register, or resolve services over P2P interfaces, an application needs to use the Bonjour <code>DNSService*()</code> APIs noted below.</li>
<li>Setting the <em>interfaceIndex</em> parameter to <code>kDNSServiceInterfaceIndexAny</code> in the following API&#8217;s will not include P2P interfaces by default. To include P2P interfaces, you must now set the<code>kDNSServiceFlagsIncludeP2P</code> flag when using <code>kDNSServiceInterfaceIndexAny</code> or set the interfaceIndex to <code>kDNSServiceInterfaceIndexP2P</code>. The affected APIs are:
<ul>
<li><code>DNSServiceBrowse</code></li>
<li><code>DNSServiceRegister</code></li>
<li><code>DNSServiceResolve</code></li>
<li><code>DNSServiceRegisterRecord</code></li>
<li><code>DNSServiceQueryRecord</code></li>
</ul>
</li>
</ul>
</section>
<section>
<h3>API Validation</h3>
<ul>
<li>In the iOS 5 development tools, it is possible to extract APIs used by an application and have them checked for use of private APIs. This option is offered when you validate your application for app submission.</li>
</ul>
</section>
<section>
<h3>Apple TV</h3>
<ul>
<li>The Apple TV Software enables users to mirror the contents of an iPad 2 to an Apple TV (2nd generation) using AirPlay. This software also enables Photo Stream on Apple TV so users can access photos stored in iCloud. Apple TV Software beta is being provided to test the latest AirPlay functionality with your iOS 5 apps and web sites. If you wish to install Apple TV Software beta on your device, you must first register your device UDID in the iOS Developer Program Portal.</li>
</ul>
</section>
<section>
<h3>Automatic Reference Counting</h3>
<ul>
<li>In Xcode, if the configuration is set to Device and there is a space in the path of one of the source files (more commonly, the project is inside a directory with spaces), the “Convert to Automatic Reference Counting” step (after Precheck) will fail with error: <code>Error in format of file: &lt;path&gt;</code>.If encountered, the user should switch to Simulator and retry the migration.</li>
</ul>
</section>
<section>
<h3>Binary Compatibility</h3>
<ul>
<li>On applications linked against the iOS 5 SDK, scroll view content offsets will no longer be rounded to integral pixels during a pinch gesture.</li>
</ul>
</section>
<section>
<h3>GameKit</h3>
<ul>
<li>Match data for turn-based matches is limited to 4 KB.</li>
<li><strong>FIXED: </strong>Auto-matching with the turn-based view controller does not work. Invites or the direct auto-match API can be used as a workaround.</li>
</ul>
</section>
<section>
<h3>iCloud Backup</h3>
<ul>
<li>Backups made prior to September 22nd are no longer available. It is strongly advised to upgrade to this version of iOS 5 in order to continue backing up your devices</li>
</ul>
</section>
<section>
<h3>iCloud Storage</h3>
<ul>
<li>In the iCloud key-value store, the maximum number of keys has been raised to 256.</li>
<li>All newly generated provisioning profiles are now automatically enabled for iCloud. If you are using an Xcode managed Team Provisioning Profile, click refresh in the Xcode Organizer to obtain a new iCloud-enabled profile. To enable all other provisioning profiles for iCloud, simply regenerate your profiles in the iOS Provisioning Portal.</li>
<li>If your application is using the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSMetadataQuery_Class/Reference/Reference.html#//apple_ref/occ/cl/NSMetadataQuery" target="_self">NSMetadataQuery</a></code> class, you must set a predicate and the predicate is now honored. But the predicate is an <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSPredicate_Class/Reference/NSPredicate.html#//apple_ref/occ/cl/NSPredicate" target="_self">NSPredicate</a></code>-style predicate, not a Spotlight-style predicate. An example of the difference is that you must use <code>LIKE</code> instead of <code>=</code> for wildcard matching. The differences are defined in more detail at:<a href="http://developer.apple.com/icloud" target="_top">http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Predicates/Articles/pSpotlightComparison.html#//apple_ref/doc/uid/TP40002370-SW1</a>.</li>
<li>The <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSMetadataQuery_Class/Reference/Reference.html#//apple_ref/occ/instm/NSMetadataQuery/setSortDescriptors:" target="_self">setSortDescriptors:</a></code> method of <code>NSMetadataQuery</code> is not supported.</li>
<li>To enable iCloud storage within your apps in iOS 5, click the Enable Entitlements checkbox in the Summary pane of your project. Xcode creates a custom entitlements file for your project that automatically includes your Team ID. You can add additional iCloud Container values as required by your application. (Note that you must regenerate your existing provisioning profiles, either with Xcode or in the iOS Provisioning Portal, to use iCloud storage.)</li>
<li>The container identifier string you pass to the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html#//apple_ref/occ/instm/NSFileManager/URLForUbiquityContainerIdentifier:" target="_self">URLForUbiquityContainerIdentifier:</a></code> method of <code>NSFileManager</code> <em>must</em> include the team ID at the beginning of the string. As a convenience, you can pass <code>nil</code> to retrieve the first document container ID specified in your app’s entitlements.</li>
<li>In iOS 5, files that are protected via Data Protection cannot be used with iCloud Storage APIs.</li>
<li>File presenters—objects that adopt the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Foundation/Reference/NSFilePresenter_protocol/Reference/Reference.html#//apple_ref/occ/intf/NSFilePresenter" target="_self">NSFilePresenter</a></code> protocol—do not receive some of the messages that they are supposed to receive, including:
<ul>
<li><code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Foundation/Reference/NSFilePresenter_protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSFilePresenter/presentedSubitemDidChangeAtURL:" target="_self">presentedSubitemDidChangeAtURL:</a></code></li>
</ul>
<p>As a work around, implement the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Foundation/Reference/NSFilePresenter_protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSFilePresenter/relinquishPresentedItemToWriter:" target="_self">relinquishPresentedItemToWriter:</a></code> method and check to see if the writer actually wrote when your file presenter reacquires the file.</li>
<li>If you report a bug related to the iCloud storage interfaces, please include the logs collected during your debugging session. To generate these logs, you must install a special debug profile on your device.The debug profile can be obtained from <a href="http://connect.apple.com/" rel="external" target="_blank">http://connect.apple.com</a>. This profile enables the generation of debug logs that are needed to diagnose any problems using iCloud storage. The instructions to collect the logs are:
<ol>
<li>Install the profile. (The easiest way to do this is to mail it to yourself and open the attachment on your device.)</li>
<li>Reproduce the bug.</li>
<li>Sync with iTunes to pull the logs off your device.</li>
<li>Attach the logs to your bug report. You can find the logs in <code>~/Library/Logs/CrashReporter/MobileDevice/DeviceName/DiagnosticLogs</code>.</li>
</ol>
<p>These logs can grow large very quickly, so you should remove the profile after you have reproduced the problem and pulled the logs of your device.</li>
<li>File names are case-insensitive in Mac OS X but case-sensitive in iOS. This can lead to problems when sharing files between the two using iCloud. You should take steps on iOS to avoid creating files whose names differ only by case.</li>
</ul>
</section>
<section>
<h3>iTunes</h3>
<ul>
<li>The version of iTunes that comes with the GM release cannot sync devices that have the beta 7 software installed. To avoid this problem, do the following:
<ol>
<li>Sync any devices that have beta 7 installed to the version of iTunes that came with beta 7.</li>
<li>Upgrade iTunes to the version that comes with the GM release.</li>
<li>Connect the device and install the GM software. (Understand that you might see a failure to sync error when you first connect the device.)</li>
<li>After installing the GM software, restore from your backup you made in step 1.</li>
</ol>
</li>
</ul>
</section>
<section>
<h3>Music Player</h3>
<ul>
<li><strong>FIXED: </strong>When deleting a song or video from Music/Videos on the device, the Music Player app crashes.</li>
</ul>
</section>
<section>
<h3>Security</h3>
<ul>
<li>In iOS 5, the signing of certificates with MD5 signatures is not supported. Please ensure that certificates use signature algorithms based on SHA1 or SHA2.</li>
</ul>
</section>
<section>
<h3>Springboard</h3>
<ul>
<li>Push and local notifications for apps appear in the new Notification Center in iOS 5. Notification Center displays notifications that are considered &#8220;unread.” To accommodate push and local notifications that have no unread status, set your application’s badge count to 0 to clear that app’s notifications from Notification Center.</li>
</ul>
</section>
<section>
<h3>UI Automation</h3>
<ul>
<li>When using the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIAutomation/Reference/UIAHostClassReference/UIAHost/UIAHost.html#//apple_ref/javascript/instm/UIAHost/performTaskWithPathArgumentsTimeout" target="_self">performTaskWithPathArgumentsTimeout</a></code> method of <code>UIAHost</code> in a UI Automation script where the API outputs excessively (say, thousands of lines of text) to standard out or standard error, the task may deadlock until the timeout is reached, at which point it will throw a JavaScript exception.</li>
<li>The <code>lock()</code> and <code>unlock()</code> functions of <code>UIATarget</code> have been replaced with the <code>lockForDuration(</code><em>&lt;seconds&gt;</em><code>)</code> function.</li>
<li>In iOS 5, you can now trigger the execution of a UI Automation script on an iOS device from the host terminal by using the instruments tool. The command is:
<ul>
<li><code>instruments -w &lt;device id&gt; -t &lt;template&gt; &lt;application&gt;</code></li>
</ul>
</li>
<li>When using the cli instruments for UI Automation you can now target the default Automation Template and pass the script and results path into the tool as environment variable options. For example:
<ul>
<li><code>instruments -w &lt;device id&gt; -t /Developer/Platforms/iPhoneOS.platform/Developer/Library/Instruments/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate &lt;application&gt; -e UIASCRIPT &lt;script&gt; -e UIARESULTSPATH &lt;results path&gt;</code></li>
</ul>
</li>
</ul>
</section>
<section>
<h3>UIKit</h3>
<ul>
<li>Rotation callbacks in iOS 5 are not applied to view controllers that are presented over a full screen. What this means is that if your code presents a view controller over another view controller, and then the user subsequently rotates the device to a different orientation, upon dismissal, the underlying controller (i.e. presenting controller) will not receive any rotation callbacks. Note however that the presenting controller will receive a <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instm/UIViewController/viewWillLayoutSubviews" target="_self">viewWillLayoutSubviews</a></code> call when it is redisplayed, and the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIViewController_Class/Reference/Reference.html#//apple_ref/occ/instp/UIViewController/interfaceOrientation" target="_self">interfaceOrientation</a></code> property can be queried from this method and used to lay out the controller correctly.</li>
<li>In iOS 5, the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIPickerView_Class/Reference/UIPickerView.html#//apple_ref/occ/cl/UIPickerView" target="_self">UIPickerView</a></code> class doesn&#8217;t send its <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIPickerViewDelegate_Protocol/Reference/UIPickerViewDelegate.html#//apple_ref/occ/intfm/UIPickerViewDelegate/pickerView:didSelectRow:inComponent:" target="_self">pickerView:didSelectRow:inComponent:</a></code> delegate message in response to the programatic selection of an item.</li>
<li>Returning <code>nil</code> from the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UITableViewDelegate/tableView:viewForHeaderInSection:" target="_self">tableView:viewForHeaderInSection:</a></code> method (or its footer equivalent) is no longer sufficient to hide a header. You must override <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UITableViewDelegate/tableView:heightForHeaderInSection:" target="_self">tableView:heightForHeaderInSection:</a></code> and return<code>0.0</code> to hide a header.</li>
<li>In iOS 5, the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/cl/UITableView" target="_self">UITableView</a></code> class has two methods to move one cell from one row to another with defined parameters. These APIs are:
<ul>
<li><code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instm/UITableView/moveSection:toSection:" target="_self">moveSection:toSection:</a></code></li>
<li><code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instm/UITableView/moveRowAtIndexPath:toIndexPath:" target="_self">moveRowAtIndexPath:toIndexPath:</a></code></li>
</ul>
</li>
<li>Using the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIWebView_Class/Reference/Reference.html#//apple_ref/occ/cl/UIWebView" target="_self">UIWebView</a></code> class in Interface Builder, setting a transparent background color is possible in iOS 5. Developers compiling against the new SDK can check their XIB for the <code>UIWebView</code> transparent setting.</li>
<li>In iOS 5, the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UINavigationBar_Class/Reference/UINavigationBar.html#//apple_ref/occ/cl/UINavigationBar" target="_self">UINavigationBar</a></code>, <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIToolbar_Class/Reference/Reference.html#//apple_ref/occ/cl/UIToolbar" target="_self">UIToolbar</a></code>, and <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITabBar_Class/Reference/Reference.html#//apple_ref/occ/cl/UITabBar" target="_self">UITabBar</a></code> implementations have changed so that the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIView_Class/UIView/UIView.html#//apple_ref/occ/instm/UIView/drawRect:" target="_self">drawRect:</a></code> method is not called unless it is implemented in a subclass. Apps that have re-implemented<code>drawRect:</code> in a category on any of these classes will find that the <code>drawRect:</code> method isn&#8217;t called. UIKit does link-checking to keep the method from being called in apps linked before iOS 5 but does not support this design on iOS 5 or later. Apps can either:
<ul>
<li>Use the customization API for bars in iOS 5 and later, which is the preferred way.</li>
<li>Subclass <code>UINavigationBar</code> (or the other bar classes) and override <code>drawRect:</code> in the subclass.</li>
</ul>
</li>
<li>The <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/NSIndexPath_UIKitAdditions/Reference/Reference.html#//apple_ref/occ/clm/NSIndexPath/indexPathForRow:inSection:" target="_self">indexPathForRow:inSection:</a></code>, <code>section</code>, and <code>row</code> methods of <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSIndexPath_Class/Reference/Reference.html#//apple_ref/occ/cl/NSIndexPath" target="_self">NSIndexPath</a></code> now use <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSInteger" target="_self">NSInteger</a></code> instead of <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_DataTypes/Reference/reference.html#//apple_ref/c/tdef/NSUInteger" target="_self">NSUInteger</a></code>, so that these types match with methods defined on <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/cl/UITableView" target="_self">UITableView</a></code>.</li>
<li>The behavior of the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/cl/UITableView" target="_self">UITableView</a></code> class’s <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/occ/instm/UITableView/scrollToRowAtIndexPath:atScrollPosition:animated:" target="_self">scrollToRowAtIndexPath:atScrollPosition:animated:</a></code> method has changed. If a scroll position of <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/c/econst/UITableViewScrollPositionTop" target="_self">UITableViewScrollPositionTop</a></code> or<code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html#//apple_ref/c/econst/UITableViewScrollPositionBottom" target="_self">UITableViewScrollPositionBottom</a></code> is specified, the method now adjusts for the top and bottom portions of the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIScrollView_Class/Reference/UIScrollView.html#//apple_ref/occ/instp/UIScrollView/contentInset" target="_self">contentInset</a></code> property.</li>
<li>In releases prior to iOS 5, the <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIPopoverController_class/Reference/Reference.html#//apple_ref/occ/cl/UIPopoverController" target="_self">UIPopoverController</a></code> class would unconditionally set the autoresizing masks of view controllers that provided the content for the popover controller. It would also unconditionally set the autoresizing masks of the views of view controllers pushed on to a <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/occ/cl/UINavigationController" target="_self">UINavigationController</a></code> object which was the content view controller of the popover controller.The <code>UIPopoverController</code> class no longer does this for applications linked against iOS 5 or later. Developers should ensure that the autoresizing masks of views are set properly to allow for arbitrary resizing within any container, not just popovers. A mask of <code>(</code><code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIView_Class/UIView/UIView.html#//apple_ref/c/econst/UIViewAutoresizingFlexibleWidth" target="_self">UIViewAutoresizingFlexibleWidth</a></code><code> | </code><code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIView_Class/UIView/UIView.html#//apple_ref/c/econst/UIViewAutoresizingFlexibleHeight" target="_self">UIViewAutoresizingFlexibleHeight</a></code><code>)</code> is reasonable.</li>
<li>The completion handler for <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDocument_Class/UIDocument/UIDocument.html#//apple_ref/occ/instm/UIDocument/saveToURL:forSaveOperation:completionHandler:" target="_self">saveToURL:forSaveOperation:completionHandler:</a></code> is called outside of the coordinated write block.</li>
<li>The <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDocument_Class/UIDocument/UIDocument.html#//apple_ref/occ/instm/UIDocument/autosaveWithCompletionHandler:" target="_self">autosaveWithCompletionHandler:</a></code> method is now only called for period-based saves when it is safe to return without saving. Documents must save, though, if the<code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIDocument_Class/UIDocument/UIDocument.html#//apple_ref/occ/instm/UIDocument/saveToURL:forSaveOperation:completionHandler:" target="_self">saveToURL:forSaveOperation:completionHandler:</a></code> method is invoked.</li>
</ul>
</section>
<section>
<h3>Safari and WebKit</h3>
<ul>
<li>In iOS 5, a new inherited CSS property, <code>-webkit-overflow-scrolling</code>, is available. The value <code>touch</code> allows the web developer to opt in to native-style scrolling in an <code>overflow:scroll</code> element. The default value for this property is <code>auto</code>, which allows single-finger scrolling without momentum.</li>
<li>The WebKit framework has been updated to a version which closely matches the engine used by Safari 5.1 on the Desktop. There are some areas to be aware of with the new WebKit framework on iOS 5. Specifically, for web sites and native apps that use UIWebView:
<ul>
<li>There is a new HTML5-compliant parser.</li>
<li>Text layout width may change slightly because word-rounding behavior now has floating-point-based precision.</li>
<li>There is improved validation of the <code>&lt;input type=number&gt;</code> form field, which includes removing leading zeros and number formatting.</li>
<li>Touch events are now supported on input fields.</li>
<li><code>&lt;input type=range&gt;</code> is now supported.</li>
<li><code>window.onerror</code> is now supported.</li>
<li>There is a new user agent that does not have locale information in the User Agent string.</li>
<li>URLs are now canonicalized by making the scheme all lowercase. If a fake URL is used to pass information from a <code><a href="http://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIWebView_Class/Reference/Reference.html#//apple_ref/occ/cl/UIWebView" target="_self">UIWebView</a></code> back to native code, make sure that the scheme is always lowercase, or that the native code compares the scheme in a case-insensitive manner.</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Wi-Fi Syncing</h3>
<ul>
<li>Wireless syncing support requires Mac OS X 10.6.8 or Lion. You will see an option to enable wireless syncing when you connect your device to iTunes with the USB cable. It is recommended you perform your initial sync with a cable after restoring your device.
<ul>
<li>Wireless syncing is triggered automatically when the device is connected to power and on the same network as the paired computer. Or, you can manually trigger a sync from iTunes or from Settings &gt; General &gt; iTunes Sync (same network as paired computer required).</li>
<li>If you find issues with apps, media and/or photos synced to your device, you can reset then resync. From Settings &gt; General &gt; Reset, choose Erase all Content and Settings. Then reconnect to iTunes and sync again.</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Xcode Tools</h3>
<p>For information about changes to Xcode, Interface Builder, Instruments, and iOS Simulator, see <em><a href="http://developer.apple.com/library/prerelease/ios/releasenotes/DeveloperTools/RN-Xcode/_index.html#//apple_ref/doc/uid/TP40001051" target="_self">Xcode Release Notes</a></em>.</p>
</section>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/10/04/apple-releases-ios-5-gm-for-developers-heres-the-change-log/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/10/apple-ios-5-gm-128x128.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple iOS 5 hitting on October 12th</title>
		<link>http://www.bgr.com/2011/10/04/apple-ios-5-hitting-on-october-12th/</link>
		<comments>http://www.bgr.com/2011/10/04/apple-ios-5-hitting-on-october-12th/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 17:30:25 +0000</pubDate>
		<dc:creator>Jonathan S. Geller</dc:creator>
				<category><![CDATA[Breaking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[breaking]]></category>
		<category><![CDATA[change log]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iOS 5 beta 8]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone4Scoverage]]></category>
		<category><![CDATA[ipod touch]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=104036</guid>
		<description><![CDATA[Apple&#8217;s iOS 5 will be released on October 12th for the iPhone 4, iPhone 3GS, iPad, iPad 2 and the last two iPod touch generations. We&#8217;re expecting the Gold Master to be released for developers later today. Apple&#8217;s free iOS 5 software update brings over 200 new features to the platform including some big ones like redone notifications, iMessage, built-in Twitter integration, Newsstand and more.]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/09/23/apple-releases-ios-5-gm-and-we-have-the-full-change-log"><img class="size-full wp-image-102793 aligncenter" title="iPhone-4" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/09/iPhone-4110906140231.jpeg" alt="" width="652" height="473" /></a></center>
<p>Apple&#8217;s iOS 5 will be released on October 12th for the iPhone 4, iPhone 3GS, iPad, iPad 2 and the last two iPod touch generations. We&#8217;re expecting the Gold Master to be released for developers later today. Apple&#8217;s free iOS 5 software update brings over 200 new features to the platform including some big ones like redone notifications, iMessage, built-in Twitter integration, Newsstand and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/10/04/apple-ios-5-hitting-on-october-12th/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/09/apple-iphone-4110916164615-128x128.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple iCloud reset scheduled for September 22nd ahead of likely iOS 5 GM build</title>
		<link>http://www.bgr.com/2011/09/19/apple-icloud-reset-scheduled-for-september-22nd-ahead-of-likely-ios-5-gm-build/</link>
		<comments>http://www.bgr.com/2011/09/19/apple-icloud-reset-scheduled-for-september-22nd-ahead-of-likely-ios-5-gm-build/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:55:00 +0000</pubDate>
		<dc:creator>Todd Haselton</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[Gold Master]]></category>
		<category><![CDATA[iCloud]]></category>
		<category><![CDATA[iOS 5]]></category>
		<category><![CDATA[iPhone 4S]]></category>
		<category><![CDATA[iPhone 5]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=104128</guid>
		<description><![CDATA[Apple will reset its iCloud backup service on September 22nd ahead of the likely release of its final iOS 5 test build and public iCloud launch. The date corresponds with our earlier report that Apple would launch the iOS 5 GM on September 23rd, and the reset will not have an impact on any bookmark, calendar, contact, mail or reminder data stored on iCloud. The official notice, which was posted on Apple&#8217;s Developer boards, reads: On Thursday, September 22, the iCloud Backup data will be reset. Backing up to iCloud or restoring from an iCloud backup will be unavailable from 9 AM PDT – 5 PM PDT. If you attempt a backup or restore during this time, you will receive]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/09/19/apple-icloud-reset-scheduled-for-september-22nd-ahead-of-likely-ios-5-gm-build"><img class="size-full wp-image-93269 aligncenter" title="Apple-iCloud-logo-hd" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/Apple-iCloud-logo-hd110610134527.jpg" alt="" width="430" height="405" /></a></center>
<p>Apple will reset its iCloud backup service on September 22nd ahead of the likely release of its final iOS 5 test build and public iCloud launch. The date corresponds with our <a href="http://www.bgr.com/2011/09/13/ios-5-beta-8-coming-this-friday-gm-on-the-23rd-iphone-5-launch-early-october-as-rumored/">earlier report that Apple would launch the iOS 5 GM on September 23rd</a>, and the reset will not have an impact on any bookmark, calendar, contact, mail or reminder data stored on iCloud. The official notice, which was posted on Apple&#8217;s Developer boards, reads:</p>
<blockquote><p>On Thursday, September 22, the iCloud Backup data will be reset. Backing up to iCloud or restoring from an iCloud backup will be unavailable from 9 AM PDT – 5 PM PDT. If you attempt a backup or restore during this time, you will receive an alert that the backup or restore was not successful. After this reset, you will be unable to restore from any backup created prior to September 22. A full backup will happen automatically the next time your device backs up to iCloud.</p></blockquote>
<p>Apple launched a <a href="http://www.bgr.com/2011/08/01/apple-icloud-beta-launches-for-developers-pricing-revealed/">beta version of iCloud to developers on August 1st</a> when it revealed the official pricing plans. Users will receive 5GB of storage for free and can sign up for an additional 10GB of storage (15GB total) for $20  per year, 20GB of additional storage for $40 per year, or 50GB of added  storage for $100 per year.</p>
<p><span id="more-104128"></span></p>
<p><a href="http://9to5mac.com/2011/09/18/as-icloud-and-ios-5-launch-nears-apple-plans-icloud-backup-reset-for-sept-22/">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/09/19/apple-icloud-reset-scheduled-for-september-22nd-ahead-of-likely-ios-5-gm-build/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/06/Apple-iCloud-logo-hd110610134527-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Microsoft&#8217;s Windows Phone GM quits to launch own company</title>
		<link>http://www.bgr.com/2011/08/08/microsofts-windows-phone-gm-quits-to-launch-own-company/</link>
		<comments>http://www.bgr.com/2011/08/08/microsofts-windows-phone-gm-quits-to-launch-own-company/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 17:30:34 +0000</pubDate>
		<dc:creator>Zach Epstein</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Charlie Kindel]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[executive]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[start up]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=99408</guid>
		<description><![CDATA[Microsoft&#8217;s General Manager of the Windows Phone Developer Experience on Monday announced that he is leaving Microsoft to launch a start up. Kindel did not share the details of his new endeavor, and his public profile on networking site LinkedIn lists him as Founder and CTO of &#60;redacted&#62; at A super secret stealth startup. &#8220;[The start up] has to do with sports, advertising, mobile, social-networking, and, of course, the cloud,&#8221; Kindel wrote in a post on his personal blog. &#8220;I’m insanely excited to get started.&#8221; The soon-to-be former executive was with Microsoft for 21 years, having joined the Redmond-based company&#8217;s developer support group in 1990. Kindel&#8217;s full email to his team regarding the decision follows below. From: Charlie Kindel Sent: Monday,]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/08/08/microsofts-windows-phone-gm-quits-to-launch-own-company"><img class="size-full wp-image-99410 aligncenter" title="charlie-kindel" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/08/charlie-kindel.jpg" alt="" width="652" height="537" /></a></center>
<p>Microsoft&#8217;s General Manager of the Windows Phone Developer Experience on Monday announced that he is leaving Microsoft to launch a start up. Kindel did not share the details of his new endeavor, and his public profile on networking site LinkedIn lists him as <em>Founder and CTO of &lt;redacted&gt; at A super secret stealth startup</em>. &#8220;[The start up] has to do with sports, advertising, mobile, social-networking, and, of course, the cloud,&#8221; Kindel wrote in a post on his personal blog. &#8220;I’m insanely excited to get started.&#8221; The soon-to-be former executive was with Microsoft for 21 years, having joined the Redmond-based company&#8217;s developer support group in 1990. Kindel&#8217;s full email to his team regarding the decision follows below.<span id="more-99408"></span></p>
<blockquote><p><strong>From: </strong>Charlie Kindel<br />
<strong>Sent: </strong>Monday, August 08, 2011 9:00 AM<br />
<strong>To: </strong>A gazillion old friends and colleagues<br />
<strong>Subject: </strong>Goodbye Microsoft – After 21 Years It’s Time To Move On</p>
<p>July 2, 1990 was my first day at Microsoft and September 2, 2011 will be my last.</p>
<p>In the time honored tradition of “good-bye mails” this is mine.</p>
<p>My first Microsoft product was a Z-80 Softcard for my Apple ][+ in 1984. That amazing product enabled me to become a UCSD P-System, CP/M, and Turbo Pascal geek. I still remember opening the big clear plastic box for the first time.</p>
<p>In 1988 (my junior year at the University of Arizona) I decided I wanted to work for Microsoft when I discovered Windows programming (I conned my dad into buying me a copy of the Windows 2 SDK). Charles Petzold was my hero.</p>
<p>I got no-hired after my first interviews (a dev role in Languages; shouldn’t really surprise anyone).</p>
<p>I bribed my recruiter into getting me another set of interviews by sending her a Christmas card (clearly I was meant to be a PM).</p>
<p>The brightest memory I have of my first day at work was a Seattle Times sports page pinned to my manager’s (Ridge Ostling) cube: “Husky Women Beat Beavers”.</p>
<p>A few months later we threatened to quit because management kept turning the lights ON in Lincoln Plaza.</p>
<p>Arne Josefsberg: I feel bad about writing that tool that generated fake time tracking reports. But what did you expect? We were providing the best damn developer support possible and the number of minutes we spent doing it was totally irrelevant.</p>
<p>Curtis Palmer: I miss you. Our Bogus Software was the best. RIP.</p>
<p>Tunneling Todd Laney, one day I got so pissed that the Windows 8514a driver didn’t support “smallfonts” that I just fixed it and checked it in. I was still in PSS. My first “production code” at Microsoft and if you don’t count OLEView which was just a tool, my last.</p>
<p>I decided I wanted to be Chris Guzak. So I got out of PSS and into Developer Relations. I know, it doesn’t make sense to me either.</p>
<p>Vertical Developer Relations was an amazing group. Out of that group came: Jeff Teper, Satya Nadella, Joe Long, John Wilcox, Bret O’Rourke, and others.</p>
<p>After writing OLEView I woke up and I was no longer an evangelist but a PM on the OLE team. Initially I was given all the glamorous stuff like Mac OLE. Mario Goertzel scared the crap out of me. It was 3 months before he and the other devs would invite me to lunch.</p>
<p>I got to work with Bob Atkinson. He taught me the trick of taking people on walks during 1:1s. He also taught me everything I know.</p>
<p>We gave all PDC ’93 attendees a CD with the first DCOM bits. ole.h was missing. One (one!) customer noticed. We thought DCOM was hot-sh**. It wasn’t.</p>
<p>The first name for COM+ was COM3. Windows used to let you create directories named COM3. But you couldn’t delete them. The real reason I’m leaving Microsoft? COM is making a comeback.</p>
<p>Sweeper and December 7, 1995 were epic. How the name “ActiveX” was chosen was not. Designing the &lt;OBJECT&gt; tag with Tim Berners-Lee was mind blowing for me. Ben Slivka still owes my sister an airplane ticket.</p>
<p>Shipping IE 3.0 was my first taste of what it really meant to build a product that changed the world. I would have never joined the Windows Phone team if I had not had that prior experience of an impossible, come-from-behind, project.</p>
<p>Somewhere along the line I learned the word “mentor”. Bob Muglia and Chris Jones: Thank you. I learned everything I know from you.</p>
<p>In 1998 a bunch of us from the IIS team were in Paris for some conference. We went out to dinner and when we came out of the restaurant there was a literal riot going on around the Arc de Triomphe. France had won the world cup. We joined in. I rode around the Arc de Triomphe on the roof of a city bus chanting Viva-La-France! Microsoft enabled me to see the world and I’m grateful for that.</p>
<p>Someday we’re going to have a Project42 reunion party. Or not.</p>
<p>Tracy Sharpe once worked for me. One day his office was cleared out. I asked HR “Where’s Tracy?” “Oh, he moved to the Xbox team weeks ago.” Oh, that’s how that works.</p>
<p>Charlie: “Hey Chris (Jones) &amp; David (Cole), we should build a Neptune Home Server! We’ll call it Ybox!”</p>
<p>Chris &amp; David: “Charlie, shut the eff up and get back to work.”</p>
<p>Working on Windows Millennium is where I met Dave Alles.</p>
<p>The Connected Home Business Unit had this guy who drove a black Hummer. One day we put a “Yes, my penis is small” bumper sticker on it. Sorry about that Kevin Eagan.</p>
<p>Bedrock and the bBox demonstrated that a group could have all the technology and a great user experience and still not know how to spell “business”. BXT folks. BXT!</p>
<p>CHBU begat eHome. The first version of Windows Media Center was to be called “Windows Remote View”. Really.</p>
<p>When I think about my time as BobMu’s TA I’m reminded of the scene in Blade Runner, where Roy says “I’ve seen things you people could only imagine.” Did I mention that I learned everything I know from Bob Muglia?</p>
<p>You know why Quattro was named Quattro? My fourth attempt at building a home server product at Microsoft. Best. Team. Ever.</p>
<p>I’ve had some great managers (and some not so great ones). Chris Phillips the best manager I ever had. I learned everything I know from Chris.</p>
<p>To the people that helped build Windows Home Server: Chuck Norris doesn’t leave Microsoft. Microsoft leaves with Chuck.</p>
<p>Yamanote! Istvan, Friedbert, Bob, Drew, Tudor, Kevin, Akhil, Ron, Scott, and a slew of others: They doubted, but we fraking did it. Together. 27,000 apps and counting. Someone once gave me the advice “The first rule of dependency management is to not have any dependencies.” I call BS on this and we proved that cross-group collaboration CAN work at Microsoft.</p>
<p>The real reason I’m leaving Microsoft: At the last partner meeting Dave Alles didn’t ask SteveB a question.</p>
<p>To the Windows Phone team: I may stop using some Microsoft products now that I’m out of here. But not Windows Phone. The BEST product Microsoft has ever built. Do not let up!</p>
<p>To my wife: Thank you for putting up with “Microsoft Time” (“Honey, I’ll be home in an hour.” Four hours later…). I’ve learned everything I know from Julie Kindel.</p>
<p>To my kids: No, just because I don’t work at Microsoft anymore you many not use Google. Remember, every time you use Google, a puppy dies.</p>
<p>Back in 1990 I assumed I’d work here for 3 or so years. I’m an entrepreneur at heart and every few years I’d lift up my head and look around. I never had the need to look outside Microsoft because I kept finding one challenging opportunity after another.</p>
<p>21 years later I have finally decided I need to do something different: I’m leaving to start a new company here in the Seattle area. I’m sure you’ll hear about it.</p>
<p>There has been one constant in every job I’ve had at Microsoft: People way smarter than me. Microsoft has always enabled me to “play up”. It has truly been an honor working with all of you. Thank you for helping me grow as an engineer, a manager, a businessman, and as a person.</p>
<p>Stay in touch and keep changing the world!</p>
<p>-cek</p>
<p>charlie (at) kindel (dot) com</p>
<p>http://ceklog.kindel.com</p>
<p>@ckindel on Twitter</p></blockquote>
<p><a href="http://ceklog.kindel.com/2011/08/08/after-21-years-goodbye-microsoft/">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/08/08/microsofts-windows-phone-gm-quits-to-launch-own-company/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/08/charlie-kindel-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple pushes OS X Lion GM out to developers</title>
		<link>http://www.bgr.com/2011/07/01/apple-pushes-os-x-lion-gm-out-to-developers/</link>
		<comments>http://www.bgr.com/2011/07/01/apple-pushes-os-x-lion-gm-out-to-developers/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 17:37:20 +0000</pubDate>
		<dc:creator>Zach Epstein</dc:creator>
				<category><![CDATA[Breaking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[Gold Master]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac App Store]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook Air]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[OS X 10.7]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=95490</guid>
		<description><![CDATA[Apple on Friday seeded the Gold Master build of its OS X 10.7 Lion operating system to developers. The build number is 11A511, and the download is available immediately on Apple&#8217;s developer site. Barring the discovery of any major issues, the Gold Master code is likely to be unchanged in the release version of Lion, which will launch to the public later this month. Apple announced recently that OS X Lion will be distributed via the Mac App Store rather than using physical media discs, and it will cost just $29.]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2011/07/01/apple-pushes-os-x-lion-gm-out-to-developers"><img class="size-full wp-image-77989 aligncenter" title="lion1" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/lion1110224140813.jpeg" alt="" width="600" height="350" /></a></center>
<p>Apple on Friday seeded the Gold Master build of its OS X 10.7 Lion operating system to developers. The build number is 11A511, and the download is available immediately on Apple&#8217;s developer site. Barring the discovery of any major issues, the Gold Master code is likely to be unchanged in the release version of Lion, which will launch to the public later this month. Apple announced recently that OS X Lion will be <a href="http://www.bgr.com/2011/06/06/mac-os-x-lion-10-7-available-in-july-from-mac-app-store-for-29/">distributed via the Mac App Store</a> rather than using physical media discs, and it will cost just $29.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/07/01/apple-pushes-os-x-lion-gm-out-to-developers/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/lion1110224140813-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple finally GMs iOS 4.3, build 8F190?</title>
		<link>http://www.bgr.com/2011/02/24/apple-finally-gms-ios-4-3-build-8f190/</link>
		<comments>http://www.bgr.com/2011/02/24/apple-finally-gms-ios-4-3-build-8f190/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:55:27 +0000</pubDate>
		<dc:creator>Jonathan S. Geller</dc:creator>
				<category><![CDATA[Exclusives]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[4.3]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[CDMA iPhone]]></category>
		<category><![CDATA[exclusive]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[Gold Master]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 4.3]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone 4]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[Verizon iPhone]]></category>
		<category><![CDATA[verizon wireless]]></category>
		<category><![CDATA[VZW]]></category>
		<category><![CDATA[VZW iPhone]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=77943</guid>
		<description><![CDATA[One of our Apple sources has just informed us that it looks like Apple has finalized the code for its upcoming iOS 4.3 release. The build, we&#8217;re told, is 8F190 for those keeping track. Maybe we&#8217;ll see this release unify the Verizon iPhone OS-wise as well? We&#8217;ll probably see this in the wild next week if we had to bet&#8230;]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/?p=77943"><img class="alignnone size-full wp-image-74623" title="iOS Update" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/ios-devices.jpeg" alt="" width="630" height="341" /></a></center>
<p>One of our Apple sources has just informed us that it looks like Apple has finalized the code for its upcoming iOS 4.3 release. The build, we&#8217;re told, is 8F190 for those keeping track. Maybe we&#8217;ll see this release unify the Verizon iPhone OS-wise as well? We&#8217;ll probably see this in the wild <a href="http://www.bgr.com/2011/02/23/apple-sends-invites-for-march-2nd-media-event-ipad-2-en-route/">next week</a> if we had to bet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/02/24/apple-finally-gms-ios-4-3-build-8f190/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/iphone-software110224145844-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Powermat looks to expand beyond the mat</title>
		<link>http://www.bgr.com/2011/02/14/powermat-looks-to-expand-beyond-the-mat/</link>
		<comments>http://www.bgr.com/2011/02/14/powermat-looks-to-expand-beyond-the-mat/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 01:35:15 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Accessories]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[AirPort]]></category>
		<category><![CDATA[Car]]></category>
		<category><![CDATA[charging]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[induction]]></category>
		<category><![CDATA[Kitchen]]></category>
		<category><![CDATA[Mobile World Congress]]></category>
		<category><![CDATA[MWC]]></category>
		<category><![CDATA[MWC 2011]]></category>
		<category><![CDATA[powermat]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=76899</guid>
		<description><![CDATA[Some of you may be familiar with the mobile accessory company Powermat. The New York City based accessory manufacturer creates a line of cell phone battery covers and battery packs that aim to simplify and add greater convenience to your mobile life. We stopped by the company’s booth at Mobile World Congress and got a glimpse at where the company is now, where they hope to be, and what’s next. Spoiler: if Powermat has its way, you’ll be seeing and hearing a lot more about them in the future. Powermat first came to market around 16 months ago with an innovative, but bulky, line of cases for the iPhone, the iPod touch, the Nintendo DS, and a handful of BlackBerrys.]]></description>
			<content:encoded><![CDATA[<center><img class="size-full wp-image-76900 aligncenter" title="Powermat" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/IMG_1269110215003157.jpg" alt="" width="652" height="201" /></center>
<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Times New Roman'} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Times New Roman'; min-height: 16.0px} -->Some of you may be familiar with the mobile accessory company Powermat. The New York City based accessory manufacturer creates a line of cell phone battery covers and battery packs that aim to simplify and add greater convenience to your mobile life. We stopped by the company’s booth at Mobile World Congress and got a glimpse at where the company is now, where they hope to be, and what’s next. Spoiler: if Powermat has its way, you’ll be seeing and hearing a lot more about them in the future.</p>
<p>Powermat first came to market around 16 months ago with an innovative, but bulky, line of cases for the iPhone, the iPod touch, the Nintendo DS, and a handful of BlackBerrys. With the case attached to your mobile device, you can place the handset on Powermat’s power mat charging-base and enjoy a cordless charge. Pick up the device, it stops charging. Put it down, it starts charging again. Fast forward to today: the cases have slimmed down, the mat has been <em>sexified</em>, new mobile power accessories have been announced,  and the company is looking to expand its position in the smartphone market place and take its proprietary technology beyond the mat. Hit the jump to read about how Powermat wants to keep you powered on, sans cord.<span id="more-76899"></span></p>
<p>The technology used in the Powermat’s charging systems is magnetic induction, which, since it doesn’t generate much heat, lends itself to a host of other uses. Where might you see Powermat down the road? In the airport, car, and kitchen for starters. The company has already inked a deal with Arconas &#8212; maker of airport seating &#8212; to include Powermat charging surfaces in a new line of seats. The seats will be rolling out in 150 airports worldwide and will also feature &#8212; for those of you who are currently <em>inductively challenged</em> &#8212; standard AC outlets. The company has also forged a partnership with U.S. based car manufacturer General Motors. The center console of the electric Chevy Volt will be Powermat capable (death to car chargers!) and GM has plans to expand the feature to additional model families.</p>
<p><img class="alignnone size-full wp-image-76901" title="Powermat Airport" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/BGR2IMG_1268110215003333.jpg" alt="" width="652" height="435" /></p>
<p>The kitchen piece is really interesting. When we asked Scott Eisenstein, VP of Communications for Powermat, why his company was trying to maneuver its way into our kitchens the response sort of shocked us. “We’re woking with Haier to create Powermat enabled appliances. Picture taking your blender out of the cabinet, putting it down on the counter, and it just works… anywhere. You don’t need to be near an outlet.” The company has said it can make any typical counter surface (aside from metal) a giant Powermat. The company can do this from under the surface &#8212; even through granite &#8212; without making any cuts, slices, or holes in your kitchen-top.  “Since it’s magnetic induction, the appliances are extremely water tolerant, making them safer,” continued Eisenstein. “We could even get to the point where a Powermat-enabled electric appliance is dishwasher safe.” It’s definitely a new and interesting direction for the company.</p>
<p><img class="alignnone size-full wp-image-76902" title="Powermat Car" src="http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/BGR1IMG_1274110215003405.jpg" alt="" width="652" height="435" /></p>
<p>Beth Harrison Meyer, the company’s VP of Global Marketing, told us that PM is currently working with smartphone OEMs and we should see a device shipping from factories, Powermat ready, before the close of 2012. Meyer also noted that PM is working with notebook OEMs to get the technology integrated into laptop batteries for drop and go charging &#8212; again, direct from the factory.</p>
<p>Powermat has some really cool, and really functional charging technology; we definitely got way more than we bargained for after wandering into the Powermat booth. The company has over three million Powermat systems in-market and is growing globally. What do you think? Do you see wireless charging in your future?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2011/02/14/powermat-looks-to-expand-beyond-the-mat/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2011/02/IMG_1269110215003157-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple seeds iOS 4.2.1 Gold Master candidate to developers</title>
		<link>http://www.bgr.com/2010/11/18/67228/</link>
		<comments>http://www.bgr.com/2010/11/18/67228/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 20:20:14 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Breaking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[3GS]]></category>
		<category><![CDATA[4]]></category>
		<category><![CDATA[4.2]]></category>
		<category><![CDATA[4.2.1]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Fixes]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[gold]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Wi-Fi]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=67228</guid>
		<description><![CDATA[Probably not the iOS 4.2 announcement you were hoping for, but it is an announcement nonetheless. Moments ago, Apple seeded another gold master candidate of iOS 4.2 &#8212; 4.2.1 &#8212; to developers via its iOS Dev Center. Presumably, the new code fixes several bugs that have been reported in the first 4.2 GM candidate; including a fairly nasty Wi-Fi bug affecting iPads. If you&#8217;re a member of Apple&#8217;s developer network, you know what to do. Everyone else&#8230; the waiting continues.]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.bgr.com/2010/11/18/67228/"><img class="size-full wp-image-67227 aligncenter" title="iOS 4.2.1" src="http://www-bgr-com.vimg.net/wp-content/uploads/2010/11/Screen-shot-2010-11-18-at-3.13.55-PM.jpg" alt="" width="553" height="172" /></a></center>
<p>Probably not the iOS 4.2 announcement you were hoping for, but it is an announcement nonetheless. Moments ago, Apple seeded another gold master candidate of iOS 4.2 &#8212; 4.2.1 &#8212; to developers via its iOS Dev Center. Presumably, the new code fixes several bugs that have been reported in the first 4.2 GM candidate; including a fairly nasty Wi-Fi bug affecting iPads. If you&#8217;re a member of Apple&#8217;s developer network, you know what to do. Everyone else&#8230; the waiting continues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2010/11/18/67228/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2010/11/Screen-shot-2010-11-18-at-3.13.55-PM-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>iOS 4.2 GM fixes dialer security flaw</title>
		<link>http://www.bgr.com/2010/11/02/ios-4-2-gm-fixes-dialer-security-flaw/</link>
		<comments>http://www.bgr.com/2010/11/02/ios-4-2-gm-fixes-dialer-security-flaw/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 14:41:26 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[4.2]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[flaw]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[gold]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=65157</guid>
		<description><![CDATA[Just a quick follow up to an article we posted last week. It looks like Apple&#8217;s iOS 4.2 gold master candidate, which was pushed out to developers last night, closes the security loop hole that allowed the iPhone&#8217;s lock screen to be bypassed from the &#8220;Emergency Call&#8221; function. We&#8217;ve been trying, unsuccessful, to replicate the issue with the latest iOS pre-release. If you&#8217;re not a member of the developer community, and wondering when you can get your hands on iOS 4.2, know that iOS 4.1 GM was released to developers one week before it went live to the general public.]]></description>
			<content:encoded><![CDATA[<center><img class="size-full wp-image-64630 aligncenter" title="iphone-4-425x480" src="http://www-bgr-com.vimg.net/wp-content/uploads/2010/10/iphone-4-425x480.jpg" alt="" width="298" height="336" /></center>
<p>Just a quick follow up to an article we posted last week. It looks like Apple&#8217;s iOS 4.2 gold master candidate, which was <a href="http://www.bgr.com/2010/11/01/ios-4-2-gm-hits-apple-developer-center/">pushed out to developers</a> last night, closes the security loop hole that allowed the <a href="http://www.bgr.com/2010/10/25/making-calls-and-more-from-a-locked-iphone-running-ios-4-1/">iPhone&#8217;s lock screen to be bypassed</a> from the &#8220;Emergency Call&#8221; function. We&#8217;ve been trying, unsuccessful, to replicate the issue with the latest iOS pre-release.</p>
<p>If you&#8217;re not a member of the developer community, and wondering when you can get your hands on iOS 4.2, know that iOS 4.1 GM was released to developers one week before it went live to the general public.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2010/11/02/ios-4-2-gm-fixes-dialer-security-flaw/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2010/10/iphone-4-425x480-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>iOS 4.2 GM hits Apple’s developer center</title>
		<link>http://www.bgr.com/2010/11/01/ios-4-2-gm-hits-apple-developer-center/</link>
		<comments>http://www.bgr.com/2010/11/01/ios-4-2-gm-hits-apple-developer-center/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 23:10:16 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Breaking]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[4.2]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[Seed]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=65137</guid>
		<description><![CDATA[Apple promised iOS 4.2 by early November and tonight the company delivered. The gold master revision of iOS 4.2 has just dropped in Apple&#8217;s developer portal. If you have developer access, and like being on the bleeding edge of iOS releases, hit up developer.apple.com to install the new bits. Let us know if you find any new goodies and enjoy.]]></description>
			<content:encoded><![CDATA[<center><img class="size-medium wp-image-65138 aligncenter" title="Screen shot 2010-11-01 at 7.07.46 PM" src="http://www-bgr-com.vimg.net/wp-content/uploads/2010/11/Screen-shot-2010-11-01-at-7.07.46-PM-645x197.jpg" alt="" width="645" height="197" /></center>
<p>Apple promised iOS 4.2 by early November and tonight the company delivered. The gold master revision of iOS 4.2 has just dropped in Apple&#8217;s developer portal. If you have developer access, and like being on the bleeding edge of iOS releases, hit up<em> developer.apple.com</em> to install the new bits. Let us know if you find any new goodies and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2010/11/01/ios-4-2-gm-hits-apple-developer-center/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2010/11/Screen-shot-2010-11-01-at-7.07.46-PM-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Bloomberg: OnStar to include Facebook integration</title>
		<link>http://www.bgr.com/2010/09/08/bloomberg-onstar-to-include-facebook-integration/</link>
		<comments>http://www.bgr.com/2010/09/08/bloomberg-onstar-to-include-facebook-integration/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 16:41:06 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Social Network]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[General Motors]]></category>
		<category><![CDATA[GM]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=60253</guid>
		<description><![CDATA[Since the safety of talking and texting while driving has been highly publicized, we wonder how well received Facebook&#8217;ing while driving will be. Bloomberg is reporting that General Motors&#8217; in-car safety system OnStar could receive a software update to allow Facebook integration as early as this month. Anonymous sources detail that the system would offer a speech-to-text function that would &#8212; presumably &#8212; allow you to post and comment to Facebook without typing. Analysts are claiming the OnStar &#8220;social upgrade&#8221; is an attempt to keep up with the well received Sync system designed by Microsoft and included in Ford vehicles. Bloomberg writes, &#8220;OnStar may begin offering entertainment and information services that link to a user’s smartphone without a subscription or fee.&#8221; OnStar declined to comment when contacted by Bloomberg. Read]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.businessweek.com/news/2010-09-07/gm-s-onstar-said-to-consider-free-services-targeting-ford.html"><img class="size-full wp-image-60254 aligncenter" title="On Star Facebook" src="http://www-bgr-com.vimg.net/wp-content/uploads/2010/09/On-Star-Facebook.jpg" alt="" width="600" height="275" /></a></center>
<p>Since the safety of talking and texting while driving has been highly publicized, we wonder how well received Facebook&#8217;ing while driving will be. Bloomberg is reporting that General Motors&#8217; in-car safety system OnStar could receive a software update to allow Facebook integration as early as this month. Anonymous sources detail that the system would offer a speech-to-text function that would &#8212; presumably &#8212; allow you to post and comment to Facebook without typing. Analysts are claiming the OnStar &#8220;social upgrade&#8221; is an attempt to keep up with the well received <em>Sync</em> system designed by Microsoft and included in Ford vehicles. Bloomberg writes, &#8220;OnStar may begin offering entertainment and information services that link to a user’s smartphone without a subscription or fee.&#8221; OnStar declined to comment when contacted by Bloomberg.<span id="more-60253"></span></p>
<p><a href="http://www.businessweek.com/news/2010-09-07/gm-s-onstar-said-to-consider-free-services-targeting-ford.html">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2010/09/08/bloomberg-onstar-to-include-facebook-integration/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2010/09/On-Star-Facebook-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>Apple seeding iOS 4.1 GM to developers</title>
		<link>http://www.bgr.com/2010/09/01/apple-seeding-ios-4-1-gm-to-developers/</link>
		<comments>http://www.bgr.com/2010/09/01/apple-seeding-ios-4-1-gm-to-developers/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:22:34 +0000</pubDate>
		<dc:creator>Andrew Munchbach</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[Gold Master]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=59955</guid>
		<description><![CDATA[If you are anxious to get iOS 4.1 onto your device, and are enrolled in Apple&#8217;s developer program, you&#8217;re in luck. Apple has just updated developer.apple.com with the new iOS 4.1 Gold Master bits; the update weighs in at a hefty 590 MB. If you find anything new and interesting &#8212; that wasn&#8217;t mentioned in today&#8217;s keynote &#8212; be sure to drop a note about it in the comments. Thanks, CDeeRon! Read]]></description>
			<content:encoded><![CDATA[<center><a href="https://developer.apple.com/iphone/index.action"><img class="size-medium wp-image-59956 aligncenter" title="iOS 4.1 Gm" src="http://www-bgr-com.vimg.net/wp-content/uploads/2010/09/Screen-shot-2010-09-01-at-3.21.04-PM-645x174.jpg" alt="" width="645" height="174" /></a></center>
<p>If you are anxious to get iOS 4.1 onto your device, and are enrolled in Apple&#8217;s developer program, you&#8217;re in luck. Apple has just updated developer.apple.com with the new iOS 4.1 Gold Master bits; the update weighs in at a hefty 590 MB. If you find anything new and interesting &#8212; that wasn&#8217;t mentioned in today&#8217;s keynote &#8212; be sure to drop a note about it in the comments.</p>
<p>Thanks, CDeeRon!<span id="more-59955"></span></p>
<p><a href="https://developer.apple.com/iphone/index.action">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2010/09/01/apple-seeding-ios-4-1-gm-to-developers/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/2010/09/Screen-shot-2010-09-01-at-3.21.04-PM-80x80.jpg</media:thumbnail>	</item>
		<item>
		<title>General Motors continues to falter; may discontinue Saturn</title>
		<link>http://www.bgr.com/2008/12/04/general-motors-continues-to-falter-may-discontinue-saturn/</link>
		<comments>http://www.bgr.com/2008/12/04/general-motors-continues-to-falter-may-discontinue-saturn/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:35:35 +0000</pubDate>
		<dc:creator>Marc Flores</dc:creator>
				<category><![CDATA[Cars]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Aura]]></category>
		<category><![CDATA[General Motors]]></category>
		<category><![CDATA[GM]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[recession]]></category>

		<guid isPermaLink="false">http://www.bgr.com/?p=10736</guid>
		<description><![CDATA[Saturn&#8217;s slogan is now &#8220;Rethink&#8221;, but it&#8217;s beginning to look like the GM-owned automaker is taking that sentiment in a completely different direction. After making an effort to rebrand the Saturn line and produce a variety of attractive vehicles, General Motors might pull the plug on the 23-year-old auto line. With rumors of bankruptcies and dealers going out of business (none of which were true), Saturn&#8217;s reputation has been taking some serious hits lately. It&#8217;s also no help that the US automotive industry is suffering and relying on the government for a bailout, so GM is going to strongly consider shutting down Saturn while it forms plans this week in terms of an impending reorg. We imagine it&#8217;s not going]]></description>
			<content:encoded><![CDATA[<center><a href="http://www.latimes.com/business/la-fi-saturn4-2008dec04,0,2209720.story"><img class="size-full wp-image-10737 alignnone" style="margin: 4px;" src="http://www-bgr-com.vimg.net/wp-content/uploads/picture-185.png" alt="" width="461" height="324" /></a></center>
<p style="text-align: left;">Saturn&#8217;s slogan is now &#8220;Rethink&#8221;, but it&#8217;s beginning to look like the GM-owned automaker is taking that sentiment in a completely different direction. After making an effort to rebrand the Saturn line and produce a variety of attractive vehicles, General Motors might pull the plug on the 23-year-old auto line. With rumors of bankruptcies and dealers going out of business (none of which were true), Saturn&#8217;s reputation has been taking some serious hits lately. It&#8217;s also no help that the US automotive industry is suffering and relying on the government for a bailout, so GM is going to strongly consider shutting down Saturn while it forms plans this week in terms of an impending reorg. We imagine it&#8217;s not going to be a tough decision since Saturn hasn&#8217;t been profitable for GM at all. Along with axing the celestial brand, the automotive giant is considering selling off the Saab line and turning Pontiac into a &#8220;niche&#8221; brand, much like Saturn is now. So, after several years of producing what seems to be like one or two models, Saturn now offers several decent vehicles: Astra, Outlook, Sky, Vue and Aura. Still, it has failed to gain any real popularity and is likely going to disappear forever. Is anyone actually going to miss it?</p>
<p style="text-align: left;">Thanks, Alex R!</p>
<p style="text-align: left;"><a href="http://www.latimes.com/business/la-fi-saturn4-2008dec04,0,2209720.story">Read</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bgr.com/2008/12/04/general-motors-continues-to-falter-may-discontinue-saturn/feed/</wfw:commentRss>
		<slash:comments>88</slash:comments>
	<media:thumbnail>http://www-bgr-com.vimg.net/wp-content/uploads/picture-185-150x150.png</media:thumbnail>	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via Amazon Web Services: CloudFront: www-bgr-com.vimg.net

Served from: www.bgr.com @ 2012-02-10 15:39:43 -->
