Search results for

missing package product

50,271 results found

Post

Replies

Boosts

Views

Activity

Reply to Is developing extensions for Safari free?
From here:Important: To develop extensions for Safari, you need to sign up for the Apple Developer Program online at http://developer.apple.com. After joining the program, you must obtain a signed certificate in order for your extension to work; the extension will not load until your certificate is installed. To request a certificate, follow the “Certificates, Identifiers & Profiles” link from the Developer Member Center homepage.This is a joke, there's no way to sell extensions so why the **** should developers have to pay, all that's going to happen as a result of this is people are going to lose some great extensions on Safari and switch to Chrome.
Topic: Safari & Web SubTopic: General Tags:
Jun ’15
Reply to Any news on reflection in Swift 2.0?
Thanks Dave. In particular I wanted to know if enums with associated values (i.e. union types) have reflection support.I use SwiftyStateMachine and my code base is filled with the type of boilerplate shown below. Enumerating enum case labels and getting textual representation of the label names is time consuming, error prone and increases code size considerably. I'd obviously like full reflection capabilities like .NET or Java, with full assembly metadata... looks like we'll have to keep banging out the boilerplate. Roll on Swift 3.0!// MARK: StoryBookState DOTLabelable extension extension StoryBookState: DOTLabelable { public static var DOTLabelableItems: [StoryBookState] { let items: [StoryBookState] = [.Welcome(nil), .Praise(nil, nil), .InvitationToRepeat(nil, nil), .TurnToNextPage(nil), .End] // Trick: switch on all cases and get an error if you miss any. // Copy and paste the following cases to the array above. for item in items { switch item { case .Welcome, .Praise, .InvitationToRepeat, .TurnT
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to SMS & Apple Watch
Does the unpairing and reparing of the apple watch work when both the iPhone and the apple watch have been updated or just when the iPhone has been updated? I just wanna update the iPhone without lossing the ability to use my apple watch with it, so if I unpair it, will my apple watch still work when I repair it having only updated the phone. Thanks for any help.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift and Mathematics
Hi all?I am an electrical engineer who has recently learnt Swift for a new project.I know Swift is an OO language but I can't resist making comparisons to other languages I have used previously in science and academia.The applications I am writing relies heavily on mathematics and I really wish Swift had more built in support for basic mathematical constructs.I was very disappointed to see Apple reserving the ^ keyword for a bitwise operation (XOR) rather than a power function as is pretty standard elsewhere.If I could have one built in function added to Swift it would be the Power function using preferably the ^ keyword.After that, why not throw in the basic trigonometric functins too? Would that be too much to ask? I don't condone bloating Swift by adding every single mathematical function in existance, just a few of these basics to make the easy stuff a whole lot quicker and more portable.Yes I know you can use overload operators and subscripts, but this just adds more custom code which kills any portabili
5
0
25k
Jun ’15
Reply to Why?
Font is effectively hardly readable, and all the lost space makes it more difficult to browse.In addition, I appreciated the counters of views / edits in previous version.Is there a way other than this forum to push the message to Apple : PLEASE, IMPROVE THE FORUM or return to older one !Globally, there is no pleasure at all in the new user experience. Bad from Apple.
Jun ’15
Reply to san francisco
OK, I downloaded the official Watch package, including the public-facing font files, and they behave—interestingly, as well.Opening those font files from the Finder should (and does, in Yosemite) open a font preview window in Font Book. In 10.11, the SanFrancisco* files behave the same as the SFNS* ones in this case: Font Book completely ignores them. And again, going to File: Add Fonts allows you to select the files, and they do get copied into the right directory. The only difference is that they then become visible to applications, including Font Book, TextEdit, etc.My best guess is that SFNS* are tagged the same way LastResort.ttf is, to be internally available and displayable, but otherwise unavailable to the user.For something as critical as the standard interface font, this seems extremely cowardly and proprietary, and moreover totally a useless distinction.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Providing a trial of IAPs
Rescued over from the old forum:Peter: I believe App Review allows an app to open IAP rights for an initial period of time and then shut it down. I have a bunch of apps that come with a free one month subscription for each new device. After the first month the user must purchase a non-renewing subscription otherwise they lose the IAP rights.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Software Documentation - A Standard
I know that there are no set standards or rules for software docuemntation. I am not sure if this is good or bad? I am busy creating my first Software Document for my organisations solution. Our solution is pretty standard. It is a mobile application for iPhone, iPad, Apple Watch and Android [Not sure if im allowed to say that here]. The docuemnt is not a user manual but an internal document which will explain the architechture, lifecyle, deployemnt procedures etc. I have scoured the net looking for resources on best practice, templates, examples and the like. I was wondering if I have missed something but I cant find any sort of standard or commonly defined structure for these documents. It seems to be a company by company type approach with each company writing the document in a way they feel is best.I hope I am wrong. Can anyone shed some light?Thank you very much indeed. I must also appologise in advance if I put this request for information in the wrong place. I dont see an applicaple (post depl
2
0
276
Jun ’15