OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.

learn more… | top users | synonyms (4)

0
votes
0answers
12 views

Python and Homebrew Vim

On my Mac, I use MacVim with homebrew for most of my editing. ~|⇒ vim --version VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 20 2012 13:16:02) Compiled by root@apple.com Normal version without ...
-5
votes
0answers
16 views

Decrypt firefox password in objective C [closed]

How to decrypt firefox saved passwords when "Master Password " is not used? I access to passwords database which stores on signons.sqllite . It is encrypted and represents with Base64 format and ...
0
votes
0answers
8 views

Rsync library required for sync

I am looking at making a synchronisation application in Xcode for osx. However I am unable to find any development documentation for any kind of sync library. Is there a way I can use rsync? Can I ...
0
votes
0answers
20 views

Starting mongo on OSX (using homebrew) error: JavaScript execution failed

I am interested in working for a open-source project from github, and some of the required features is installing mongodb properly. But unfortunatelly I face a problem. After running mongo, I get the ...
2
votes
1answer
11 views

Mac OS or Linux - Change year but leave Month Day Hours & Seconds untouched

I need to recurse a directory tree and update the YEAR ONLY portion of the timestamp for all files to a certain year. I can't work out how to do this with touch. I can't use touch -A since the the ...
2
votes
1answer
26 views

ln complains about no such file or directory

I'm new in shell programming on macosx and have a little problem. I've written the following shell script: #!/bin/sh function createlink { source_file=$1 target_file="~/$source_file" if [[ -f ...
0
votes
0answers
9 views

Using Sparkle to update non-app bundle with code signing

