Deploying container apps on iOS 7
Deploying container apps on iOS 7
- Subject: Deploying container apps on iOS 7
- From: Rick Mann <email@hidden>
- Date: Fri, 03 Apr 2015 23:39:45 -0700
So, I'm trying to add a Today Extension to my app that currently supports iOS back to 6.1. I'd like to continue to support 7, at the latest, and just not have a Today Widget prior to iOS 8. As a first pass, I created an embedded framework for all the common code. But then it wouldn't build with an iOS 7 deployment target, so I went searching, and found this:
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html#//apple_ref/doc/uid/TP40014214-CH21-SW3
Unfortunately, that just tells me I can't use the embedded framework prior to iOS 8, which means I need to link all the code into my container app and into my Extension redundantly, right? I can't think of a situation in which this conditional linking of code that can only be linked on iOS 8 is at all useful.
Am I missing something? TIA,
--
Rick Mann
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden