ObjXMPP  Check-in [bf3524b981]

Overview
Comment:Remove Xcode project

Maintaining two build systems is too annoying.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bf3524b98166a0962d5a0621f041001bfc4026e8bc12b6d264826d8ad1c206b7
User & Date: js on 2018-01-21 22:46:12
Other Links: manifest | tags
Context
2018-01-21
22:48
Adjust to ObjFW changes check-in: 3ea23c8afd user: js tags: trunk
22:46
Remove Xcode project check-in: bf3524b981 user: js tags: trunk
22:44
Add support for building as a .framework check-in: 93bb18bcbf user: js tags: trunk
Changes

Modified .gitignore from [25d2864b5c] to [be21287203].



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22


*.o
*.so
*.dylib
*~
.deps
aclocal.m4
autom4te.cache
buildsys.mk
config.h
config.h.in
config.log
config.status
configure
DerivedData
docs
extra.mk
ObjXMPP.xcodeproj/*.mode1v3
ObjXMPP.xcodeproj/*.pbxuser
ObjXMPP.xcodeproj/project.xcworkspace
ObjXMPP.xcodeproj/xcuserdata
tests/tests
tests/storage.binarypack
>
>


<













|
<
<
<


1
2
3
4

5
6
7
8
9
10
11
12
13
14
15
16
17
18



19
20
*.dll
*.dylib
*.o
*.so

*~
.deps
aclocal.m4
autom4te.cache
buildsys.mk
config.h
config.h.in
config.log
config.status
configure
DerivedData
docs
extra.mk
src/ObjXMPP.framework



tests/tests
tests/storage.binarypack

Deleted ObjXMPP.xcodeproj/project.pbxproj version [e90767fcd9].