|
197 | 197 | 70647E9D259E3A9A004C1004 /* ParseType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70647E9B259E3A9A004C1004 /* ParseType.swift */; };
|
198 | 198 | 70647E9E259E3A9A004C1004 /* ParseType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70647E9B259E3A9A004C1004 /* ParseType.swift */; };
|
199 | 199 | 70647E9F259E3A9A004C1004 /* ParseType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70647E9B259E3A9A004C1004 /* ParseType.swift */; };
|
| 200 | + 70732C5A2606CCAD000CAB81 /* ParseObjectCustomObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70732C592606CCAD000CAB81 /* ParseObjectCustomObjectId.swift */; }; |
| 201 | + 70732C5B2606CCAD000CAB81 /* ParseObjectCustomObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70732C592606CCAD000CAB81 /* ParseObjectCustomObjectId.swift */; }; |
| 202 | + 70732C5C2606CCAD000CAB81 /* ParseObjectCustomObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70732C592606CCAD000CAB81 /* ParseObjectCustomObjectId.swift */; }; |
200 | 203 | 707A3BF125B0A4F0000D215C /* ParseAuthentication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707A3BF025B0A4F0000D215C /* ParseAuthentication.swift */; };
|
201 | 204 | 707A3BF225B0A4F0000D215C /* ParseAuthentication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707A3BF025B0A4F0000D215C /* ParseAuthentication.swift */; };
|
202 | 205 | 707A3BF325B0A4F0000D215C /* ParseAuthentication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 707A3BF025B0A4F0000D215C /* ParseAuthentication.swift */; };
|
|
599 | 602 | 705D950725BE4C08003EF6F8 /* SubscriptionCallback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionCallback.swift; sourceTree = "<group>"; };
|
600 | 603 | 70647E8D259E3375004C1004 /* LocallyIdentifiable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocallyIdentifiable.swift; sourceTree = "<group>"; };
|
601 | 604 | 70647E9B259E3A9A004C1004 /* ParseType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseType.swift; sourceTree = "<group>"; };
|
| 605 | + 70732C592606CCAD000CAB81 /* ParseObjectCustomObjectId.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseObjectCustomObjectId.swift; sourceTree = "<group>"; }; |
602 | 606 | 707A3BF025B0A4F0000D215C /* ParseAuthentication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseAuthentication.swift; sourceTree = "<group>"; };
|
603 | 607 | 707A3C1025B0A8E8000D215C /* ParseAnonymous.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseAnonymous.swift; sourceTree = "<group>"; };
|
604 | 608 | 707A3C1F25B14BCF000D215C /* ParseApple.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseApple.swift; sourceTree = "<group>"; };
|
|
830 | 834 | 7003963A25A288100052CB31 /* ParseLiveQueryTests.swift */,
|
831 | 835 | 70C7DC2024D20F190050419B /* ParseObjectBatchTests.swift */,
|
832 | 836 | 7044C1DE25C5C70D0011F6E7 /* ParseObjectCombine.swift */,
|
| 837 | + 70732C592606CCAD000CAB81 /* ParseObjectCustomObjectId.swift */, |
833 | 838 | 911DB13524C4FC100027F3C7 /* ParseObjectTests.swift */,
|
834 | 839 | 7044C1EB25C5CC930011F6E7 /* ParseOperationCombineTests.swift */,
|
835 | 840 | 70C5508425B4A68700B5DBC2 /* ParseOperationTests.swift */,
|
|
1660 | 1665 | 89899D772603CF66002E2043 /* ParseFacebookTests.swift in Sources */,
|
1661 | 1666 | 70386A4625D99C8B0048EC1B /* ParseLDAPTests.swift in Sources */,
|
1662 | 1667 | 911DB12E24C4837E0027F3C7 /* APICommandTests.swift in Sources */,
|
| 1668 | + 70732C5A2606CCAD000CAB81 /* ParseObjectCustomObjectId.swift in Sources */, |
1663 | 1669 | 911DB12C24C3F7720027F3C7 /* MockURLResponse.swift in Sources */,
|
1664 | 1670 | 7044C24325C5EA360011F6E7 /* ParseAppleCombineTests.swift in Sources */,
|
1665 | 1671 | 7044C1DF25C5C70D0011F6E7 /* ParseObjectCombine.swift in Sources */,
|
|
1810 | 1816 | 89899D822603CF67002E2043 /* ParseFacebookTests.swift in Sources */,
|
1811 | 1817 | 70386A4825D99C8B0048EC1B /* ParseLDAPTests.swift in Sources */,
|
1812 | 1818 | 709B984C2556ECAA00507778 /* APICommandTests.swift in Sources */,
|
| 1819 | + 70732C5C2606CCAD000CAB81 /* ParseObjectCustomObjectId.swift in Sources */, |
1813 | 1820 | 709B984D2556ECAA00507778 /* AnyDecodableTests.swift in Sources */,
|
1814 | 1821 | 7044C24525C5EA360011F6E7 /* ParseAppleCombineTests.swift in Sources */,
|
1815 | 1822 | 7044C1E125C5C70D0011F6E7 /* ParseObjectCombine.swift in Sources */,
|
|
1863 | 1870 | 89899D812603CF67002E2043 /* ParseFacebookTests.swift in Sources */,
|
1864 | 1871 | 70386A4725D99C8B0048EC1B /* ParseLDAPTests.swift in Sources */,
|
1865 | 1872 | 70F2E2B5254F283000B2EA5C /* ParseEncoderTests.swift in Sources */,
|
| 1873 | + 70732C5B2606CCAD000CAB81 /* ParseObjectCustomObjectId.swift in Sources */, |
1866 | 1874 | 70F2E2C2254F283000B2EA5C /* APICommandTests.swift in Sources */,
|
1867 | 1875 | 7044C24425C5EA360011F6E7 /* ParseAppleCombineTests.swift in Sources */,
|
1868 | 1876 | 7044C1E025C5C70D0011F6E7 /* ParseObjectCombine.swift in Sources */,
|
|
2313 | 2321 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2314 | 2322 | IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
2315 | 2323 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2316 |
| - MARKETING_VERSION = 1.2.1; |
| 2324 | + MARKETING_VERSION = 1.2.2; |
2317 | 2325 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
|
2318 | 2326 | PRODUCT_NAME = ParseSwift;
|
2319 | 2327 | SKIP_INSTALL = YES;
|
|
2337 | 2345 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2338 | 2346 | IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
2339 | 2347 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2340 |
| - MARKETING_VERSION = 1.2.1; |
| 2348 | + MARKETING_VERSION = 1.2.2; |
2341 | 2349 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
|
2342 | 2350 | PRODUCT_NAME = ParseSwift;
|
2343 | 2351 | SKIP_INSTALL = YES;
|
|
2403 | 2411 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2404 | 2412 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
2405 | 2413 | MACOSX_DEPLOYMENT_TARGET = 10.13;
|
2406 |
| - MARKETING_VERSION = 1.2.1; |
| 2414 | + MARKETING_VERSION = 1.2.2; |
2407 | 2415 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
|
2408 | 2416 | PRODUCT_NAME = ParseSwift;
|
2409 | 2417 | SDKROOT = macosx;
|
|
2429 | 2437 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2430 | 2438 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
2431 | 2439 | MACOSX_DEPLOYMENT_TARGET = 10.13;
|
2432 |
| - MARKETING_VERSION = 1.2.1; |
| 2440 | + MARKETING_VERSION = 1.2.2; |
2433 | 2441 | PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwift;
|
2434 | 2442 | PRODUCT_NAME = ParseSwift;
|
2435 | 2443 | SDKROOT = macosx;
|
|
2576 | 2584 | INFOPLIST_FILE = "ParseSwift-watchOS/Info.plist";
|
2577 | 2585 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2578 | 2586 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2579 |
| - MARKETING_VERSION = 1.2.1; |
| 2587 | + MARKETING_VERSION = 1.2.2; |
2580 | 2588 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
2581 | 2589 | MTL_FAST_MATH = YES;
|
2582 | 2590 | PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-watchOS";
|
|
2605 | 2613 | INFOPLIST_FILE = "ParseSwift-watchOS/Info.plist";
|
2606 | 2614 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2607 | 2615 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2608 |
| - MARKETING_VERSION = 1.2.1; |
| 2616 | + MARKETING_VERSION = 1.2.2; |
2609 | 2617 | MTL_FAST_MATH = YES;
|
2610 | 2618 | PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-watchOS";
|
2611 | 2619 | PRODUCT_NAME = ParseSwift;
|
|
2632 | 2640 | INFOPLIST_FILE = "ParseSwift-tvOS/Info.plist";
|
2633 | 2641 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2634 | 2642 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2635 |
| - MARKETING_VERSION = 1.2.1; |
| 2643 | + MARKETING_VERSION = 1.2.2; |
2636 | 2644 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
2637 | 2645 | MTL_FAST_MATH = YES;
|
2638 | 2646 | PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-tvOS";
|
|
2660 | 2668 | INFOPLIST_FILE = "ParseSwift-tvOS/Info.plist";
|
2661 | 2669 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
2662 | 2670 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
2663 |
| - MARKETING_VERSION = 1.2.1; |
| 2671 | + MARKETING_VERSION = 1.2.2; |
2664 | 2672 | MTL_FAST_MATH = YES;
|
2665 | 2673 | PRODUCT_BUNDLE_IDENTIFIER = "com.parse.ParseSwift-tvOS";
|
2666 | 2674 | PRODUCT_NAME = ParseSwift;
|
|
0 commit comments