The Aim I would like to update a non-app bundle (a plugin for another application) using Sparkle. In the documentation two possible ways of signing the updates are described: (targeting 10.6 ...
1
vote
0answers
14 views

Using UIKitView from Chameleon in ARC not working

I am trying to use the chameleon framework ( https://github.com/BigZaphod/Chameleon ) to use iOS UI elements in OSX. For me to do this, I've to use: [kitView launchApplicationWithDelegate:delegate ...
1
vote
1answer
17 views

mongod, mac os x - rlimits warning

i've been using mongo on my mac os x 10.8 and suddenly yesterday at my logs appeared this warning (and when starting shell it's present too) - WARNING: soft rlimits too low. Number of files is 256, ...
0
votes
2answers
39 views

I found warning in this method. Multiple method named 'state' found?

I am new in mac development. Here is my code, but i don't understand this warning. Please help me. - (IBAction)toggleFiles:(id)sender { NSRect frame = [oWindow frame]; NSRect contentRect = ...
-1
votes
0answers
11 views

Sites folder permission denied [closed]

I have just set up php54 from Jose Gonzales brew. Apache shows "It works" in localhost but i am denied access to localhost/~username/Sites I have httpd.conf set with: Options Indexes ...
0
votes
0answers
22 views

How to pass Login With Google Process in Cocoa WebView

I am developing a cocoa app for Mac OSX. It's a basic browser application and I use webview component. In the page I want to connect, there is standard Login with Google Account button in order to ...
0
votes
2answers
31 views

NSSplitView - How can I receive a notification AFTER the view has finished resizing?

I need to know when the frame of any NSSplitView subviews have changed, but only after they have finished resizing. Currently I am using this in an NSSplitView subclass: [[NSNotificationCenter ...
0
votes
0answers
6 views

Capture from webcam using default uncompressed pixel format using AVFoundation

I'm trying to figure out this wierd problem I have when grabbing from a webcam on Mac using the AVFoundation classes. I was looking into the Logitech C920 webcam which can deliver a h264 video ...
0
votes
0answers
19 views

SSL and NSStream

I tried to use SSL in NSStream over CFSocket connection. So I write this code: [self.input setProperty:NSStreamSocketSecurityLevelTLSv1 forKey:NSStreamSocketSecurityLevelKey]; [self.output ...
1
vote
0answers
32 views

Rendering to a texture via FBO

I am trying to apply post processing effects to a small test program for OS X. I am trying to render the image into a texture and then render the texture to the screen (i haven't even gotten to ...
-1
votes
1answer
35 views

Java app can't connect to local postgresql

I have a simple Java application that needs to connect to a PostgresSQL running on local host. The DB is up and running, and I can connect to it using the username and password using the psql command ...
1
vote
1answer
10 views

Sandboxing and security-scoped bookmarks

I'm writing an app which tracks disk usage. For that I let the user select drives (represented as URLs starting with /volume). I save the info using core data. Now I'd like to implement sandboxing and ...
0
votes
0answers
11 views

Failure to run terminal-notifier (Ruby app) from a Launch Agent in OSX. Environment variable problems?

I'd like to periodically pop up a notification (I have a "current task" I'd like to display, in a Pomodoro style app). I am attempting to use a user Launch Agent to schedule the task, which works ...
2
votes
1answer
38 views

Python process consuming increasing amounts of system memory, but heapy shows roughly constant usage

I'm trying to identify a memory leak in a Python program I'm working on. I'm current'y running Python 2.7.4 on Mac OS 64bit. I installed heapy to hunt down the problem. The program involves ...
1
vote
0answers
12 views

how to add a rich text license to a dmg using a plist with javafx?

All the JavaFX docs say is: The DMG installer also supports a click-though license provided in the text format. If use of rich text format is desired, then prepare the license.plist file externally, ...
0
votes
1answer
22 views

Mac application bundle ID not changing

I am trying to change my Mac's app ID, but it's simply not being updated! I changed the plist, however, when I run the game center code, I get his: NSUnderlyingError=0x1013a1a50 "The operation ...
0
votes
0answers
14 views

Alternative way to check if application is installed on MAC OS X?

I have been using Launch Services function LSFindApplicationForInfo() to check if an appication is installed. This works fine, except when a user send the application to the trash. This method still ...
1
vote
0answers
12 views

NSURLBookmarkCreationPreferFileIDResolution has no effect

I'm trying to create a Bookmark that locates a file even after it's been moved or renamed. Here I create & store a Bookmark for ~/Desktop/file.txt: - (void) writeBookmark { NSURL* ...
1
vote
1answer
23 views

NSScaner - can not get HexFloatValue?

I'm trying using the following code: float fValue = 0; NSScanner *scanner = [NSScanner scannerWithString:@"0x41CC8937"]; [scanner scanHexFloat:&fValue]; Hex 0x41CC8937 = float 25.567. But I'm ...
0
votes
0answers
7 views

core data(possible in memory) locked my processes osx

on osx 10.8.3 i have sometime strange mistake (my app freezed sometimes as no responding with 72 threads). A sampler of process gives me a lot of processes, most of them bellow. Can you suggest any ...
0
votes
0answers
15 views

Mac webview with sandboxing doesn't remember Google token

I have a Mac App in xcode with a webview. Users have to log in with their Google account to use the app. This was working great until I enabled entitlements and specifically, enabled sandboxing. ...
0
votes
0answers
6 views

Xcode: get lighting information of a picture or predominant color

I need to detect the predominant color or the ligthing of a picture. It is possible? And how? It is possibile to extract that data from a CGIMAGE? Thanks
0
votes
1answer
21 views

NSTableView Drawing Count

I have two tables (NSTableView) on a window. Well, the number is irrelevant. Anyway, the source of the first table (tableView1) is NSMutableArray with NSMutableDictionary. And I have the following ...
1
vote
0answers
22 views

objective-C dragging images into NSTextView subclass

I’ve created a Cocoa-made text editing application that mimicks TextEdit with some other features added. I use a subclass of NSTextView. My problem is, I can’t drag images (jpeg for example), into my ...
1
vote
0answers
11 views

read sms data of an iphone in a mac app when connected

I need to develop a mac app that reads and shows all the text messages that iPhone has. I know about the privacy issues and all and have also tried to read the sms.db file using sqlite_open command; ...
0
votes
0answers
7 views

How producbuild on mac to not delete old files?

I have question. My problem is to make install pkg which no override old files. I have o3dm.app with application and resources etc. Now i want to make different install with only 1 file. This file ...
0
votes
0answers
14 views

NSResponder not receiving keyUp event when Cmd ⌘ key held down

I'm using a custom subclass of NSView and receiving keyboard events through the keyDown/keyUp methods, everything works fine except when the "Cmd ⌘" key is pressed, keyDown events are fired as normal ...
1
vote
1answer
16 views

What file system for Mac OS X and Linux [closed]

I recently purchased a Raspberry Pi and I would like to use it as a small file server. The raspberry Pi is conected to an external USB Hard Drive. I would like to use that hard drive to store files, ...
0
votes
0answers
10 views

How to set NSTableView delegate & datasource?

I create a subclass of NSViewController named MyTBViewController with xib, and add a NSTableView to xib. But when i connected NSTableView's delegate to File's owner and run app, it tell me ...
-1
votes
0answers
18 views

Creating custom icon with mac built-n commands without using apple developer tools

is there any way to compile a resource fork of a file (.rsrc) with MAC OS built-in commands without using the Developer Tools. I'm looking alternative of these following commands in MAC OS built-in ...
0
votes
0answers
40 views

Java Issue: Memory and CPU usage in MAC OS

I am developing a javaFx application for MAC and Windows, and I found that the application is using extremely large memory and cpu usage in MAC compared to Windows. When I see my application's ...
1
vote
1answer
24 views

What is module in run configuration of Android Studio?

I'm new in Android development. I using Android Studio on Mac OSX. I create a new project with a master & details template. I try to run an app in emulator but what does the module dropdownbox in ...
0
votes
1answer
20 views

Where can i save the sqlite database on Mac OS X for a Python developed GUI app?

I'm developing a GUI Mac OS X application using PyQt+Python which will be distributed through Mac App Store. (Sadly, I have no Objective-C skills for now.) The app makes use of an sqlite database to ...
0
votes
0answers
10 views

How to save 9600 port with macosx?

I want to liste 9600 port and save them to txt file. I can listen it with screen /dev/tty.usbmodem1411 9600 but can't save it using > read.txt How can I save this port to any txt file?
0
votes
0answers
7 views

Django Storages & S3: How to set env variables for security

I've successfully configured my Django settings.py to include django-storages and have uploaded my static files to S3 (in no small part due to: Proper way to handle static files and templates for ...
-1
votes
0answers
11 views

MAC FF & Chrome, can't align FB like iframe properly

Hi I have this problem on Mac, It aligns properly on Window browsers. This is the screenshots http://awesomescreenshot.com/03219yavde http://awesomescreenshot.com/03219yavde I forced my div to ...
0
votes
0answers
23 views

Core Animation + CADisplayLink (timer) animation

As i'd like to avoid using Cocos2D for my game, i came up with the following: The Box2D physics engine and a CALayer structure containing mainly sprites and shape layers. As Box2D features an ...
0
votes
1answer
36 views

On Mac OS X, is it more efficient to pass vectors by reference or by value?

Clang has a C/C++ extension that which allows you to treat vector values as first-class citizens: typedef double double4 __attribute__((ext_vector_type(4)); // easy assignment double4 a = {1, 2, 3, ...
0
votes
1answer
22 views

OS X: Move window from Python

I'm trying to move around windows programatically from Python on OS X. I found a snippet of AppleScript here on Stackoverflow which does this, but I'd like to do it in Python or another "real" ...
0
votes
0answers
10 views

Mac web deveopment IDE with Auto-complete, docs, error checking

I just completed my first Android app using Eclipse and am starting to make a webapp with HTML, CSS, and Javascript (and maybe PHP) on Mac. I've tried Coda and TextMate and have had a look at ...
2
votes
0answers
26 views

Using new iTunesLibrary Framework to access iTunes library on Mac OS-X

I've been looking at adding iTunes Library access to a Mac app I'm developing. I looked at some of the existing open source implementations, such as EyeTunes and iMedia - but found them to not be ...
0
votes
1answer
21 views

How to access “id” selector via Ruby ScriptingBridge

I'm trying to get a list of running processes on OS X through Ruby's ScriptingBridge. Everything works fine, except getting the process id. The problem seems to be that Ruby's internal Object#id ...
0
votes
0answers
15 views

Applescript execute command while dictating

I have a script that triggers the "Dictation" popup and listens for you to dictate. My shortcut or dictation is "Command D" The code looks like this. tell application "SpeechRecognitionServer" ...
1
vote
0answers
23 views

Network error downloading files on OSX

I have a site with a list of photos. The user has the option to download each of the photos. The download just writes the result to the output stream. Here's the code: [WebMethod] public static void ...

1 2 3 4 5 621