|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 3E721AC71BF725A2008AF027 /* SwiftyTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E721AC61BF725A2008AF027 /* SwiftyTimer.swift */; }; |
| 11 | + 6E7E40931C84B2C60030CEBB /* SwiftyTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E7E40921C84B2970030CEBB /* SwiftyTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 12 | + 6E7E40941C84B2C70030CEBB /* SwiftyTimer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E7E40921C84B2970030CEBB /* SwiftyTimer.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
11 | 13 | /* End PBXBuildFile section */ |
12 | 14 |
|
13 | 15 | /* Begin PBXFileReference section */ |
14 | 16 | 3E721ABB1BF7255D008AF027 /* SwiftyTimer.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyTimer.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
15 | 17 | 3E721AC01BF7255D008AF027 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
16 | 18 | 3E721AC61BF725A2008AF027 /* SwiftyTimer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyTimer.swift; sourceTree = "<group>"; }; |
| 19 | + 6E7E408A1C84B1A20030CEBB /* SwiftyTimerMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyTimerMac.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 20 | + 6E7E40921C84B2970030CEBB /* SwiftyTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftyTimer.h; sourceTree = "<group>"; }; |
17 | 21 | /* End PBXFileReference section */ |
18 | 22 |
|
19 | 23 | /* Begin PBXFrameworksBuildPhase section */ |
|
24 | 28 | ); |
25 | 29 | runOnlyForDeploymentPostprocessing = 0; |
26 | 30 | }; |
| 31 | + 6E7E40861C84B1A20030CEBB /* Frameworks */ = { |
| 32 | + isa = PBXFrameworksBuildPhase; |
| 33 | + buildActionMask = 2147483647; |
| 34 | + files = ( |
| 35 | + ); |
| 36 | + runOnlyForDeploymentPostprocessing = 0; |
| 37 | + }; |
27 | 38 | /* End PBXFrameworksBuildPhase section */ |
28 | 39 |
|
29 | 40 | /* Begin PBXGroup section */ |
|
39 | 50 | isa = PBXGroup; |
40 | 51 | children = ( |
41 | 52 | 3E721ABB1BF7255D008AF027 /* SwiftyTimer.framework */, |
| 53 | + 6E7E408A1C84B1A20030CEBB /* SwiftyTimerMac.framework */, |
42 | 54 | ); |
43 | 55 | name = Products; |
44 | 56 | sourceTree = "<group>"; |
|
48 | 60 | children = ( |
49 | 61 | 3E721AC61BF725A2008AF027 /* SwiftyTimer.swift */, |
50 | 62 | 3E721AC01BF7255D008AF027 /* Info.plist */, |
| 63 | + 6E7E40921C84B2970030CEBB /* SwiftyTimer.h */, |
51 | 64 | ); |
52 | 65 | name = SwiftyTimer; |
53 | 66 | path = Src; |
|
60 | 73 | isa = PBXHeadersBuildPhase; |
61 | 74 | buildActionMask = 2147483647; |
62 | 75 | files = ( |
| 76 | + 6E7E40931C84B2C60030CEBB /* SwiftyTimer.h in Headers */, |
| 77 | + ); |
| 78 | + runOnlyForDeploymentPostprocessing = 0; |
| 79 | + }; |
| 80 | + 6E7E40871C84B1A20030CEBB /* Headers */ = { |
| 81 | + isa = PBXHeadersBuildPhase; |
| 82 | + buildActionMask = 2147483647; |
| 83 | + files = ( |
| 84 | + 6E7E40941C84B2C70030CEBB /* SwiftyTimer.h in Headers */, |
63 | 85 | ); |
64 | 86 | runOnlyForDeploymentPostprocessing = 0; |
65 | 87 | }; |
|
84 | 106 | productReference = 3E721ABB1BF7255D008AF027 /* SwiftyTimer.framework */; |
85 | 107 | productType = "com.apple.product-type.framework"; |
86 | 108 | }; |
| 109 | + 6E7E40891C84B1A20030CEBB /* SwiftyTimerMac */ = { |
| 110 | + isa = PBXNativeTarget; |
| 111 | + buildConfigurationList = 6E7E408F1C84B1A20030CEBB /* Build configuration list for PBXNativeTarget "SwiftyTimerMac" */; |
| 112 | + buildPhases = ( |
| 113 | + 6E7E40851C84B1A20030CEBB /* Sources */, |
| 114 | + 6E7E40861C84B1A20030CEBB /* Frameworks */, |
| 115 | + 6E7E40871C84B1A20030CEBB /* Headers */, |
| 116 | + 6E7E40881C84B1A20030CEBB /* Resources */, |
| 117 | + ); |
| 118 | + buildRules = ( |
| 119 | + ); |
| 120 | + dependencies = ( |
| 121 | + ); |
| 122 | + name = SwiftyTimerMac; |
| 123 | + productName = SwiftyTimerMac; |
| 124 | + productReference = 6E7E408A1C84B1A20030CEBB /* SwiftyTimerMac.framework */; |
| 125 | + productType = "com.apple.product-type.framework"; |
| 126 | + }; |
87 | 127 | /* End PBXNativeTarget section */ |
88 | 128 |
|
89 | 129 | /* Begin PBXProject section */ |
|
96 | 136 | 3E721ABA1BF7255D008AF027 = { |
97 | 137 | CreatedOnToolsVersion = 7.1; |
98 | 138 | }; |
| 139 | + 6E7E40891C84B1A20030CEBB = { |
| 140 | + CreatedOnToolsVersion = 7.2; |
| 141 | + }; |
99 | 142 | }; |
100 | 143 | }; |
101 | 144 | buildConfigurationList = 3E721AB51BF7255C008AF027 /* Build configuration list for PBXProject "SwiftyTimer" */; |
|
111 | 154 | projectRoot = ""; |
112 | 155 | targets = ( |
113 | 156 | 3E721ABA1BF7255D008AF027 /* SwiftyTimer */, |
| 157 | + 6E7E40891C84B1A20030CEBB /* SwiftyTimerMac */, |
114 | 158 | ); |
115 | 159 | }; |
116 | 160 | /* End PBXProject section */ |
|
123 | 167 | ); |
124 | 168 | runOnlyForDeploymentPostprocessing = 0; |
125 | 169 | }; |
| 170 | + 6E7E40881C84B1A20030CEBB /* Resources */ = { |
| 171 | + isa = PBXResourcesBuildPhase; |
| 172 | + buildActionMask = 2147483647; |
| 173 | + files = ( |
| 174 | + ); |
| 175 | + runOnlyForDeploymentPostprocessing = 0; |
| 176 | + }; |
126 | 177 | /* End PBXResourcesBuildPhase section */ |
127 | 178 |
|
128 | 179 | /* Begin PBXSourcesBuildPhase section */ |
|
134 | 185 | ); |
135 | 186 | runOnlyForDeploymentPostprocessing = 0; |
136 | 187 | }; |
| 188 | + 6E7E40851C84B1A20030CEBB /* Sources */ = { |
| 189 | + isa = PBXSourcesBuildPhase; |
| 190 | + buildActionMask = 2147483647; |
| 191 | + files = ( |
| 192 | + ); |
| 193 | + runOnlyForDeploymentPostprocessing = 0; |
| 194 | + }; |
137 | 195 | /* End PBXSourcesBuildPhase section */ |
138 | 196 |
|
139 | 197 | /* Begin XCBuildConfiguration section */ |
|
175 | 233 | GCC_WARN_UNUSED_FUNCTION = YES; |
176 | 234 | GCC_WARN_UNUSED_VARIABLE = YES; |
177 | 235 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 236 | + MACOSX_DEPLOYMENT_TARGET = 10.9; |
178 | 237 | MTL_ENABLE_DEBUG_INFO = YES; |
179 | 238 | ONLY_ACTIVE_ARCH = YES; |
180 | 239 | SDKROOT = iphoneos; |
|
217 | 276 | GCC_WARN_UNUSED_FUNCTION = YES; |
218 | 277 | GCC_WARN_UNUSED_VARIABLE = YES; |
219 | 278 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 279 | + MACOSX_DEPLOYMENT_TARGET = 10.9; |
220 | 280 | MTL_ENABLE_DEBUG_INFO = NO; |
221 | 281 | SDKROOT = iphoneos; |
222 | 282 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
263 | 323 | }; |
264 | 324 | name = Release; |
265 | 325 | }; |
| 326 | + 6E7E40901C84B1A20030CEBB /* Debug */ = { |
| 327 | + isa = XCBuildConfiguration; |
| 328 | + buildSettings = { |
| 329 | + CODE_SIGN_IDENTITY = "-"; |
| 330 | + COMBINE_HIDPI_IMAGES = YES; |
| 331 | + DEFINES_MODULE = YES; |
| 332 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 333 | + DYLIB_CURRENT_VERSION = 1; |
| 334 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 335 | + FRAMEWORK_VERSION = A; |
| 336 | + INFOPLIST_FILE = "$(SRCROOT)/Src/Info.plist"; |
| 337 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 338 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; |
| 339 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 340 | + PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimerMac; |
| 341 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 342 | + SDKROOT = macosx; |
| 343 | + SKIP_INSTALL = YES; |
| 344 | + }; |
| 345 | + name = Debug; |
| 346 | + }; |
| 347 | + 6E7E40911C84B1A20030CEBB /* Release */ = { |
| 348 | + isa = XCBuildConfiguration; |
| 349 | + buildSettings = { |
| 350 | + CODE_SIGN_IDENTITY = "-"; |
| 351 | + COMBINE_HIDPI_IMAGES = YES; |
| 352 | + DEFINES_MODULE = YES; |
| 353 | + DYLIB_COMPATIBILITY_VERSION = 1; |
| 354 | + DYLIB_CURRENT_VERSION = 1; |
| 355 | + DYLIB_INSTALL_NAME_BASE = "@rpath"; |
| 356 | + FRAMEWORK_VERSION = A; |
| 357 | + INFOPLIST_FILE = "$(SRCROOT)/Src/Info.plist"; |
| 358 | + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
| 359 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; |
| 360 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 361 | + PRODUCT_BUNDLE_IDENTIFIER = io.radex.SwiftyTimerMac; |
| 362 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 363 | + SDKROOT = macosx; |
| 364 | + SKIP_INSTALL = YES; |
| 365 | + }; |
| 366 | + name = Release; |
| 367 | + }; |
266 | 368 | /* End XCBuildConfiguration section */ |
267 | 369 |
|
268 | 370 | /* Begin XCConfigurationList section */ |
|
284 | 386 | defaultConfigurationIsVisible = 0; |
285 | 387 | defaultConfigurationName = Release; |
286 | 388 | }; |
| 389 | + 6E7E408F1C84B1A20030CEBB /* Build configuration list for PBXNativeTarget "SwiftyTimerMac" */ = { |
| 390 | + isa = XCConfigurationList; |
| 391 | + buildConfigurations = ( |
| 392 | + 6E7E40901C84B1A20030CEBB /* Debug */, |
| 393 | + 6E7E40911C84B1A20030CEBB /* Release */, |
| 394 | + ); |
| 395 | + defaultConfigurationIsVisible = 0; |
| 396 | + }; |
287 | 397 | /* End XCConfigurationList section */ |
288 | 398 | }; |
289 | 399 | rootObject = 3E721AB21BF7255C008AF027 /* Project object */; |
|
0 commit comments