|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 51; |
| 6 | + objectVersion = 50; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
30 | 30 | 50DC4EA22189A7B200DF7253 /* AuthorsOverviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50DC4EA12189A7B200DF7253 /* AuthorsOverviewViewController.swift */; };
|
31 | 31 | 50DC4EA42189AB9200DF7253 /* AuthorEditingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50DC4EA32189AB9200DF7253 /* AuthorEditingViewController.swift */; };
|
32 | 32 | 50DC4EA82189B92400DF7253 /* AuthorCreationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50DC4EA72189B92400DF7253 /* AuthorCreationViewController.swift */; };
|
33 |
| - CB92D5BA675B8E1D824A3EFC /* Pods_NotesExample_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 022B2A063F61ABB1BA3A05B2 /* Pods_NotesExample_iOS.framework */; }; |
34 |
| - FCB054DFF31FB988F198A270 /* Pods_NotesExample_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F9163496740AA74B1B9F500 /* Pods_NotesExample_macOS.framework */; }; |
35 | 33 | /* End PBXBuildFile section */
|
36 | 34 |
|
37 | 35 | /* Begin PBXFileReference section */
|
38 |
| - 022B2A063F61ABB1BA3A05B2 /* Pods_NotesExample_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NotesExample_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 36 | 5039EC9D2181DA350095204F /* NotesExample-macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "NotesExample-macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
40 | 37 | 5039EC9F2181DA350095204F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
41 | 38 | 5039ECA12181DA350095204F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
64 | 61 | 50DC4EA32189AB9200DF7253 /* AuthorEditingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorEditingViewController.swift; sourceTree = "<group>"; };
|
65 | 62 | 50DC4EA72189B92400DF7253 /* AuthorCreationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthorCreationViewController.swift; sourceTree = "<group>"; };
|
66 | 63 | 5571FBE121A5729000B2073D /* NotesExample-macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "NotesExample-macOS.entitlements"; sourceTree = "<group>"; };
|
67 |
| - 9F9163496740AA74B1B9F500 /* Pods_NotesExample_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NotesExample_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
68 | 64 | /* End PBXFileReference section */
|
69 | 65 |
|
70 | 66 | /* Begin PBXFrameworksBuildPhase section */
|
71 | 67 | 5039EC9A2181DA350095204F /* Frameworks */ = {
|
72 | 68 | isa = PBXFrameworksBuildPhase;
|
73 | 69 | buildActionMask = 2147483647;
|
74 | 70 | files = (
|
75 |
| - FCB054DFF31FB988F198A270 /* Pods_NotesExample_macOS.framework in Frameworks */, |
76 | 71 | );
|
77 | 72 | runOnlyForDeploymentPostprocessing = 0;
|
78 | 73 | };
|
79 | 74 | 5070AAE9218066C0002305F8 /* Frameworks */ = {
|
80 | 75 | isa = PBXFrameworksBuildPhase;
|
81 | 76 | buildActionMask = 2147483647;
|
82 | 77 | files = (
|
83 |
| - CB92D5BA675B8E1D824A3EFC /* Pods_NotesExample_iOS.framework in Frameworks */, |
84 | 78 | );
|
85 | 79 | runOnlyForDeploymentPostprocessing = 0;
|
86 | 80 | };
|
|
90 | 84 | 3DABC3C80306D2BD07D4938C /* Frameworks */ = {
|
91 | 85 | isa = PBXGroup;
|
92 | 86 | children = (
|
93 |
| - 022B2A063F61ABB1BA3A05B2 /* Pods_NotesExample_iOS.framework */, |
94 |
| - 9F9163496740AA74B1B9F500 /* Pods_NotesExample_macOS.framework */, |
95 | 87 | );
|
96 | 88 | name = Frameworks;
|
97 | 89 | sourceTree = "<group>";
|
|
170 | 162 | isa = PBXNativeTarget;
|
171 | 163 | buildConfigurationList = 5039ECAA2181DA360095204F /* Build configuration list for PBXNativeTarget "NotesExample-macOS" */;
|
172 | 164 | buildPhases = (
|
173 |
| - 31490094811CB81E2781E223 /* [CP] Check Pods Manifest.lock */, |
174 | 165 | 5039EC992181DA350095204F /* Sources */,
|
175 | 166 | 5039EC9A2181DA350095204F /* Frameworks */,
|
176 | 167 | 5039EC9B2181DA350095204F /* Resources */,
|
177 |
| - 76FA826EA52D0B00B391844E /* [CP] Embed Pods Frameworks */, |
178 | 168 | );
|
179 | 169 | buildRules = (
|
180 | 170 | );
|
|
189 | 179 | isa = PBXNativeTarget;
|
190 | 180 | buildConfigurationList = 5070AB00218066C1002305F8 /* Build configuration list for PBXNativeTarget "NotesExample-iOS" */;
|
191 | 181 | buildPhases = (
|
192 |
| - 9BA7975165E82DD07F3F0ACE /* [CP] Check Pods Manifest.lock */, |
193 | 182 | 5070AAE8218066C0002305F8 /* Sources */,
|
194 | 183 | 5070AAE9218066C0002305F8 /* Frameworks */,
|
195 | 184 | 5070AAEA218066C0002305F8 /* Resources */,
|
196 |
| - 458D4D90FE540C2DE14D34D0 /* [CP] Embed Pods Frameworks */, |
197 | 185 | );
|
198 | 186 | buildRules = (
|
199 | 187 | );
|
|
269 | 257 | };
|
270 | 258 | /* End PBXResourcesBuildPhase section */
|
271 | 259 |
|
272 |
| -/* Begin PBXShellScriptBuildPhase section */ |
273 |
| - 31490094811CB81E2781E223 /* [CP] Check Pods Manifest.lock */ = { |
274 |
| - isa = PBXShellScriptBuildPhase; |
275 |
| - buildActionMask = 2147483647; |
276 |
| - files = ( |
277 |
| - ); |
278 |
| - inputFileListPaths = ( |
279 |
| - ); |
280 |
| - inputPaths = ( |
281 |
| - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
282 |
| - "${PODS_ROOT}/Manifest.lock", |
283 |
| - ); |
284 |
| - name = "[CP] Check Pods Manifest.lock"; |
285 |
| - outputFileListPaths = ( |
286 |
| - ); |
287 |
| - outputPaths = ( |
288 |
| - "$(DERIVED_FILE_DIR)/Pods-NotesExample-macOS-checkManifestLockResult.txt", |
289 |
| - ); |
290 |
| - runOnlyForDeploymentPostprocessing = 0; |
291 |
| - shellPath = /bin/sh; |
292 |
| - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
293 |
| - showEnvVarsInLog = 0; |
294 |
| - }; |
295 |
| - 458D4D90FE540C2DE14D34D0 /* [CP] Embed Pods Frameworks */ = { |
296 |
| - isa = PBXShellScriptBuildPhase; |
297 |
| - buildActionMask = 2147483647; |
298 |
| - files = ( |
299 |
| - ); |
300 |
| - inputFileListPaths = ( |
301 |
| - ); |
302 |
| - inputPaths = ( |
303 |
| - "${PODS_ROOT}/Target Support Files/Pods-NotesExample-iOS/Pods-NotesExample-iOS-frameworks.sh", |
304 |
| - "${PODS_ROOT}/ObjectBox/Carthage/Build/iOS/ObjectBox.framework", |
305 |
| - ); |
306 |
| - name = "[CP] Embed Pods Frameworks"; |
307 |
| - outputFileListPaths = ( |
308 |
| - ); |
309 |
| - outputPaths = ( |
310 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectBox.framework", |
311 |
| - ); |
312 |
| - runOnlyForDeploymentPostprocessing = 0; |
313 |
| - shellPath = /bin/sh; |
314 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NotesExample-iOS/Pods-NotesExample-iOS-frameworks.sh\"\n"; |
315 |
| - showEnvVarsInLog = 0; |
316 |
| - }; |
317 |
| - 76FA826EA52D0B00B391844E /* [CP] Embed Pods Frameworks */ = { |
318 |
| - isa = PBXShellScriptBuildPhase; |
319 |
| - buildActionMask = 2147483647; |
320 |
| - files = ( |
321 |
| - ); |
322 |
| - inputFileListPaths = ( |
323 |
| - ); |
324 |
| - inputPaths = ( |
325 |
| - "${PODS_ROOT}/Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS-frameworks.sh", |
326 |
| - "${PODS_ROOT}/ObjectBox/Carthage/Build/Mac/ObjectBox.framework", |
327 |
| - ); |
328 |
| - name = "[CP] Embed Pods Frameworks"; |
329 |
| - outputFileListPaths = ( |
330 |
| - ); |
331 |
| - outputPaths = ( |
332 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectBox.framework", |
333 |
| - ); |
334 |
| - runOnlyForDeploymentPostprocessing = 0; |
335 |
| - shellPath = /bin/sh; |
336 |
| - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NotesExample-macOS/Pods-NotesExample-macOS-frameworks.sh\"\n"; |
337 |
| - showEnvVarsInLog = 0; |
338 |
| - }; |
339 |
| - 9BA7975165E82DD07F3F0ACE /* [CP] Check Pods Manifest.lock */ = { |
340 |
| - isa = PBXShellScriptBuildPhase; |
341 |
| - buildActionMask = 2147483647; |
342 |
| - files = ( |
343 |
| - ); |
344 |
| - inputFileListPaths = ( |
345 |
| - ); |
346 |
| - inputPaths = ( |
347 |
| - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
348 |
| - "${PODS_ROOT}/Manifest.lock", |
349 |
| - ); |
350 |
| - name = "[CP] Check Pods Manifest.lock"; |
351 |
| - outputFileListPaths = ( |
352 |
| - ); |
353 |
| - outputPaths = ( |
354 |
| - "$(DERIVED_FILE_DIR)/Pods-NotesExample-iOS-checkManifestLockResult.txt", |
355 |
| - ); |
356 |
| - runOnlyForDeploymentPostprocessing = 0; |
357 |
| - shellPath = /bin/sh; |
358 |
| - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
359 |
| - showEnvVarsInLog = 0; |
360 |
| - }; |
361 |
| -/* End PBXShellScriptBuildPhase section */ |
362 |
| - |
363 | 260 | /* Begin PBXSourcesBuildPhase section */
|
364 | 261 | 5039EC992181DA350095204F /* Sources */ = {
|
365 | 262 | isa = PBXSourcesBuildPhase;
|
|
435 | 332 | "$(inherited)",
|
436 | 333 | "@executable_path/../Frameworks",
|
437 | 334 | );
|
438 |
| - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 335 | + MACOSX_DEPLOYMENT_TARGET = 10.13; |
439 | 336 | PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
|
440 | 337 | PRODUCT_NAME = "$(TARGET_NAME)";
|
441 | 338 | SDKROOT = macosx;
|
|
455 | 352 | "$(inherited)",
|
456 | 353 | "@executable_path/../Frameworks",
|
457 | 354 | );
|
458 |
| - MACOSX_DEPLOYMENT_TARGET = 10.10; |
| 355 | + MACOSX_DEPLOYMENT_TARGET = 10.13; |
459 | 356 | PRODUCT_BUNDLE_IDENTIFIER = "io.objectbox.NotesExample-macOS";
|
460 | 357 | PRODUCT_NAME = "$(TARGET_NAME)";
|
461 | 358 | SDKROOT = macosx;
|
|
0 commit comments