Skip to content

Instantly share code, notes, and snippets.

@legumbre
Last active August 27, 2016 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legumbre/e1f3c296236c559bb0c72fa9c7a880d7 to your computer and use it in GitHub Desktop.
Save legumbre/e1f3c296236c559bb0c72fa9c7a880d7 to your computer and use it in GitHub Desktop.
love-osx-frameworks-0.10 dir structure
# find . -type d -name '*.framework' -print0 | xargs -0 ls -al
./Lua.framework:
total 40
drwxr-xr-x@ 7 leo wheel 238 Dec 21 2015 .
drwxr-xr-x@ 12 leo wheel 408 Dec 22 2015 ..
-rw-r--r--@ 1 leo wheel 6148 Dec 21 2015 .DS_Store
lrwxr-xr-x 1 leo wheel 24 Aug 26 20:10 Headers -> Versions/Current/Headers
lrwxr-xr-x 1 leo wheel 14 Aug 26 20:10 Lua -> Versions/A/Lua # symlink should be: Lua -> Versions/Current/Lua
lrwxr-xr-x 1 leo wheel 26 Aug 26 20:10 Resources -> Versions/Current/Resources
drwxr-xr-x@ 5 leo wheel 170 Oct 20 2013 Versions
./Ogg.framework:
total 24
drwxr-xr-x@ 6 leo wheel 204 Aug 27 2015 .
drwxr-xr-x@ 12 leo wheel 408 Dec 22 2015 ..
lrwxr-xr-x 1 leo wheel 24 Aug 26 20:10 Headers -> Versions/Current/Headers
lrwxr-xr-x 1 leo wheel 20 Aug 26 20:10 Ogg -> Versions/Current/Ogg
lrwxr-xr-x 1 leo wheel 26 Aug 26 20:10 Resources -> Versions/Current/Resources
drwxr-xr-x@ 4 leo wheel 136 Aug 27 2015 Versions
./OpenAL-Soft.framework:
total 24
drwxr-xr-x@ 6 leo wheel 204 Nov 10 2015 .
drwxr-xr-x@ 12 leo wheel 408 Dec 22 2015 ..
lrwxr-xr-x 1 leo wheel 24 Aug 26 20:10 Headers -> Versions/Current/Headers
lrwxr-xr-x 1 leo wheel 28 Aug 26 20:10 OpenAL-Soft -> Versions/Current/OpenAL-Soft
lrwxr-xr-x 1 leo wheel 26 Aug 26 20:10 Resources -> Versions/Current/Resources
drwxr-xr-x@ 4 leo wheel 136 Nov 10 2015 Versions
./SDL2.framework:
total 24
drwxr-xr-x@ 6 leo wheel 204 Dec 11 2015 .
drwxr-xr-x@ 12 leo wheel 408 Dec 22 2015 ..
lrwxr-xr-x 1 leo wheel 24 Aug 26 20:10 Headers -> Versions/Current/Headers
lrwxr-xr-x 1 leo wheel 26 Aug 26 20:10 Resources -> Versions/Current/Resources
lrwxr-xr-x 1 leo wheel 21 Aug 26 20:10 SDL2 -> Versions/Current/SDL2
drwxr-xr-x@ 4 leo wheel 136 Dec 11 2015 Versions
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment