Search results for

“translate scheme”

6,670 results found

Post

Replies

Boosts

Views

Activity

Reply to MacOS 10.11 change permission of "SystemVersion.plist"
It was for me important that i can use my Tool for testing of our Printer & Scannerdriver and other Softwaretools.Never i will try it in a VM, cause i need the full power of my Mac for it. I dont want to open a Indesign File with 2 Gig Data and the to print it from a VM. Here my Tool if you want to know it. Translation in differend languages on the Page possible.http://osx.loeschl.com/?p=1347
Topic: Privacy & Security SubTopic: General Tags:
Jun ’15
Coverage of Pods Example Project
I'm developing an open-source library, and I want to run XCode 7's new code coverage on my unit tests. You can download the library at https://github.com/zeveisenberg/bonmot if you want to follow along at home.I opened the example project, went to Prduct -> Scheme -> Manage Scheme, went to the Test pane, and checked the Gather Coverage Data box. When I ran my tests, I got coverage data for all the classes in the sample project (cells, views, view controllers, main.m), but nothing for the classes in my library (BONChainLink, BONTextAlignmentConstraint, BONTextConfiguration, UIImage+BonMotUtilities). Has anyone had any luck with this? I tried enabling the Generate Test Coverage Files flag in build settings for the Pods Xcode project, but no dice.
0
0
588
Jun ’15
browser
Dear all,Do you know an internet forum or a Google group dedicated to the development of an open source web browser written in Swift language ?If it does not exist, it is urgent to create this group because, as this browser does not exist, there are many things a web browser running on an Apple device can not do.The simplest is to develop a free web browser Swift language starting with translating the C ++ code of Chromium in Swift language.Thank you. 🙂Sincerely,Naomi
1
0
206
Jun ’15
Reply to Where is Content Blocker Extensions documentation?
I don't think this is working for me, am I doing something wrong?... I create a new iOS app (single-page), then add a content blocking extension. The json file has the default rule that blocks the gold icon on the webkit.org page. Then I run the extension's scheme, select Safari from the list, I go to webkit.org, and the logo is displayed normally. (I'm testing on the simulator.) The extension is also automatically turned on in the settings (as a matter of fact, I can't even turn it off if it's running).There also doesn't seem to be any way to see errors in the extension - if I make the JSON invalid, it works exactly the same (i.e. it doesn't work).
Topic: Safari & Web SubTopic: General Tags:
Jun ’15
autosavesInPlace + non-file URLs == trouble
Hi all,I’ve got an app that can read files from normal file:/// URLs, and also URLs with a custom scheme of my design. This all works pretty well as long as autosavesInPlace returns false. However, when I change autosavesInPlace to return true, suddenly I get this console warning on opening a document with my custom URL:Failed to read draft status extended attribute for document at: /Foo. No such file or directoryWhat it’s apparently doing is to use the path portion of my non-file URL and interpret it as if it *were* a file URL, and then try to set an extended attribute on it. Obviously, we can’t have this. If the path component of the URL happened to coincide with a path to some actual file on the file system, we would mangle it, which is clearly unacceptable behavior.One would think that setting the document’s ‘draft’ property to false would be sufficient to tell the system that this, in fact, isn’t a draft, but this has effect on this warning. A little digging through the assembly reveals the foll
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
536
Jun ’15
Reply to Can't Install Cisco AnyConnect
Hi,4.9.01.0280 ? Which one is that? Please take a look at https://software.cisco.com/download/release.html?mdfid=286281283&catid=268438162&softwareid=282364313 - the version number you mentioned neither fits the versioning scheme, nor does any 4.9 version seem to exist. (4.1 is the newest release train.)Ummm, confusing. 🙂 Could you please double-check?Anybody tried opening a TAC case with Cisco for their install problems?Cheers, Christoph
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to codesign hangs on 10.11?
As a rule I keep --timestamp=non in my OTHER_CODE_SIGN_FLAGS for Debug builds, so I don't usually get hit by this. I ran into trouble with hanging codesign on 10.11 with Xcode 7, and it turned out to be related to my enabling the Address Sanitizer. No time at the moment to look into it further but I thought I'd mention it in case anybody else runs across the problem. Turn Address Santiziing in Diagnostics off in the scheme and try building again...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
canOpenURL opt in
While I can understand companies like Twitter abusing the privacy of a user with canOpenURL, this change negatively impacts applications that want to opt into a system where app detection is a heavily-relied on feature. This is especially the case for enterprise apps that utilize a common library to do secure inter-app communication. Because this list of apps keeps growing, it's unfeasible to have every app using such a library to maintain the list of every other app's schemes.I've posted a bug report on this but there hasn't been any feedback. I'm hoping this forum post could provide more visibility. I have a suggestion on a solution that doesn't compromise the privacy enhancement that comes with this change and yet would allow for app discovery:Lets say you have apps A and B. Here is the relevant portion of their Info.plist:App A:<key>CFBundleURLTypes</key><array> <dict> <key>CFBundleURLName</key> <string>CompanyASchemes</string> <key>CFBundleURLSchemes&
0
0
2.3k
Jun ’15
Reply to Worth doing beta?
Yeah, I'll probably hold off. I have no experience with Watch OS, except for iOS. I'm not sure how well that would translate and how much I would want to risk my perfectly operating watch. I am excited for what Watch 2.0 has to offer, just wondering if this second beta cured some things! Seems it still has some major problems. Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Named parameter HORROR
>> Nobody has yet illustrated a downside to the syntax I have suggested.Given the fact that the vast majority of Swift code will be interacting with Apple frameworks still written in objective-C for the near future, using a label syntax that makes automatic translation of Swift methods <-> objC methods more difficult would probably qualify as a downside to the syntax you suggested.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
xCode Server sometimes picks up wrong target when building test scheme
Hello everyone,We want to use xCode Server to run automated tests, and we encouter a problem here. xCode Server picks up wrong target when it builds the test scheme.Here is the details. We have three targets, call it OurApp, OurApp-ent, and AutomatedTests. The AutomatedTests target is a test target with host application being set to OurApp. A scheme called AutomatedTests is created based on the AutomatedTests target. So this scheme SHOULD only depend on the OurApp target and it should NOT depend on OurApp-ent target. If we build or run this AutomatedTests scheme within xCode, it works fine. It builds only the AutomatedTests target and the OurApp target.Then we create a Bot based on this AutomatedTests scheme. Then we have trouble. Sometimes xCode Server just builds the OurApp and AutomatedTests targets. This is correct. But SOMETIMES, xCode Server decides to build the OurApp-ent target as well, without any change in the source code or the settings! And this will fail becaus
2
0
446
Jun ’15
Swear words restrictions
Hi,I am planning to create an app to translate dirty words into 5 languages. Do you know if Apple puts some restrictions concerning dirty words in apps' contents ?I have read all the app store guidlines, called customer service 5 times, asked so manyquestions on forums and can not find a clear answer.Thank you in advance for your help,Avi.
3
0
1.2k
Jun ’15
Reply to UI Test for Specific Device Type
This Stackoverflow post suggests I can create an additional scheme and run tests for that scheme/device only, but it seems like more hassle than it needs to be: http://stackoverflow.com/questions/19594418/target-individual-xctest-unit-test-cases-in-xcode-5-to-a-specific-ios-device-for
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to MacOS 10.11 change permission of "SystemVersion.plist"
It was for me important that i can use my Tool for testing of our Printer & Scannerdriver and other Softwaretools.Never i will try it in a VM, cause i need the full power of my Mac for it. I dont want to open a Indesign File with 2 Gig Data and the to print it from a VM. Here my Tool if you want to know it. Translation in differend languages on the Page possible.http://osx.loeschl.com/?p=1347
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Coverage of Pods Example Project
I'm developing an open-source library, and I want to run XCode 7's new code coverage on my unit tests. You can download the library at https://github.com/zeveisenberg/bonmot if you want to follow along at home.I opened the example project, went to Prduct -> Scheme -> Manage Scheme, went to the Test pane, and checked the Gather Coverage Data box. When I ran my tests, I got coverage data for all the classes in the sample project (cells, views, view controllers, main.m), but nothing for the classes in my library (BONChainLink, BONTextAlignmentConstraint, BONTextConfiguration, UIImage+BonMotUtilities). Has anyone had any luck with this? I tried enabling the Generate Test Coverage Files flag in build settings for the Pods Xcode project, but no dice.
Replies
0
Boosts
0
Views
588
Activity
Jun ’15
browser
Dear all,Do you know an internet forum or a Google group dedicated to the development of an open source web browser written in Swift language ?If it does not exist, it is urgent to create this group because, as this browser does not exist, there are many things a web browser running on an Apple device can not do.The simplest is to develop a free web browser Swift language starting with translating the C ++ code of Chromium in Swift language.Thank you. 🙂Sincerely,Naomi
Replies
1
Boosts
0
Views
206
Activity
Jun ’15
Xcode uploading
I am new in Xcode. This may sound silly. Can Xcode upload the output only to the devices listed in the scheme list? For instance, uploading to iPad mini is not possible?
Replies
1
Boosts
0
Views
294
Activity
Jun ’15
Reply to Where is Content Blocker Extensions documentation?
I don't think this is working for me, am I doing something wrong?... I create a new iOS app (single-page), then add a content blocking extension. The json file has the default rule that blocks the gold icon on the webkit.org page. Then I run the extension's scheme, select Safari from the list, I go to webkit.org, and the logo is displayed normally. (I'm testing on the simulator.) The extension is also automatically turned on in the settings (as a matter of fact, I can't even turn it off if it's running).There also doesn't seem to be any way to see errors in the extension - if I make the JSON invalid, it works exactly the same (i.e. it doesn't work).
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
autosavesInPlace + non-file URLs == trouble
Hi all,I’ve got an app that can read files from normal file:/// URLs, and also URLs with a custom scheme of my design. This all works pretty well as long as autosavesInPlace returns false. However, when I change autosavesInPlace to return true, suddenly I get this console warning on opening a document with my custom URL:Failed to read draft status extended attribute for document at: /Foo. No such file or directoryWhat it’s apparently doing is to use the path portion of my non-file URL and interpret it as if it *were* a file URL, and then try to set an extended attribute on it. Obviously, we can’t have this. If the path component of the URL happened to coincide with a path to some actual file on the file system, we would mangle it, which is clearly unacceptable behavior.One would think that setting the document’s ‘draft’ property to false would be sufficient to tell the system that this, in fact, isn’t a draft, but this has effect on this warning. A little digging through the assembly reveals the foll
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
0
Boosts
0
Views
536
Activity
Jun ’15
Reply to Can't Install Cisco AnyConnect
Hi,4.9.01.0280 ? Which one is that? Please take a look at https://software.cisco.com/download/release.html?mdfid=286281283&catid=268438162&softwareid=282364313 - the version number you mentioned neither fits the versioning scheme, nor does any 4.9 version seem to exist. (4.1 is the newest release train.)Ummm, confusing. 🙂 Could you please double-check?Anybody tried opening a TAC case with Cisco for their install problems?Cheers, Christoph
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to codesign hangs on 10.11?
As a rule I keep --timestamp=non in my OTHER_CODE_SIGN_FLAGS for Debug builds, so I don't usually get hit by this. I ran into trouble with hanging codesign on 10.11 with Xcode 7, and it turned out to be related to my enabling the Address Sanitizer. No time at the moment to look into it further but I thought I'd mention it in case anybody else runs across the problem. Turn Address Santiziing in Diagnostics off in the scheme and try building again...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to i need to see my newest app on my ipad2 not on a mac simulator using Xcode.
Are you choosing a scheme or a device. These are very different things. In xCode there is a dual drop down, on the leftis the scheme, on the right, is the device. Click on the right drop down and select your connected iPad.
Replies
Boosts
Views
Activity
Jun ’15
canOpenURL opt in
While I can understand companies like Twitter abusing the privacy of a user with canOpenURL, this change negatively impacts applications that want to opt into a system where app detection is a heavily-relied on feature. This is especially the case for enterprise apps that utilize a common library to do secure inter-app communication. Because this list of apps keeps growing, it's unfeasible to have every app using such a library to maintain the list of every other app's schemes.I've posted a bug report on this but there hasn't been any feedback. I'm hoping this forum post could provide more visibility. I have a suggestion on a solution that doesn't compromise the privacy enhancement that comes with this change and yet would allow for app discovery:Lets say you have apps A and B. Here is the relevant portion of their Info.plist:App A:<key>CFBundleURLTypes</key><array> <dict> <key>CFBundleURLName</key> <string>CompanyASchemes</string> <key>CFBundleURLSchemes&
Replies
0
Boosts
0
Views
2.3k
Activity
Jun ’15
Reply to Worth doing beta?
Yeah, I'll probably hold off. I have no experience with Watch OS, except for iOS. I'm not sure how well that would translate and how much I would want to risk my perfectly operating watch. I am excited for what Watch 2.0 has to offer, just wondering if this second beta cured some things! Seems it still has some major problems. Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Named parameter HORROR
>> Nobody has yet illustrated a downside to the syntax I have suggested.Given the fact that the vast majority of Swift code will be interacting with Apple frameworks still written in objective-C for the near future, using a label syntax that makes automatic translation of Swift methods <-> objC methods more difficult would probably qualify as a downside to the syntax you suggested.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
xCode Server sometimes picks up wrong target when building test scheme
Hello everyone,We want to use xCode Server to run automated tests, and we encouter a problem here. xCode Server picks up wrong target when it builds the test scheme.Here is the details. We have three targets, call it OurApp, OurApp-ent, and AutomatedTests. The AutomatedTests target is a test target with host application being set to OurApp. A scheme called AutomatedTests is created based on the AutomatedTests target. So this scheme SHOULD only depend on the OurApp target and it should NOT depend on OurApp-ent target. If we build or run this AutomatedTests scheme within xCode, it works fine. It builds only the AutomatedTests target and the OurApp target.Then we create a Bot based on this AutomatedTests scheme. Then we have trouble. Sometimes xCode Server just builds the OurApp and AutomatedTests targets. This is correct. But SOMETIMES, xCode Server decides to build the OurApp-ent target as well, without any change in the source code or the settings! And this will fail becaus
Replies
2
Boosts
0
Views
446
Activity
Jun ’15
Swear words restrictions
Hi,I am planning to create an app to translate dirty words into 5 languages. Do you know if Apple puts some restrictions concerning dirty words in apps' contents ?I have read all the app store guidlines, called customer service 5 times, asked so manyquestions on forums and can not find a clear answer.Thank you in advance for your help,Avi.
Replies
3
Boosts
0
Views
1.2k
Activity
Jun ’15
Reply to UI Test for Specific Device Type
This Stackoverflow post suggests I can create an additional scheme and run tests for that scheme/device only, but it seems like more hassle than it needs to be: http://stackoverflow.com/questions/19594418/target-individual-xctest-unit-test-cases-in-xcode-5-to-a-specific-ios-device-for
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15