XCBuildFaster 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,110 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Scheme
3
+ LastUpgradeVersion = "0610"
4
+ version = "1.3">
5
+ <BuildAction
6
+ parallelizeBuildables = "YES"
7
+ buildImplicitDependencies = "YES">
8
+ <BuildActionEntries>
9
+ <BuildActionEntry
10
+ buildForTesting = "YES"
11
+ buildForRunning = "YES"
12
+ buildForProfiling = "YES"
13
+ buildForArchiving = "YES"
14
+ buildForAnalyzing = "YES">
15
+ <BuildableReference
16
+ BuildableIdentifier = "primary"
17
+ BlueprintIdentifier = "F5D5AAAF1A30F3240070C8BF"
18
+ BuildableName = "FixtureProject.app"
19
+ BlueprintName = "FixtureProject"
20
+ ReferencedContainer = "container:FixtureProject.xcodeproj">
21
+ </BuildableReference>
22
+ </BuildActionEntry>
23
+ <BuildActionEntry
24
+ buildForTesting = "YES"
25
+ buildForRunning = "YES"
26
+ buildForProfiling = "NO"
27
+ buildForArchiving = "NO"
28
+ buildForAnalyzing = "YES">
29
+ <BuildableReference
30
+ BuildableIdentifier = "primary"
31
+ BlueprintIdentifier = "F5D5AAC41A30F3240070C8BF"
32
+ BuildableName = "FixtureProjectTests.xctest"
33
+ BlueprintName = "FixtureProjectTests"
34
+ ReferencedContainer = "container:FixtureProject.xcodeproj">
35
+ </BuildableReference>
36
+ </BuildActionEntry>
37
+ </BuildActionEntries>
38
+ </BuildAction>
39
+ <TestAction
40
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
41
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42
+ shouldUseLaunchSchemeArgsEnv = "YES"
43
+ buildConfiguration = "Debug">
44
+ <Testables>
45
+ <TestableReference
46
+ skipped = "NO">
47
+ <BuildableReference
48
+ BuildableIdentifier = "primary"
49
+ BlueprintIdentifier = "F5D5AAC41A30F3240070C8BF"
50
+ BuildableName = "FixtureProjectTests.xctest"
51
+ BlueprintName = "FixtureProjectTests"
52
+ ReferencedContainer = "container:FixtureProject.xcodeproj">
53
+ </BuildableReference>
54
+ </TestableReference>
55
+ </Testables>
56
+ <MacroExpansion>
57
+ <BuildableReference
58
+ BuildableIdentifier = "primary"
59
+ BlueprintIdentifier = "F5D5AAAF1A30F3240070C8BF"
60
+ BuildableName = "FixtureProject.app"
61
+ BlueprintName = "FixtureProject"
62
+ ReferencedContainer = "container:FixtureProject.xcodeproj">
63
+ </BuildableReference>
64
+ </MacroExpansion>
65
+ </TestAction>
66
+ <LaunchAction
67
+ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
68
+ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
69
+ launchStyle = "0"
70
+ useCustomWorkingDirectory = "NO"
71
+ buildConfiguration = "Debug"
72
+ ignoresPersistentStateOnLaunch = "NO"
73
+ debugDocumentVersioning = "YES"
74
+ allowLocationSimulation = "YES">
75
+ <BuildableProductRunnable>
76
+ <BuildableReference
77
+ BuildableIdentifier = "primary"
78
+ BlueprintIdentifier = "F5D5AAAF1A30F3240070C8BF"
79
+ BuildableName = "FixtureProject.app"
80
+ BlueprintName = "FixtureProject"
81
+ ReferencedContainer = "container:FixtureProject.xcodeproj">
82
+ </BuildableReference>
83
+ </BuildableProductRunnable>
84
+ <AdditionalOptions>
85
+ </AdditionalOptions>
86
+ </LaunchAction>
87
+ <ProfileAction
88
+ shouldUseLaunchSchemeArgsEnv = "YES"
89
+ savedToolIdentifier = ""
90
+ useCustomWorkingDirectory = "NO"
91
+ buildConfiguration = "Release"
92
+ debugDocumentVersioning = "YES">
93
+ <BuildableProductRunnable>
94
+ <BuildableReference
95
+ BuildableIdentifier = "primary"
96
+ BlueprintIdentifier = "F5D5AAAF1A30F3240070C8BF"
97
+ BuildableName = "FixtureProject.app"
98
+ BlueprintName = "FixtureProject"
99
+ ReferencedContainer = "container:FixtureProject.xcodeproj">
100
+ </BuildableReference>
101
+ </BuildableProductRunnable>
102
+ </ProfileAction>
103
+ <AnalyzeAction
104
+ buildConfiguration = "Debug">
105
+ </AnalyzeAction>
106
+ <ArchiveAction
107
+ buildConfiguration = "Release"
108
+ revealArchiveInOrganizer = "YES">
109
+ </ArchiveAction>
110
+ </Scheme>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>SchemeUserState</key>
6
+ <dict>
7
+ <key>FixtureProject.xcscheme</key>
8
+ <dict>
9
+ <key>orderHint</key>
10
+ <integer>0</integer>
11
+ </dict>
12
+ </dict>
13
+ <key>SuppressBuildableAutocreation</key>
14
+ <dict>
15
+ <key>F5D5AAAF1A30F3240070C8BF</key>
16
+ <dict>
17
+ <key>primary</key>
18
+ <true/>
19
+ </dict>
20
+ <key>F5D5AAC41A30F3240070C8BF</key>
21
+ <dict>
22
+ <key>primary</key>
23
+ <true/>
24
+ </dict>
25
+ </dict>
26
+ </dict>
27
+ </plist>
@@ -0,0 +1,46 @@
1
+ //
2
+ // AppDelegate.swift
3
+ // FixtureProject
4
+ //
5
+ // Created by Dave Schukin on 12/4/14.
6
+ // Copyright (c) 2014 Dave Schukin. All rights reserved.
7
+ //
8
+
9
+ import UIKit
10
+
11
+ @UIApplicationMain
12
+ class AppDelegate: UIResponder, UIApplicationDelegate {
13
+
14
+ var window: UIWindow?
15
+
16
+
17
+ func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
18
+ // Override point for customization after application launch.
19
+ return true
20
+ }
21
+
22
+ func applicationWillResignActive(application: UIApplication) {
23
+ // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
24
+ // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
25
+ }
26
+
27
+ func applicationDidEnterBackground(application: UIApplication) {
28
+ // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
29
+ // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
30
+ }
31
+
32
+ func applicationWillEnterForeground(application: UIApplication) {
33
+ // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
34
+ }
35
+
36
+ func applicationDidBecomeActive(application: UIApplication) {
37
+ // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
38
+ }
39
+
40
+ func applicationWillTerminate(application: UIApplication) {
41
+ // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
42
+ }
43
+
44
+
45
+ }
46
+
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6214" systemVersion="14A314h" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3
+ <dependencies>
4
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6207"/>
5
+ <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
6
+ </dependencies>
7
+ <objects>
8
+ <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
9
+ <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
10
+ <view contentMode="scaleToFill" id="iN0-l3-epB">
11
+ <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
12
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
13
+ <subviews>
14
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2014 Dave Schukin. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
15
+ <rect key="frame" x="20" y="439" width="441" height="21"/>
16
+ <fontDescription key="fontDescription" type="system" pointSize="17"/>
17
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
18
+ <nil key="highlightedColor"/>
19
+ </label>
20
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="FixtureProject" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
21
+ <rect key="frame" x="20" y="140" width="441" height="43"/>
22
+ <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
23
+ <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
24
+ <nil key="highlightedColor"/>
25
+ </label>
26
+ </subviews>
27
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
28
+ <constraints>
29
+ <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
30
+ <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
31
+ <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
32
+ <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
33
+ <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
34
+ <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
35
+ </constraints>
36
+ <nil key="simulatedStatusBarMetrics"/>
37
+ <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
38
+ <point key="canvasLocation" x="548" y="455"/>
39
+ </view>
40
+ </objects>
41
+ </document>
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="vXZ-lx-hvc">
3
+ <dependencies>
4
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
5
+ </dependencies>
6
+ <scenes>
7
+ <!--View Controller-->
8
+ <scene sceneID="ufC-wZ-h7g">
9
+ <objects>
10
+ <viewController id="vXZ-lx-hvc" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
11
+ <layoutGuides>
12
+ <viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
13
+ <viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
14
+ </layoutGuides>
15
+ <view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
16
+ <rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
17
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
18
+ <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
19
+ </view>
20
+ </viewController>
21
+ <placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
22
+ </objects>
23
+ </scene>
24
+ </scenes>
25
+ </document>
@@ -0,0 +1,38 @@
1
+ {
2
+ "images" : [
3
+ {
4
+ "idiom" : "iphone",
5
+ "size" : "29x29",
6
+ "scale" : "2x"
7
+ },
8
+ {
9
+ "idiom" : "iphone",
10
+ "size" : "29x29",
11
+ "scale" : "3x"
12
+ },
13
+ {
14
+ "idiom" : "iphone",
15
+ "size" : "40x40",
16
+ "scale" : "2x"
17
+ },
18
+ {
19
+ "idiom" : "iphone",
20
+ "size" : "40x40",
21
+ "scale" : "3x"
22
+ },
23
+ {
24
+ "idiom" : "iphone",
25
+ "size" : "60x60",
26
+ "scale" : "2x"
27
+ },
28
+ {
29
+ "idiom" : "iphone",
30
+ "size" : "60x60",
31
+ "scale" : "3x"
32
+ }
33
+ ],
34
+ "info" : {
35
+ "version" : 1,
36
+ "author" : "xcode"
37
+ }
38
+ }
@@ -0,0 +1,40 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>en</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>$(EXECUTABLE_NAME)</string>
9
+ <key>CFBundleIdentifier</key>
10
+ <string>com.schukin.$(PRODUCT_NAME:rfc1034identifier)</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundleName</key>
14
+ <string>$(PRODUCT_NAME)</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>APPL</string>
17
+ <key>CFBundleShortVersionString</key>
18
+ <string>1.0</string>
19
+ <key>CFBundleSignature</key>
20
+ <string>????</string>
21
+ <key>CFBundleVersion</key>
22
+ <string>1</string>
23
+ <key>LSRequiresIPhoneOS</key>
24
+ <true/>
25
+ <key>UILaunchStoryboardName</key>
26
+ <string>LaunchScreen</string>
27
+ <key>UIMainStoryboardFile</key>
28
+ <string>Main</string>
29
+ <key>UIRequiredDeviceCapabilities</key>
30
+ <array>
31
+ <string>armv7</string>
32
+ </array>
33
+ <key>UISupportedInterfaceOrientations</key>
34
+ <array>
35
+ <string>UIInterfaceOrientationPortrait</string>
36
+ <string>UIInterfaceOrientationLandscapeLeft</string>
37
+ <string>UIInterfaceOrientationLandscapeRight</string>
38
+ </array>
39
+ </dict>
40
+ </plist>
@@ -0,0 +1,25 @@
1
+ //
2
+ // ViewController.swift
3
+ // FixtureProject
4
+ //
5
+ // Created by Dave Schukin on 12/4/14.
6
+ // Copyright (c) 2014 Dave Schukin. All rights reserved.
7
+ //
8
+
9
+ import UIKit
10
+
11
+ class ViewController: UIViewController {
12
+
13
+ override func viewDidLoad() {
14
+ super.viewDidLoad()
15
+ // Do any additional setup after loading the view, typically from a nib.
16
+ }
17
+
18
+ override func didReceiveMemoryWarning() {
19
+ super.didReceiveMemoryWarning()
20
+ // Dispose of any resources that can be recreated.
21
+ }
22
+
23
+
24
+ }
25
+
@@ -0,0 +1,36 @@
1
+ //
2
+ // FixtureProjectTests.swift
3
+ // FixtureProjectTests
4
+ //
5
+ // Created by Dave Schukin on 12/4/14.
6
+ // Copyright (c) 2014 Dave Schukin. All rights reserved.
7
+ //
8
+
9
+ import UIKit
10
+ import XCTest
11
+
12
+ class FixtureProjectTests: XCTestCase {
13
+
14
+ override func setUp() {
15
+ super.setUp()
16
+ // Put setup code here. This method is called before the invocation of each test method in the class.
17
+ }
18
+
19
+ override func tearDown() {
20
+ // Put teardown code here. This method is called after the invocation of each test method in the class.
21
+ super.tearDown()
22
+ }
23
+
24
+ func testExample() {
25
+ // This is an example of a functional test case.
26
+ XCTAssert(true, "Pass")
27
+ }
28
+
29
+ func testPerformanceExample() {
30
+ // This is an example of a performance test case.
31
+ self.measureBlock() {
32
+ // Put the code you want to measure the time of here.
33
+ }
34
+ }
35
+
36
+ }
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>CFBundleDevelopmentRegion</key>
6
+ <string>en</string>
7
+ <key>CFBundleExecutable</key>
8
+ <string>$(EXECUTABLE_NAME)</string>
9
+ <key>CFBundleIdentifier</key>
10
+ <string>com.schukin.$(PRODUCT_NAME:rfc1034identifier)</string>
11
+ <key>CFBundleInfoDictionaryVersion</key>
12
+ <string>6.0</string>
13
+ <key>CFBundleName</key>
14
+ <string>$(PRODUCT_NAME)</string>
15
+ <key>CFBundlePackageType</key>
16
+ <string>BNDL</string>
17
+ <key>CFBundleShortVersionString</key>
18
+ <string>1.0</string>
19
+ <key>CFBundleSignature</key>
20
+ <string>????</string>
21
+ <key>CFBundleVersion</key>
22
+ <string>1</string>
23
+ </dict>
24
+ </plist>
@@ -0,0 +1,15 @@
1
+ require 'Xcodeproj'
2
+
3
+ class Xcodeproj::Project
4
+ def subproject_refs
5
+ subproject_refs = self.objects.select do |object|
6
+ (object.is_a?(Xcodeproj::Project::Object::PBXFileReference) and object.to_s.downcase.include? 'xcodeproj')
7
+ end
8
+
9
+ return subproject_refs
10
+ end
11
+
12
+ def subprojects
13
+ self.subproject_refs.map { |ref| Xcodeproj::Project.open(ref.real_path) }
14
+ end
15
+ end
@@ -0,0 +1,2 @@
1
+ require "xcbuildfaster/project_modifier"
2
+ require "xcbuildfaster/version"
@@ -0,0 +1,84 @@
1
+ require "ext/xcodeproj"
2
+
3
+ module XCBuildFaster
4
+ class ProjectModifier
5
+ # root_project_path
6
+ def initialize(root_project_path, ignored_subprojects =[])
7
+ @root_project = Xcodeproj::Project.open(root_project_path)
8
+ @ignored_subprojects = ignored_subprojects
9
+ end
10
+
11
+ def go!
12
+ puts "Modifying project: #{@root_project}"
13
+
14
+ if @ignored_subprojects.count > 0
15
+ puts "Ignoring subprojects: #{@ignored_subprojects}"
16
+ end
17
+
18
+ recursively_fastify(@root_project)
19
+
20
+ puts "\nProject(s) successfully modified."
21
+ puts "WARNING: Modified projects have had build phases removed & build settings changed. You probably don't want to commit any of these changes."
22
+ end
23
+
24
+ private
25
+ def fastify(project)
26
+ project.targets.each do |target|
27
+ scripts = target.shell_script_build_phases
28
+ target.shell_script_build_phases.each do |shell_script_build_phase|
29
+ shell_script_build_phase.shell_script = "# WARNING: Shell script removed via XCBuildFaster! You probably don't want to commit this."
30
+ end
31
+
32
+ target.build_configurations.each do |build_config|
33
+ static_analysis_keys = ['RUN_CLANG_STATIC_ANALYZER',
34
+ 'CLANG_ANALYZER_DEADCODE_DEADSTORES',
35
+ 'CLANG_ANALYZER_GCD',
36
+ 'CLANG_ANALYZER_MEMORY_MANAGEMENT',
37
+ 'CLANG_ANALYZER_OBJC_ATSYNC',
38
+ 'CLANG_ANALYZER_OBJC_COLLECTIONS',
39
+ 'CLANG_ANALYZER_OBJC_INCOMP_METHOD_TYPES',
40
+ 'CLANG_ANALYZER_OBJC_NSCFERROR',
41
+ 'CLANG_ANALYZER_OBJC_RETAIN_COUNT',
42
+ 'CLANG_ANALYZER_OBJC_SELF_INIT',
43
+ 'CLANG_ANALYZER_OBJC_UNUSED_IVARS',
44
+ 'CLANG_ANALYZER_SECURITY_INSECUREAPI_GETPW_GETS',
45
+ 'CLANG_ANALYZER_SECURITY_INSECUREAPI_MKSTEMP',
46
+ 'CLANG_ANALYZER_SECURITY_INSECUREAPI_UNCHECKEDRETURN',
47
+ 'CLANG_ANALYZER_SECURITY_INSECUREAPI_VFORK',
48
+ 'CLANG_ANALYZER_SECURITY_KEYCHAIN_API']
49
+
50
+ static_analysis_keys.each do |key|
51
+ build_config.build_settings[key] = 'NO'
52
+ end
53
+
54
+ # Don't generate dSYM files
55
+ build_config.build_settings['DEBUG_INFORMATION_FORMAT'] = 'dwarf'
56
+ end
57
+ end
58
+
59
+ project.save
60
+ end
61
+
62
+ def recursively_fastify(project)
63
+ if should_be_ignored?(project)
64
+ puts "Ignoring: #{project}"
65
+ return
66
+ end
67
+
68
+ fastify(project)
69
+ puts "Successfully modified: #{project}"
70
+
71
+ project.subprojects.each do |subproject|
72
+ begin
73
+ recursively_fastify(subproject)
74
+ rescue
75
+ puts "Could not recursively_fastify #{subproject}"
76
+ end
77
+ end
78
+ end
79
+
80
+ def should_be_ignored?(project)
81
+ return @ignored_subprojects.any? { |ignored| project.to_s.include? ignored }
82
+ end
83
+ end
84
+ end