Skip to content

Commit 298c42c

Browse files
committed
more readme work
1 parent 5f032c8 commit 298c42c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Censorius
22

3-
Censorius is a small gem that generates deterministic and stable UUID paths for [Xcodeproj](https://github.com/CocoaPods/Xcodeproj). It's meant to be used either with [CocoaPods](https://github.com/CocoaPods/CocoaPods) or [Xcake](https://github.com/igor-makarov/xcake) to reduce meaningless Xcode project file differences, and therefore make Xcode incremental builds after project generation shorter.
3+
Censorius is a small gem that generates deterministic and stable UUID paths for [Xcodeproj](https://github.com/CocoaPods/Xcodeproj). It's meant to be used either with [CocoaPods](https://github.com/CocoaPods/CocoaPods) or [Xcake](https://github.com/igor-makarov/xcake) to reduce meaningless Xcode project file differences, and therefore make Xcode incremental builds after project generation shorter.
4+
5+
It is meant as a replacement for the `Xcodeproj::Project#predictabilize_uuids` method, which generates deterministic UUIDs in a way that is very unstable on even the smallest changes.
46

57
Censorius covers all meaningful PBX file format elements.
68

@@ -30,6 +32,8 @@ require 'censorius'
3032
#
3133
# Define your dependencies...
3234
#
35+
# Remove the `deterministic_uuids` option if you're using it.
36+
#
3337
post_install do |installer|
3438
installer.generated_projects.each do |project|
3539
Censorius::UUIDGenerator.new([project]).generate!

0 commit comments

Comments
 (0)