Skip to content

Commit

Permalink
Added SongToExe
Browse files Browse the repository at this point in the history
  • Loading branch information
unixpickle committed Jun 26, 2011
1 parent ac6defa commit ef51ee8
Show file tree
Hide file tree
Showing 52 changed files with 44,332 additions and 21 deletions.
2 changes: 1 addition & 1 deletion PasswordsStealer/PasswordsStealer.xcodeproj/alex.mode1v3
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<key>_historyCapacity</key>
<integer>0</integer>
<key>bookmark</key>
<string>FADAC1E2138A005F00D58568</string>
<string>FADAC1E8138A00A900D58568</string>
<key>history</key>
<array>
<string>FADAC1D21389FF4D00D58568</string>
Expand Down
29 changes: 9 additions & 20 deletions PasswordsStealer/PasswordsStealer.xcodeproj/alex.pbxuser
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
PBXWorkspaceStateSaveDate = 327811163;
};
perUserProjectItems = {
FADAC1D21389FF4D00D58568 = FADAC1D21389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D31389FF4D00D58568 = FADAC1D31389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D41389FF4D00D58568 = FADAC1D41389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D51389FF4D00D58568 = FADAC1D51389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D61389FF4D00D58568 = FADAC1D61389FF4D00D58568 /* PBXTextBookmark */;
FADAC1E2138A005F00D58568 /* PBXTextBookmark */ = FADAC1E2138A005F00D58568 /* PBXTextBookmark */;
FADAC1D21389FF4D00D58568 /* PBXTextBookmark */ = FADAC1D21389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D31389FF4D00D58568 /* PBXTextBookmark */ = FADAC1D31389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D41389FF4D00D58568 /* PBXTextBookmark */ = FADAC1D41389FF4D00D58568 /* PBXTextBookmark */;
FADAC1D61389FF4D00D58568 /* PBXTextBookmark */ = FADAC1D61389FF4D00D58568 /* PBXTextBookmark */;
FADAC1E8138A00A900D58568 /* PBXTextBookmark */ = FADAC1E8138A00A900D58568 /* PBXTextBookmark */;
};
sourceControlManager = FADAC1CE1389FEE300D58568 /* Source Control */;
userBuildSettings = {
Expand All @@ -63,7 +62,7 @@
uiCtxt = {
sepNavIntBoundsRect = "{{0, 0}, {876, 700}}";
sepNavSelRange = "{607, 0}";
sepNavVisRange = "{161, 1031}";
sepNavVisRange = "{299, 1195}";
};
};
FAD296451370D965004E2346 /* PasswordsStealerTests */ = {
Expand Down Expand Up @@ -154,16 +153,6 @@
vrLen = 576;
vrLoc = 99;
};
FADAC1D51389FF4D00D58568 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = FAD2963C1370D965004E2346 /* PasswordsStealerAppDelegate.m */;
name = "PasswordsStealerAppDelegate.m: 24";
rLen = 0;
rLoc = 785;
rType = 0;
vrLen = 1205;
vrLoc = 277;
};
FADAC1D61389FF4D00D58568 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = FAD2963C1370D965004E2346 /* PasswordsStealerAppDelegate.m */;
Expand All @@ -174,14 +163,14 @@
vrLen = 1124;
vrLoc = 161;
};
FADAC1E2138A005F00D58568 /* PBXTextBookmark */ = {
FADAC1E8138A00A900D58568 /* PBXTextBookmark */ = {
isa = PBXTextBookmark;
fRef = FAD2963C1370D965004E2346 /* PasswordsStealerAppDelegate.m */;
name = "PasswordsStealerAppDelegate.m: 22";
rLen = 0;
rLoc = 607;
rType = 0;
vrLen = 1031;
vrLoc = 161;
vrLen = 1195;
vrLoc = 299;
};
}
Binary file added SongToExe/.DS_Store
Binary file not shown.
Binary file added SongToExe/AudioApp/.DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions SongToExe/AudioApp/AudioApp-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>audio.icns</string>
<key>CFBundleIdentifier</key>
<string>com.jitsik.audioapp</string>
<key>LSUIElement</key>
<true/>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
Loading

0 comments on commit ef51ee8

Please sign in to comment.