Differences From Artifact [14d942218d]:
- File .gitignore — part of check-in [cd0a632472] at 2014-04-27 19:34:42 on branch trunk — Initial Nintendo DS port (user: js, size: 567) [annotate] [blame] [check-ins using]
To Artifact [306abbd952]:
- File
.gitignore
— part of check-in
[c8a562d8d7]
at
2014-08-23 01:01:14
on branch trunk
— Make ObjFW.framework a module
This makes it possible to import ObjFW from Swift. (user: js, size: 573) [annotate] [blame] [check-ins using]
1 2 3 4 | *.a *.bundle *.dll *.dylib | < | 1 2 3 4 5 6 7 8 9 10 11 | *.a *.bundle *.dll *.dylib *.o *.orig *.so *.so.* *~ .deps aclocal.m4 |
︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | Info.plist ObjFW.xcodeproj/*.mode1v3 ObjFW.xcodeproj/*.pbxuser ObjFW.xcodeproj/project.xcworkspace ObjFW.xcodeproj/xcuserdata src/objfw-defs.h src/ObjFW tests/tests tests/tests.arm9 tests/tests.exe tests/tests.nds tests/EBOOT.PBP tests/PARAM.SFO tests/objc_sync/objc_sync utils/objfw-config utils/ofzip utils/ofzip.exe | > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | Info.plist ObjFW.xcodeproj/*.mode1v3 ObjFW.xcodeproj/*.pbxuser ObjFW.xcodeproj/project.xcworkspace ObjFW.xcodeproj/xcuserdata src/objfw-defs.h src/ObjFW tests/*.map tests/tests tests/tests.arm9 tests/tests.exe tests/tests.nds tests/EBOOT.PBP tests/PARAM.SFO tests/objc_sync/objc_sync utils/objfw-config utils/ofzip utils/ofzip.exe |