Skip to content

Commit e95c5c1

Browse files
committed
Announcement of the Xcode6 incompatibility
1 parent 3b22025 commit e95c5c1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Readme.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## A Xcode6 incompatibility has surfaced in this code.
2+
3+
The git branch `development-xc6` contains the fixes and improvements to the app for iOS v7 and later. If you wish to ship your app on a new version of the OS in the fall compiled by Xcode v6, I recommend that you use this version. Once the NDA is removed by Apple, I will describe the cause of the bug and fixes to this class.
4+
5+
## DDGPreferences:
6+
17
Almost every iOS application has individual user preferences. Some apps also
28
use Apple's Settings app, some don't. If you develop many different
39
applications, as I do in my development consulting practice, it is tedious to
@@ -9,7 +15,7 @@ and an example single view iOS app tying all of the pieces together.
915

1016
The `DDGPreferences` project now supports syncing preferences through
1117
iCloud via the `NSUbiquitousKeyValueStore`. You can synchronize a subset
12-
all of your preferences to iCloud.
18+
of your preferences to iCloud.
1319

1420
## The API
1521

@@ -188,10 +194,8 @@ some folks will write asking to be relieved of my public recognition
188194
requirement. Unless the requestor is willing to compensate me to change the
189195
licensing terms, I will always decline to change my agreement. I have put some
190196
time and care into crafting this class, app and this blog post. That time
191-
deserves compensation. I have chosen to be compensated by using this class as
192-
a marketing mechanism. I apologize if this does not align with your open
193-
source values. I have a family to feed and a mortgage to service. I sell
194-
coding services and code to provide for all of us. I hope you understand.
197+
deserves compensation and I have chosen to be compensated by using this class as
198+
a marketing mechanism. I hope you understand.
195199

196200
### Where to get the code:
197201

0 commit comments

Comments
 (0)