• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Deploying container apps on iOS 7
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Deploying container apps on iOS 7
      • From: David Duncan <email@hidden>
  • Prev by Date: dispatch_once documentation not showing
  • Next by Date: Re: Deploying container apps on iOS 7
  • Previous by thread: Re: dispatch_once documentation not showing
  • Next by thread: Re: Deploying container apps on iOS 7
  • Index(es):
    • Date
    • Thread