ObjFW  Check-in [52384975f5]

Overview
Comment:Remove src/test/Info.plist.in

We don't need it if we're not building a .framework.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | objfwtest
Files: files | file ages | folders
SHA3-256: 52384975f5cceb1b533cb9991bdb165d317af68e689279626cbfea2d93869249
User & Date: js on 2024-02-10 10:58:10
Other Links: branch diff | manifest | tags
Context
2024-02-10
11:02
ObjFWTest.oc: Fix FRAMEWORK_LIBS check-in: dfeede4ec0 user: js tags: objfwtest
10:58
Remove src/test/Info.plist.in check-in: 52384975f5 user: js tags: objfwtest
00:27
Build ObjFWTest only as a static library check-in: 1cd17a28dd user: js tags: objfwtest
Changes

Modified configure.ac from [84c8505c23] to [c1b4a8e04b].

2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386

AC_SUBST(TESTS_LIBS)

AC_CONFIG_FILES([
	buildsys.mk
	extra.mk
	src/Info.plist
	src/test/Info.plist
	tests/Info.plist
	utils/objfw-config
])
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

AS_IF([test x"$old_compiler" = x"yes"], [







<







2372
2373
2374
2375
2376
2377
2378

2379
2380
2381
2382
2383
2384
2385

AC_SUBST(TESTS_LIBS)

AC_CONFIG_FILES([
	buildsys.mk
	extra.mk
	src/Info.plist

	tests/Info.plist
	utils/objfw-config
])
AC_CONFIG_HEADERS([config.h src/objfw-defs.h])
AC_OUTPUT

AS_IF([test x"$old_compiler" = x"yes"], [

Deleted src/test/Info.plist.in version [55211c1360].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleExecutable</key>
	<string>ObjFWTest</string>
	<key>CFBundleName</key>
	<string>ObjFWTest</string>
	<key>CFBundleIdentifier</key>
	<string>im.nil.objfw.test</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleVersion</key>
	<string>@BUNDLE_VERSION@</string>
	<key>CFBundleShortVersionString</key>
	<string>@BUNDLE_SHORT_VERSION@</string>
	<key>MinimumOSVersion</key>
	<string>9.0</string>
</dict>
</plist>
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<