diff options
author | anongitter <[email protected]> | 2016-02-08 22:47:38 +0100 |
---|---|---|
committer | anongitter <[email protected]> | 2016-02-08 22:47:38 +0100 |
commit | 78ea93c919d610deb62a0d7794e6b4b424bc4583 (patch) | |
tree | 9855d2fae7d4752317f59610adb237e720b8d7cc /macosx/HandBrake.xcodeproj | |
parent | 4827c1fefdef10053318477c2eed6386b374a779 (diff) |
Move "Frameworks (bundled)" into "Frameworks"
Because the folder "Frameworks (bundled)" contains frameworks, it would be more consistent making it a children folder of "Frameworks" (and doing so, change its name to "Bundled" only).
Diffstat (limited to 'macosx/HandBrake.xcodeproj')
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 451d22eb4..cf77af3f0 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -719,7 +719,6 @@ 27D6C72314B1013400B785E4 /* Products (external) */, 273F20CD14ADC8E60021BE6D /* Resources */, 273F203414ADBAC30021BE6D /* Frameworks */, - 273F20CE14ADC9210021BE6D /* Frameworks (bundled) */, 277A3FCF14AE848400A835E4 /* xcconfig */, ); sourceTree = "<group>"; @@ -760,6 +759,7 @@ 273F202714ADB8BE0021BE6D /* libbz2.dylib */, 273F202914ADB8D60021BE6D /* libiconv.dylib */, 273F202514ADB8A40021BE6D /* libz.dylib */, + 273F20CE14ADC9210021BE6D /* Bundled */, ); name = Frameworks; sourceTree = "<group>"; @@ -799,13 +799,13 @@ name = Resources; sourceTree = "<group>"; }; - 273F20CE14ADC9210021BE6D /* Frameworks (bundled) */ = { + 273F20CE14ADC9210021BE6D /* Bundled */ = { isa = PBXGroup; children = ( 273F20BF14ADC1250021BE6D /* Growl.framework */, 273F20C014ADC1250021BE6D /* Sparkle.framework */, ); - name = "Frameworks (bundled)"; + name = Bundled; sourceTree = "<group>"; }; 273F212014ADCBF70021BE6D /* icons */ = { |