From 5c8127533f435f16e0b6b691b6ee3c2720ce6cfe Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Sun, 29 Nov 2015 14:46:08 +0100 Subject: [PATCH] move files around --- .../English.lproj}/InfoPlist.strings | 0 .../English.lproj}/MainMenu.xib | 0 OMLAppDelegate.h => OML/OMLAppDelegate.h | 0 OMLAppDelegate.m => OML/OMLAppDelegate.m | 0 .../Open Media Library-Info.plist | 5 +++ .../Open Media Library_Prefix.pch | 0 .../WebPreferencesPrivate.h | 0 .../WebStorageManagerPrivate.h | 0 index.html => OML/index.html | 0 install.html => OML/install.html | 0 install.py => OML/install.py | 0 {js => OML/js}/install.js | 0 main.m => OML/main.m | 0 Open Media Library.xcodeproj/project.pbxproj | 36 ++++++++++--------- 14 files changed, 24 insertions(+), 17 deletions(-) rename {English.lproj => OML/English.lproj}/InfoPlist.strings (100%) rename {English.lproj => OML/English.lproj}/MainMenu.xib (100%) rename OMLAppDelegate.h => OML/OMLAppDelegate.h (100%) rename OMLAppDelegate.m => OML/OMLAppDelegate.m (100%) rename Open Media Library-Info.plist => OML/Open Media Library-Info.plist (91%) rename Open Media Library_Prefix.pch => OML/Open Media Library_Prefix.pch (100%) rename WebPreferencesPrivate.h => OML/WebPreferencesPrivate.h (100%) rename WebStorageManagerPrivate.h => OML/WebStorageManagerPrivate.h (100%) rename index.html => OML/index.html (100%) rename install.html => OML/install.html (100%) rename install.py => OML/install.py (100%) rename {js => OML/js}/install.js (100%) rename main.m => OML/main.m (100%) diff --git a/English.lproj/InfoPlist.strings b/OML/English.lproj/InfoPlist.strings similarity index 100% rename from English.lproj/InfoPlist.strings rename to OML/English.lproj/InfoPlist.strings diff --git a/English.lproj/MainMenu.xib b/OML/English.lproj/MainMenu.xib similarity index 100% rename from English.lproj/MainMenu.xib rename to OML/English.lproj/MainMenu.xib diff --git a/OMLAppDelegate.h b/OML/OMLAppDelegate.h similarity index 100% rename from OMLAppDelegate.h rename to OML/OMLAppDelegate.h diff --git a/OMLAppDelegate.m b/OML/OMLAppDelegate.m similarity index 100% rename from OMLAppDelegate.m rename to OML/OMLAppDelegate.m diff --git a/Open Media Library-Info.plist b/OML/Open Media Library-Info.plist similarity index 91% rename from Open Media Library-Info.plist rename to OML/Open Media Library-Info.plist index 24f2d5a..8395d62 100644 --- a/Open Media Library-Info.plist +++ b/OML/Open Media Library-Info.plist @@ -26,6 +26,11 @@ ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile MainMenu + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSPrincipalClass NSApplication diff --git a/Open Media Library_Prefix.pch b/OML/Open Media Library_Prefix.pch similarity index 100% rename from Open Media Library_Prefix.pch rename to OML/Open Media Library_Prefix.pch diff --git a/WebPreferencesPrivate.h b/OML/WebPreferencesPrivate.h similarity index 100% rename from WebPreferencesPrivate.h rename to OML/WebPreferencesPrivate.h diff --git a/WebStorageManagerPrivate.h b/OML/WebStorageManagerPrivate.h similarity index 100% rename from WebStorageManagerPrivate.h rename to OML/WebStorageManagerPrivate.h diff --git a/index.html b/OML/index.html similarity index 100% rename from index.html rename to OML/index.html diff --git a/install.html b/OML/install.html similarity index 100% rename from install.html rename to OML/install.html diff --git a/install.py b/OML/install.py similarity index 100% rename from install.py rename to OML/install.py diff --git a/js/install.js b/OML/js/install.js similarity index 100% rename from js/install.js rename to OML/js/install.js diff --git a/main.m b/OML/main.m similarity index 100% rename from main.m rename to OML/main.m diff --git a/Open Media Library.xcodeproj/project.pbxproj b/Open Media Library.xcodeproj/project.pbxproj index 22b39e1..8e0668b 100644 --- a/Open Media Library.xcodeproj/project.pbxproj +++ b/Open Media Library.xcodeproj/project.pbxproj @@ -25,20 +25,20 @@ 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; 1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; - 256AC3D80F4B6AC300CF3369 /* OMLAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OMLAppDelegate.h; sourceTree = ""; }; - 256AC3D90F4B6AC300CF3369 /* OMLAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OMLAppDelegate.m; sourceTree = ""; }; - 256AC3F00F4B6AF500CF3369 /* Open Media Library_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Open Media Library_Prefix.pch"; sourceTree = ""; }; - 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 256AC3D80F4B6AC300CF3369 /* OMLAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OMLAppDelegate.h; path = OML/OMLAppDelegate.h; sourceTree = SOURCE_ROOT; }; + 256AC3D90F4B6AC300CF3369 /* OMLAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OMLAppDelegate.m; path = OML/OMLAppDelegate.m; sourceTree = SOURCE_ROOT; }; + 256AC3F00F4B6AF500CF3369 /* Open Media Library_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Open Media Library_Prefix.pch"; path = "OML/Open Media Library_Prefix.pch"; sourceTree = SOURCE_ROOT; }; + 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = OML/main.m; sourceTree = SOURCE_ROOT; }; 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 7922C2E61BE7808F00A980DF /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = OML/Images.xcassets; sourceTree = ""; }; - 7922C2E81BE7B05E00A980DF /* install.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = install.py; sourceTree = ""; }; - 7922C2EA1BE7B98B00A980DF /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = ""; }; - 7922C2EB1BE7B98B00A980DF /* js */ = {isa = PBXFileReference; lastKnownFileType = folder; path = js; sourceTree = ""; }; - 7922C2EE1BE7BA7B00A980DF /* install.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = install.html; sourceTree = ""; }; - 7976F9141BE815D60026875C /* WebPreferencesPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPreferencesPrivate.h; sourceTree = ""; }; - 7976F9151BE815D60026875C /* WebStorageManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebStorageManagerPrivate.h; sourceTree = ""; }; - 8D1107310486CEB800E47090 /* Open Media Library-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Open Media Library-Info.plist"; sourceTree = ""; }; + 7922C2E81BE7B05E00A980DF /* install.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = install.py; path = OML/install.py; sourceTree = SOURCE_ROOT; }; + 7922C2EA1BE7B98B00A980DF /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = OML/index.html; sourceTree = SOURCE_ROOT; }; + 7922C2EB1BE7B98B00A980DF /* js */ = {isa = PBXFileReference; lastKnownFileType = folder; name = js; path = OML/js; sourceTree = SOURCE_ROOT; }; + 7922C2EE1BE7BA7B00A980DF /* install.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = install.html; path = OML/install.html; sourceTree = SOURCE_ROOT; }; + 7976F9141BE815D60026875C /* WebPreferencesPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebPreferencesPrivate.h; path = OML/WebPreferencesPrivate.h; sourceTree = SOURCE_ROOT; }; + 7976F9151BE815D60026875C /* WebStorageManagerPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebStorageManagerPrivate.h; path = OML/WebStorageManagerPrivate.h; sourceTree = SOURCE_ROOT; }; + 8D1107310486CEB800E47090 /* Open Media Library-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Open Media Library-Info.plist"; path = "OML/Open Media Library-Info.plist"; sourceTree = SOURCE_ROOT; }; 8D1107320486CEB800E47090 /* Open Media Library.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Open Media Library.app"; sourceTree = BUILT_PRODUCTS_DIR; }; A8D6687B132D9AB300C9B726 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -224,7 +224,8 @@ 089C165DFE840E0CC02AAC07 /* English */, ); name = InfoPlist.strings; - sourceTree = ""; + path = OML; + sourceTree = SOURCE_ROOT; }; 1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = { isa = PBXVariantGroup; @@ -232,7 +233,8 @@ 1DDD58150DA1D0A300B32029 /* English */, ); name = MainMenu.xib; - sourceTree = ""; + path = OML; + sourceTree = SOURCE_ROOT; }; /* End PBXVariantGroup section */ @@ -249,8 +251,8 @@ GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Open Media Library_Prefix.pch"; - INFOPLIST_FILE = "Open Media Library-Info.plist"; + GCC_PREFIX_HEADER = "OML/Open Media Library_Prefix.pch"; + INFOPLIST_FILE = "$(SRCROOT)/OML/Open Media Library-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; MACOSX_DEPLOYMENT_TARGET = 10.6; PRODUCT_BUNDLE_IDENTIFIER = com.openmedialibrary.oml; @@ -268,8 +270,8 @@ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Open Media Library_Prefix.pch"; - INFOPLIST_FILE = "Open Media Library-Info.plist"; + GCC_PREFIX_HEADER = "OML/Open Media Library_Prefix.pch"; + INFOPLIST_FILE = "$(SRCROOT)/OML/Open Media Library-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; MACOSX_DEPLOYMENT_TARGET = 10.6; PRODUCT_BUNDLE_IDENTIFIER = com.openmedialibrary.oml;