This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathManifest
69 lines (69 loc) · 2.29 KB
/
Manifest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
CHANGELOG
LICENSE
Manifest
README.textile
RUBYFORGE
Rakefile
bin/zerg-xcode
lib/zerg_xcode.rb
lib/zerg_xcode/builder/runner.rb
lib/zerg_xcode/builder/sdks.rb
lib/zerg_xcode/file_format/archiver.rb
lib/zerg_xcode/file_format/encoder.rb
lib/zerg_xcode/file_format/lexer.rb
lib/zerg_xcode/file_format/parser.rb
lib/zerg_xcode/file_format/paths.rb
lib/zerg_xcode/objects/pbx_build_file.rb
lib/zerg_xcode/objects/pbx_build_phase.rb
lib/zerg_xcode/objects/pbx_container_item_proxy.rb
lib/zerg_xcode/objects/pbx_group.rb
lib/zerg_xcode/objects/pbx_native_target.rb
lib/zerg_xcode/objects/pbx_project.rb
lib/zerg_xcode/objects/pbx_target_dependency.rb
lib/zerg_xcode/objects/xc_configuration_list.rb
lib/zerg_xcode/objects/xcode_object.rb
lib/zerg_xcode/plugins/addlibrary.rb
lib/zerg_xcode/plugins/core/core.rb
lib/zerg_xcode/plugins/help.rb
lib/zerg_xcode/plugins/import.rb
lib/zerg_xcode/plugins/irb.rb
lib/zerg_xcode/plugins/ls.rb
lib/zerg_xcode/plugins/lstargets.rb
lib/zerg_xcode/plugins/retarget.rb
lib/zerg_xcode/shortcuts.rb
test/builder/runner_test.rb
test/builder/sdk_test.rb
test/file_format/archiver_test.rb
test/file_format/encoder_test.rb
test/file_format/lexer_test.rb
test/file_format/parser_test.rb
test/file_format/path_test.rb
test/fixtures/ClosedLib/ClosedLib.xcodeproj/project.pbxproj
test/fixtures/ClosedLib/ClosedLib_Prefix.pch
test/fixtures/ClosedLib/ClosedNative.c
test/fixtures/ClosedLib/ClosedNative.h
test/fixtures/FlatTestApp/FlatTestApp.xcodeproj/project.pbxproj
test/fixtures/TestApp/TestApp.xcodeproj/project.pbxproj
test/fixtures/TestApp30.xcodeproj/project.pbxproj
test/fixtures/TestLib30.xcodeproj/project.pbxproj
test/fixtures/ZergSupport.xcodeproj/project.pbxproj
test/fixtures/project.pbxproj
test/fixtures/project.pbxproj.compat
test/objects/pbx_build_file_test.rb
test/objects/pbx_build_phase_test.rb
test/objects/pbx_container_item_proxy_test.rb
test/objects/pbx_group_test.rb
test/objects/pbx_native_target_test.rb
test/objects/pbx_project_test.rb
test/objects/pbx_target_dependency_test.rb
test/objects/xc_configuration_list_test.rb
test/objects/xcode_object_test.rb
test/plugins/addlibrary_test.rb
test/plugins/core/core_test.rb
test/plugins/helper.rb
test/plugins/import_test.rb
test/plugins/irb_test.rb
test/plugins/ls_test.rb
test/plugins/lstargets_test.rb
test/plugins/retarget_test.rb
test/shortcuts_test.rb