File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 11brew 'clang-format'
22brew 'swiftlint'
3- brew 'carthage'
4- brew 'rbenv'
53brew 'pre-commit'
64brew 'python3'
7- tap 'facebook/fb'
8- brew 'facebook/fb/idb-companion'
9- tap 'mobile-dev-inc/tap'
10- brew 'mobile-dev-inc/tap/maestro'
Original file line number Diff line number Diff line change 1+ tap 'facebook/fb'
2+ brew 'facebook/fb/idb-companion'
3+ tap 'mobile-dev-inc/tap'
4+ brew 'mobile-dev-inc/tap/maestro'
5+ brew 'carthage'
6+ brew 'rbenv'
Original file line number Diff line number Diff line change 22init :
33 which brew || /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) "
44 brew bundle
5- rbenv install --skip-existing
6- rbenv exec gem update bundler
7- rbenv exec bundle install
85 pre-commit install
96 clang-format --version | awk ' {print $3}' > scripts/.clang-format-version
107 swiftlint version > scripts/.swiftlint-version
8+
9+ # installs the tools needed to test various CI tasks locally
10+ init-ci : init
11+ brew bundle --file Brewfile-ci
12+ rbenv install --skip-existing
13+ rbenv exec gem update bundler
14+ rbenv exec bundle install
1115
1216.PHONY : check-versions
1317check-versions :
Original file line number Diff line number Diff line change 17491749 849B8F962C6E906900148E1F /* SentryUserFeedbackIntegrationDriver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SentryUserFeedbackIntegrationDriver.swift; sourceTree = "<group>"; };
17501750 849B8F972C6E906900148E1F /* SentryUserFeedbackThemeConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SentryUserFeedbackThemeConfiguration.swift; path = Configuration/SentryUserFeedbackThemeConfiguration.swift; sourceTree = "<group>"; };
17511751 849B8F982C6E906900148E1F /* SentryUserFeedbackWidgetConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SentryUserFeedbackWidgetConfiguration.swift; path = Configuration/SentryUserFeedbackWidgetConfiguration.swift; sourceTree = "<group>"; };
1752+ 849DF0522D00270A00A202DF /* Brewfile-ci */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = "Brewfile-ci"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
17521753 84A305472BC72A0A00D84283 /* SentryAppLaunchProfilingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryAppLaunchProfilingTests.swift; sourceTree = "<group>"; };
17531754 84A305552BC9EF8C00D84283 /* SentryTraceProfiler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryTraceProfiler.h; path = ../include/SentryTraceProfiler.h; sourceTree = "<group>"; };
17541755 84A305562BC9EF8C00D84283 /* SentryTraceProfiler.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryTraceProfiler.mm; sourceTree = "<group>"; };
38303831 844DA80A28246D5000E6B62E /* .swiftlint.yml */,
38313832 843BD6282AD8752300B0098F /* .clang-format */,
38323833 844DA80B28246D5000E6B62E /* Brewfile */,
3834+ 849DF0522D00270A00A202DF /* Brewfile-ci */,
38333835 );
38343836 name = Aux;
38353837 sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments