File tree 5 files changed +23
-1
lines changed
5 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
Frameworks /
2
- Source /
3
2
project.xcworkspace
4
3
xcuserdata
Original file line number Diff line number Diff line change
1
+ [submodule "Source "]
2
+ path = Source
3
+ url = git://github.com/pocoproject/poco.git
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ # Author: François-Xavier Thomas <[email protected] >
4
+ # Author: Be Sport 2012
5
+
6
+ # Update Poco
7
+ git submodule update
8
+
9
+ # Build Poco
10
+ cd Source/
11
+
12
+ # Build iPhone libraries
13
+ ./configure --config=iPhone --no-tests --no-samples --omit=...
14
+ make IPHONE_SDK_VERSION_MIN=3.0 POCO_TARGET_OSARCH=armv6 -s -j2
15
+ make IPHONE_SDK_VERSION_MIN=3.2 POCO_TARGET_OSARCH=armv7 -s -j2
16
+
17
+ # Build iPhone simulator libraries
18
+ ./configure --config=iPhoneSimulator --no-tests --no-samples --omit=...
19
+ make -s -j2
You can’t perform that action at this time.
0 commit comments