|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 275BCA2D1C57C50A00FF3647 /* ActivityIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 275BCA2C1C57C50A00FF3647 /* ActivityIndicator.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | | - 275BCA341C57C50A00FF3647 /* ActivityIndicator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */; }; |
12 | | - 275BCA391C57C50A00FF3647 /* ActivityIndicatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA381C57C50A00FF3647 /* ActivityIndicatorTests.swift */; }; |
13 | | - 275BCA441C57C56900FF3647 /* ActivityIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA431C57C56900FF3647 /* ActivityIndicator.swift */; }; |
| 10 | + 275BCA2D1C57C50A00FF3647 /* Spinner.h in Headers */ = {isa = PBXBuildFile; fileRef = 275BCA2C1C57C50A00FF3647 /* Spinner.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 11 | + 275BCA341C57C50A00FF3647 /* Spinner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 275BCA291C57C50A00FF3647 /* Spinner.framework */; }; |
| 12 | + 275BCA391C57C50A00FF3647 /* SpinnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA381C57C50A00FF3647 /* SpinnerTests.swift */; }; |
| 13 | + 275BCA441C57C56900FF3647 /* Spinner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275BCA431C57C56900FF3647 /* Spinner.swift */; }; |
14 | 14 | /* End PBXBuildFile section */ |
15 | 15 |
|
16 | 16 | /* Begin PBXContainerItemProxy section */ |
|
24 | 24 | /* End PBXContainerItemProxy section */ |
25 | 25 |
|
26 | 26 | /* Begin PBXFileReference section */ |
27 | | - 275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ActivityIndicator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
28 | | - 275BCA2C1C57C50A00FF3647 /* ActivityIndicator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActivityIndicator.h; sourceTree = "<group>"; }; |
| 27 | + 275BCA291C57C50A00FF3647 /* Spinner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Spinner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 28 | + 275BCA2C1C57C50A00FF3647 /* Spinner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Spinner.h; sourceTree = "<group>"; }; |
29 | 29 | 275BCA2E1C57C50A00FF3647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
30 | | - 275BCA331C57C50A00FF3647 /* ActivityIndicatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ActivityIndicatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | | - 275BCA381C57C50A00FF3647 /* ActivityIndicatorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityIndicatorTests.swift; sourceTree = "<group>"; }; |
| 30 | + 275BCA331C57C50A00FF3647 /* Spinner.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Spinner.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 31 | + 275BCA381C57C50A00FF3647 /* SpinnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpinnerTests.swift; sourceTree = "<group>"; }; |
32 | 32 | 275BCA3A1C57C50A00FF3647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
33 | | - 275BCA431C57C56900FF3647 /* ActivityIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivityIndicator.swift; sourceTree = "<group>"; }; |
| 33 | + 275BCA431C57C56900FF3647 /* Spinner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Spinner.swift; sourceTree = "<group>"; }; |
34 | 34 | /* End PBXFileReference section */ |
35 | 35 |
|
36 | 36 | /* Begin PBXFrameworksBuildPhase section */ |
|
45 | 45 | isa = PBXFrameworksBuildPhase; |
46 | 46 | buildActionMask = 2147483647; |
47 | 47 | files = ( |
48 | | - 275BCA341C57C50A00FF3647 /* ActivityIndicator.framework in Frameworks */, |
| 48 | + 275BCA341C57C50A00FF3647 /* Spinner.framework in Frameworks */, |
49 | 49 | ); |
50 | 50 | runOnlyForDeploymentPostprocessing = 0; |
51 | 51 | }; |
|
55 | 55 | 275BCA1F1C57C50A00FF3647 = { |
56 | 56 | isa = PBXGroup; |
57 | 57 | children = ( |
58 | | - 275BCA2B1C57C50A00FF3647 /* ActivityIndicator */, |
59 | | - 275BCA371C57C50A00FF3647 /* ActivityIndicatorTests */, |
| 58 | + 275BCA2B1C57C50A00FF3647 /* Spinner */, |
| 59 | + 275BCA371C57C50A00FF3647 /* SpinnerTests */, |
60 | 60 | 275BCA2A1C57C50A00FF3647 /* Products */, |
61 | 61 | ); |
62 | 62 | sourceTree = "<group>"; |
63 | 63 | }; |
64 | 64 | 275BCA2A1C57C50A00FF3647 /* Products */ = { |
65 | 65 | isa = PBXGroup; |
66 | 66 | children = ( |
67 | | - 275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */, |
68 | | - 275BCA331C57C50A00FF3647 /* ActivityIndicatorTests.xctest */, |
| 67 | + 275BCA291C57C50A00FF3647 /* Spinner.framework */, |
| 68 | + 275BCA331C57C50A00FF3647 /* Spinner.xctest */, |
69 | 69 | ); |
70 | 70 | name = Products; |
71 | 71 | sourceTree = "<group>"; |
72 | 72 | }; |
73 | | - 275BCA2B1C57C50A00FF3647 /* ActivityIndicator */ = { |
| 73 | + 275BCA2B1C57C50A00FF3647 /* Spinner */ = { |
74 | 74 | isa = PBXGroup; |
75 | 75 | children = ( |
76 | | - 275BCA431C57C56900FF3647 /* ActivityIndicator.swift */, |
77 | | - 275BCA2C1C57C50A00FF3647 /* ActivityIndicator.h */, |
| 76 | + 275BCA431C57C56900FF3647 /* Spinner.swift */, |
| 77 | + 275BCA2C1C57C50A00FF3647 /* Spinner.h */, |
78 | 78 | 275BCA2E1C57C50A00FF3647 /* Info.plist */, |
79 | 79 | ); |
80 | | - path = ActivityIndicator; |
| 80 | + path = Spinner; |
81 | 81 | sourceTree = "<group>"; |
82 | 82 | }; |
83 | | - 275BCA371C57C50A00FF3647 /* ActivityIndicatorTests */ = { |
| 83 | + 275BCA371C57C50A00FF3647 /* SpinnerTests */ = { |
84 | 84 | isa = PBXGroup; |
85 | 85 | children = ( |
86 | | - 275BCA381C57C50A00FF3647 /* ActivityIndicatorTests.swift */, |
| 86 | + 275BCA381C57C50A00FF3647 /* SpinnerTests.swift */, |
87 | 87 | 275BCA3A1C57C50A00FF3647 /* Info.plist */, |
88 | 88 | ); |
89 | | - path = ActivityIndicatorTests; |
| 89 | + path = SpinnerTests; |
90 | 90 | sourceTree = "<group>"; |
91 | 91 | }; |
92 | 92 | /* End PBXGroup section */ |
|
96 | 96 | isa = PBXHeadersBuildPhase; |
97 | 97 | buildActionMask = 2147483647; |
98 | 98 | files = ( |
99 | | - 275BCA2D1C57C50A00FF3647 /* ActivityIndicator.h in Headers */, |
| 99 | + 275BCA2D1C57C50A00FF3647 /* Spinner.h in Headers */, |
100 | 100 | ); |
101 | 101 | runOnlyForDeploymentPostprocessing = 0; |
102 | 102 | }; |
103 | 103 | /* End PBXHeadersBuildPhase section */ |
104 | 104 |
|
105 | 105 | /* Begin PBXNativeTarget section */ |
106 | | - 275BCA281C57C50A00FF3647 /* ActivityIndicator */ = { |
| 106 | + 275BCA281C57C50A00FF3647 /* Spinner */ = { |
107 | 107 | isa = PBXNativeTarget; |
108 | | - buildConfigurationList = 275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicator" */; |
| 108 | + buildConfigurationList = 275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "Spinner" */; |
109 | 109 | buildPhases = ( |
110 | 110 | 275BCA241C57C50A00FF3647 /* Sources */, |
111 | 111 | 275BCA251C57C50A00FF3647 /* Frameworks */, |
|
116 | 116 | ); |
117 | 117 | dependencies = ( |
118 | 118 | ); |
119 | | - name = ActivityIndicator; |
| 119 | + name = Spinner; |
120 | 120 | productName = ActivityIndicator; |
121 | | - productReference = 275BCA291C57C50A00FF3647 /* ActivityIndicator.framework */; |
| 121 | + productReference = 275BCA291C57C50A00FF3647 /* Spinner.framework */; |
122 | 122 | productType = "com.apple.product-type.framework"; |
123 | 123 | }; |
124 | | - 275BCA321C57C50A00FF3647 /* ActivityIndicatorTests */ = { |
| 124 | + 275BCA321C57C50A00FF3647 /* SpinnerTests */ = { |
125 | 125 | isa = PBXNativeTarget; |
126 | | - buildConfigurationList = 275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicatorTests" */; |
| 126 | + buildConfigurationList = 275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "SpinnerTests" */; |
127 | 127 | buildPhases = ( |
128 | 128 | 275BCA2F1C57C50A00FF3647 /* Sources */, |
129 | 129 | 275BCA301C57C50A00FF3647 /* Frameworks */, |
|
134 | 134 | dependencies = ( |
135 | 135 | 275BCA361C57C50A00FF3647 /* PBXTargetDependency */, |
136 | 136 | ); |
137 | | - name = ActivityIndicatorTests; |
| 137 | + name = SpinnerTests; |
138 | 138 | productName = ActivityIndicatorTests; |
139 | | - productReference = 275BCA331C57C50A00FF3647 /* ActivityIndicatorTests.xctest */; |
| 139 | + productReference = 275BCA331C57C50A00FF3647 /* Spinner.xctest */; |
140 | 140 | productType = "com.apple.product-type.bundle.unit-test"; |
141 | 141 | }; |
142 | 142 | /* End PBXNativeTarget section */ |
|
157 | 157 | }; |
158 | 158 | }; |
159 | 159 | }; |
160 | | - buildConfigurationList = 275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "ActivityIndicator" */; |
| 160 | + buildConfigurationList = 275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "Spinner" */; |
161 | 161 | compatibilityVersion = "Xcode 3.2"; |
162 | 162 | developmentRegion = English; |
163 | 163 | hasScannedForEncodings = 0; |
|
169 | 169 | projectDirPath = ""; |
170 | 170 | projectRoot = ""; |
171 | 171 | targets = ( |
172 | | - 275BCA281C57C50A00FF3647 /* ActivityIndicator */, |
173 | | - 275BCA321C57C50A00FF3647 /* ActivityIndicatorTests */, |
| 172 | + 275BCA281C57C50A00FF3647 /* Spinner */, |
| 173 | + 275BCA321C57C50A00FF3647 /* SpinnerTests */, |
174 | 174 | ); |
175 | 175 | }; |
176 | 176 | /* End PBXProject section */ |
|
197 | 197 | isa = PBXSourcesBuildPhase; |
198 | 198 | buildActionMask = 2147483647; |
199 | 199 | files = ( |
200 | | - 275BCA441C57C56900FF3647 /* ActivityIndicator.swift in Sources */, |
| 200 | + 275BCA441C57C56900FF3647 /* Spinner.swift in Sources */, |
201 | 201 | ); |
202 | 202 | runOnlyForDeploymentPostprocessing = 0; |
203 | 203 | }; |
204 | 204 | 275BCA2F1C57C50A00FF3647 /* Sources */ = { |
205 | 205 | isa = PBXSourcesBuildPhase; |
206 | 206 | buildActionMask = 2147483647; |
207 | 207 | files = ( |
208 | | - 275BCA391C57C50A00FF3647 /* ActivityIndicatorTests.swift in Sources */, |
| 208 | + 275BCA391C57C50A00FF3647 /* SpinnerTests.swift in Sources */, |
209 | 209 | ); |
210 | 210 | runOnlyForDeploymentPostprocessing = 0; |
211 | 211 | }; |
|
214 | 214 | /* Begin PBXTargetDependency section */ |
215 | 215 | 275BCA361C57C50A00FF3647 /* PBXTargetDependency */ = { |
216 | 216 | isa = PBXTargetDependency; |
217 | | - target = 275BCA281C57C50A00FF3647 /* ActivityIndicator */; |
| 217 | + target = 275BCA281C57C50A00FF3647 /* Spinner */; |
218 | 218 | targetProxy = 275BCA351C57C50A00FF3647 /* PBXContainerItemProxy */; |
219 | 219 | }; |
220 | 220 | /* End PBXTargetDependency section */ |
|
317 | 317 | DYLIB_COMPATIBILITY_VERSION = 1; |
318 | 318 | DYLIB_CURRENT_VERSION = 1; |
319 | 319 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
320 | | - INFOPLIST_FILE = ActivityIndicator/Info.plist; |
| 320 | + INFOPLIST_FILE = Spinner/Info.plist; |
321 | 321 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
322 | 322 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
323 | | - PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicator; |
324 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 323 | + PRODUCT_BUNDLE_IDENTIFIER = com.nodes.Spinner; |
| 324 | + PRODUCT_NAME = Spinner; |
325 | 325 | SKIP_INSTALL = YES; |
326 | 326 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
327 | 327 | }; |
|
335 | 335 | DYLIB_COMPATIBILITY_VERSION = 1; |
336 | 336 | DYLIB_CURRENT_VERSION = 1; |
337 | 337 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
338 | | - INFOPLIST_FILE = ActivityIndicator/Info.plist; |
| 338 | + INFOPLIST_FILE = Spinner/Info.plist; |
339 | 339 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
340 | 340 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
341 | | - PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicator; |
342 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 341 | + PRODUCT_BUNDLE_IDENTIFIER = com.nodes.Spinner; |
| 342 | + PRODUCT_NAME = Spinner; |
343 | 343 | SKIP_INSTALL = YES; |
344 | 344 | }; |
345 | 345 | name = Release; |
346 | 346 | }; |
347 | 347 | 275BCA411C57C50A00FF3647 /* Debug */ = { |
348 | 348 | isa = XCBuildConfiguration; |
349 | 349 | buildSettings = { |
350 | | - INFOPLIST_FILE = ActivityIndicatorTests/Info.plist; |
| 350 | + INFOPLIST_FILE = SpinnerTests/Info.plist; |
351 | 351 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
352 | 352 | PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicatorTests; |
353 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 353 | + PRODUCT_NAME = Spinner; |
354 | 354 | }; |
355 | 355 | name = Debug; |
356 | 356 | }; |
357 | 357 | 275BCA421C57C50A00FF3647 /* Release */ = { |
358 | 358 | isa = XCBuildConfiguration; |
359 | 359 | buildSettings = { |
360 | | - INFOPLIST_FILE = ActivityIndicatorTests/Info.plist; |
| 360 | + INFOPLIST_FILE = SpinnerTests/Info.plist; |
361 | 361 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
362 | 362 | PRODUCT_BUNDLE_IDENTIFIER = com.nodes.ActivityIndicatorTests; |
363 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 363 | + PRODUCT_NAME = Spinner; |
364 | 364 | }; |
365 | 365 | name = Release; |
366 | 366 | }; |
367 | 367 | /* End XCBuildConfiguration section */ |
368 | 368 |
|
369 | 369 | /* Begin XCConfigurationList section */ |
370 | | - 275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "ActivityIndicator" */ = { |
| 370 | + 275BCA231C57C50A00FF3647 /* Build configuration list for PBXProject "Spinner" */ = { |
371 | 371 | isa = XCConfigurationList; |
372 | 372 | buildConfigurations = ( |
373 | 373 | 275BCA3B1C57C50A00FF3647 /* Debug */, |
|
376 | 376 | defaultConfigurationIsVisible = 0; |
377 | 377 | defaultConfigurationName = Release; |
378 | 378 | }; |
379 | | - 275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicator" */ = { |
| 379 | + 275BCA3D1C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "Spinner" */ = { |
380 | 380 | isa = XCConfigurationList; |
381 | 381 | buildConfigurations = ( |
382 | 382 | 275BCA3E1C57C50A00FF3647 /* Debug */, |
|
385 | 385 | defaultConfigurationIsVisible = 0; |
386 | 386 | defaultConfigurationName = Release; |
387 | 387 | }; |
388 | | - 275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "ActivityIndicatorTests" */ = { |
| 388 | + 275BCA401C57C50A00FF3647 /* Build configuration list for PBXNativeTarget "SpinnerTests" */ = { |
389 | 389 | isa = XCConfigurationList; |
390 | 390 | buildConfigurations = ( |
391 | 391 | 275BCA411C57C50A00FF3647 /* Debug */, |
|
0 commit comments