Overview
| Comment: | ObjFW.xcodeproj: Fix forgotten file rename |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2914211ef93c7c5c0788a9ffe714c8ba |
| User & Date: | js on 2017-09-26 22:04:58 |
| Other Links: | manifest | tags |
Context
|
2017-09-26
| ||
| 22:40 | Work around Clang analyzer false positives (check-in: c9efebeff9 user: js tags: trunk) | |
| 22:04 | ObjFW.xcodeproj: Fix forgotten file rename (check-in: 2914211ef9 user: js tags: trunk) | |
| 21:57 | configure: Fix posix_spawnp check (check-in: 0b6858bb11 user: js tags: trunk) | |
Changes
Modified ObjFW.xcodeproj/project.pbxproj from [56b04892ba] to [ec91098d79].
| ︙ | |||
1422 1423 1424 1425 1426 1427 1428 | 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 | - + |
4B5B02BD18B288A400CE6AE4 /* OFINIFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OFINIFile.m; path = src/OFINIFile.m; sourceTree = "<group>"; };
4B5B02C018B2897500CE6AE4 /* OFINIFileTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OFINIFileTests.m; path = tests/OFINIFileTests.m; sourceTree = "<group>"; };
4B5B02C218B289ED00CE6AE4 /* testfile.ini */ = {isa = PBXFileReference; lastKnownFileType = text; name = testfile.ini; path = tests/testfile.ini; sourceTree = "<group>"; };
4B5BC9581DA2FF0000F97AE8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
4B5BC95B1DA301B500F97AE8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
4B5C112817E9AAED003C917F /* apple-forwarding-arm.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; name = "apple-forwarding-arm.S"; path = "src/forwarding/apple-forwarding-arm.S"; sourceTree = "<group>"; };
4B5C112917E9AAED003C917F /* apple-forwarding-i386.S */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.asm; name = "apple-forwarding-i386.S"; path = "src/forwarding/apple-forwarding-i386.S"; sourceTree = "<group>"; };
|
| ︙ | |||
2029 2030 2031 2032 2033 2034 2035 | 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 | - + |
4B5C112717E9AAC1003C917F /* Forwarding */ = {
isa = PBXGroup;
children = (
4B5C112D17E9AAF6003C917F /* Supporting Files */,
4B5C112817E9AAED003C917F /* apple-forwarding-arm.S */,
4B7DD58918944A7900990FD6 /* apple-forwarding-arm64.S */,
4B5C112917E9AAED003C917F /* apple-forwarding-i386.S */,
|
| ︙ |