|
20 | 20 | 01201AD31FC637BE00EB3593 /* CodePointAndInteractionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 01201AD21FC637BD00EB3593 /* CodePointAndInteractionTests.m */; };
|
21 | 21 | 01216C501EBBB53E0062BD0D /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01216C4F1EBBB53E0062BD0D /* RequestTests.swift */; };
|
22 | 22 | 0123005F20531698000EC3C3 /* ClauseTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0123005E20531698000EC3C3 /* ClauseTests.m */; };
|
| 23 | + 012B96C325118349008A56CC /* Apptentive.h in Headers */ = {isa = PBXBuildFile; fileRef = 012B96C22511832D008A56CC /* Apptentive.h */; }; |
23 | 24 | 012ED9292072F33F003D87F3 /* ApptentiveRetryPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 012ED9272072F33F003D87F3 /* ApptentiveRetryPolicy.h */; };
|
24 | 25 | 012ED92A2072F33F003D87F3 /* ApptentiveRetryPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012ED9282072F33F003D87F3 /* ApptentiveRetryPolicy.m */; };
|
25 | 26 | 012ED92C2072FABE003D87F3 /* RetryPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012ED92B2072FABE003D87F3 /* RetryPolicyTests.swift */; };
|
|
97 | 98 | 018FAFF01FC4B21A007C52FE /* ApptentiveComparisonClause.m in Sources */ = {isa = PBXBuildFile; fileRef = 018FAFEE1FC4B21A007C52FE /* ApptentiveComparisonClause.m */; };
|
98 | 99 | 01917D451E5E0B7400B37D82 /* ConversationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01917D441E5E0B7400B37D82 /* ConversationManagerTests.swift */; };
|
99 | 100 | 01A2CF9B1E49062800C2103A /* Apptentive.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01A2CF911E49062700C2103A /* Apptentive.framework */; };
|
100 |
| - 01A2CFA21E49062800C2103A /* Apptentive.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A2CF941E49062700C2103A /* Apptentive.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 101 | + 01A2CFA21E49062800C2103A /* ApptentiveMain.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A2CF941E49062700C2103A /* ApptentiveMain.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
101 | 102 | 01A2D0F81E490A9700C2103A /* Apptentive_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A2CFAB1E490A9600C2103A /* Apptentive_Private.h */; };
|
102 | 103 | 01A2D0F91E490A9700C2103A /* Apptentive.m in Sources */ = {isa = PBXBuildFile; fileRef = 01A2CFAC1E490A9700C2103A /* Apptentive.m */; };
|
103 | 104 | 01A2D0FA1E490A9700C2103A /* Apptentive.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 01A2CFAD1E490A9700C2103A /* Apptentive.storyboard */; };
|
|
462 | 463 | 01201AD21FC637BD00EB3593 /* CodePointAndInteractionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CodePointAndInteractionTests.m; sourceTree = "<group>"; };
|
463 | 464 | 01216C4F1EBBB53E0062BD0D /* RequestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestTests.swift; sourceTree = "<group>"; };
|
464 | 465 | 0123005E20531698000EC3C3 /* ClauseTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ClauseTests.m; sourceTree = "<group>"; };
|
| 466 | + 012B96C22511832D008A56CC /* Apptentive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Apptentive.h; sourceTree = "<group>"; }; |
465 | 467 | 012ED9272072F33F003D87F3 /* ApptentiveRetryPolicy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApptentiveRetryPolicy.h; sourceTree = "<group>"; };
|
466 | 468 | 012ED9282072F33F003D87F3 /* ApptentiveRetryPolicy.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ApptentiveRetryPolicy.m; sourceTree = "<group>"; };
|
467 | 469 | 012ED92B2072FABE003D87F3 /* RetryPolicyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RetryPolicyTests.swift; sourceTree = "<group>"; };
|
|
540 | 542 | 01917D431E5E0B7400B37D82 /* ApptentiveTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ApptentiveTests-Bridging-Header.h"; sourceTree = "<group>"; };
|
541 | 543 | 01917D441E5E0B7400B37D82 /* ConversationManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ConversationManagerTests.swift; sourceTree = "<group>"; };
|
542 | 544 | 01A2CF911E49062700C2103A /* Apptentive.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Apptentive.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
543 |
| - 01A2CF941E49062700C2103A /* Apptentive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Apptentive.h; sourceTree = "<group>"; }; |
| 545 | + 01A2CF941E49062700C2103A /* ApptentiveMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ApptentiveMain.h; sourceTree = "<group>"; }; |
544 | 546 | 01A2CF951E49062700C2103A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
545 | 547 | 01A2CF9A1E49062800C2103A /* ApptentiveTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ApptentiveTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
546 | 548 | 01A2CFA11E49062800C2103A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
1002 | 1004 | 01A2CF921E49062700C2103A /* Products */,
|
1003 | 1005 | );
|
1004 | 1006 | sourceTree = "<group>";
|
| 1007 | + usesTabs = 1; |
1005 | 1008 | };
|
1006 | 1009 | 01A2CF921E49062700C2103A /* Products */ = {
|
1007 | 1010 | isa = PBXGroup;
|
|
1015 | 1018 | 01A2CF931E49062700C2103A /* Apptentive */ = {
|
1016 | 1019 | isa = PBXGroup;
|
1017 | 1020 | children = (
|
| 1021 | + 012B96C22511832D008A56CC /* Apptentive.h */, |
1018 | 1022 | 0168B1AC24AAAFD1006EEF65 /* DebugLogging.cer */,
|
1019 | 1023 | EF3FE88720A226EE00A3C9C5 /* Apptimize */,
|
1020 | 1024 | 01A2CFB01E490A9700C2103A /* Custom Views */,
|
|
1028 | 1032 | 01A2D0CD1E490A9700C2103A /* Reachability */,
|
1029 | 1033 | 01A2D0D01E490A9700C2103A /* Surveys */,
|
1030 | 1034 | 01A2D0441E490A9700C2103A /* localization */,
|
1031 |
| - 01A2CF941E49062700C2103A /* Apptentive.h */, |
| 1035 | + 01A2CF941E49062700C2103A /* ApptentiveMain.h */, |
1032 | 1036 | 01A2CFAC1E490A9700C2103A /* Apptentive.m */,
|
1033 | 1037 | 01A2CFAD1E490A9700C2103A /* Apptentive.storyboard */,
|
1034 | 1038 | 01A2CFAE1E490A9700C2103A /* ApptentiveStyleSheet.h */,
|
|
1806 | 1810 | EF3063A91F2A8353004B4EB9 /* ApptentivePayloadDebug.h in Headers */,
|
1807 | 1811 | 01F1DFFC1E5BBFCB009AB3D2 /* ApptentiveConversationMetadataItem.h in Headers */,
|
1808 | 1812 | 01A2D1FA1E490A9700C2103A /* ApptentiveSurveyQuestionView.h in Headers */,
|
1809 |
| - 01A2CFA21E49062800C2103A /* Apptentive.h in Headers */, |
| 1813 | + 01A2CFA21E49062800C2103A /* ApptentiveMain.h in Headers */, |
1810 | 1814 | 01A2D18E1E490A9700C2103A /* ApptentiveMessageCenterContextMessageCell.h in Headers */,
|
1811 | 1815 | 01A2D1B41E490A9700C2103A /* ApptentiveLegacySurveyResponse.h in Headers */,
|
1812 | 1816 | 4D4B36241F01892A005C7EC0 /* ApptentiveEngagementBackend.h in Headers */,
|
|
1833 | 1837 | 01A2D1D01E490A9700C2103A /* ApptentiveSerialRequest.h in Headers */,
|
1834 | 1838 | 01A2D1D61E490A9700C2103A /* ApptentiveBackend.h in Headers */,
|
1835 | 1839 | 01A2D1411E490A9700C2103A /* ApptentiveVersion.h in Headers */,
|
| 1840 | + 012B96C325118349008A56CC /* Apptentive.h in Headers */, |
1836 | 1841 | EF49AC941EF2C50B00E2187F /* NSMutableData+Types.h in Headers */,
|
1837 | 1842 | 01A2D1271E490A9700C2103A /* ApptentiveEngagement.h in Headers */,
|
1838 | 1843 | 014508B11EAE5F71003326E7 /* ApptentiveClient.h in Headers */,
|
|
1973 | 1978 | 01A2CF881E49062700C2103A /* Project object */ = {
|
1974 | 1979 | isa = PBXProject;
|
1975 | 1980 | attributes = {
|
1976 |
| - LastUpgradeCheck = 0930; |
| 1981 | + LastSwiftUpdateCheck = 1200; |
| 1982 | + LastUpgradeCheck = 1200; |
1977 | 1983 | ORGANIZATIONNAME = "Apptentive, Inc.";
|
1978 | 1984 | TargetAttributes = {
|
1979 | 1985 | 01A2CF901E49062700C2103A = {
|
|
2402 | 2408 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
2403 | 2409 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
2404 | 2410 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 2411 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
2405 | 2412 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
2406 | 2413 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
2407 | 2414 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
2408 | 2415 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
2409 | 2416 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
2410 | 2417 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
2411 | 2418 | COPY_PHASE_STRIP = NO;
|
2412 |
| - CURRENT_PROJECT_VERSION = 43; |
| 2419 | + CURRENT_PROJECT_VERSION = 45; |
2413 | 2420 | DEBUG_INFORMATION_FORMAT = dwarf;
|
2414 | 2421 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
2415 | 2422 | ENABLE_TESTABILITY = YES;
|
|
2423 | 2430 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
2424 | 2431 | GCC_WARN_UNUSED_FUNCTION = YES;
|
2425 | 2432 | GCC_WARN_UNUSED_VARIABLE = YES;
|
2426 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 2433 | + IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
2427 | 2434 | MTL_ENABLE_DEBUG_INFO = YES;
|
2428 | 2435 | ONLY_ACTIVE_ARCH = YES;
|
2429 | 2436 | OTHER_LDFLAGS = "-ObjC";
|
|
2460 | 2467 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
2461 | 2468 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
2462 | 2469 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 2470 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
2463 | 2471 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
2464 | 2472 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
2465 | 2473 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
2466 | 2474 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
2467 | 2475 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
2468 | 2476 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
2469 | 2477 | COPY_PHASE_STRIP = NO;
|
2470 |
| - CURRENT_PROJECT_VERSION = 43; |
| 2478 | + CURRENT_PROJECT_VERSION = 45; |
2471 | 2479 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
2472 | 2480 | ENABLE_NS_ASSERTIONS = NO;
|
2473 | 2481 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
2479 | 2487 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
2480 | 2488 | GCC_WARN_UNUSED_FUNCTION = YES;
|
2481 | 2489 | GCC_WARN_UNUSED_VARIABLE = YES;
|
2482 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 2490 | + IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
2483 | 2491 | MTL_ENABLE_DEBUG_INFO = NO;
|
2484 | 2492 | OTHER_LDFLAGS = "-ObjC";
|
2485 | 2493 | SDKROOT = iphoneos;
|
|
2499 | 2507 | DEFINES_MODULE = YES;
|
2500 | 2508 | DEVELOPMENT_TEAM = 86WML2UN43;
|
2501 | 2509 | DYLIB_COMPATIBILITY_VERSION = 1;
|
2502 |
| - DYLIB_CURRENT_VERSION = 43; |
| 2510 | + DYLIB_CURRENT_VERSION = 45; |
2503 | 2511 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
2504 | 2512 | GCC_PREFIX_HEADER = "Apptentive/Misc/ApptentiveConnect-Prefix.pch";
|
2505 | 2513 | GCC_PREPROCESSOR_DEFINITIONS = "APPTENTIVE_DEBUG=1";
|
|
2519 | 2527 | DEFINES_MODULE = YES;
|
2520 | 2528 | DEVELOPMENT_TEAM = 86WML2UN43;
|
2521 | 2529 | DYLIB_COMPATIBILITY_VERSION = 1;
|
2522 |
| - DYLIB_CURRENT_VERSION = 43; |
| 2530 | + DYLIB_CURRENT_VERSION = 45; |
2523 | 2531 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
2524 | 2532 | GCC_PREFIX_HEADER = "Apptentive/Misc/ApptentiveConnect-Prefix.pch";
|
2525 | 2533 | INFOPLIST_FILE = Apptentive/Info.plist;
|
|
0 commit comments