|
12 | 12 | 3A64FAA827BA67BF007D5588 /* AdamantSecret.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A64FAA527BA67BF007D5588 /* AdamantSecret.swift */; };
|
13 | 13 | 3A64FAA927BA67BF007D5588 /* AdamantSecret.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A64FAA527BA67BF007D5588 /* AdamantSecret.swift */; };
|
14 | 14 | 3A8875EF27BBF38D00436195 /* Parchment in Frameworks */ = {isa = PBXBuildFile; productRef = 3A8875EE27BBF38D00436195 /* Parchment */; };
|
| 15 | + 3AA2D5F7280EADE3000ED971 /* SocketService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA2D5F6280EADE3000ED971 /* SocketService.swift */; }; |
| 16 | + 3AA2D5FA280EAF5D000ED971 /* AdamantSocketService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA2D5F9280EAF5D000ED971 /* AdamantSocketService.swift */; }; |
15 | 17 | 3C06931576393125C61FB8F6 /* Pods_Adamant.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33975C0D891698AA7E74EBCC /* Pods_Adamant.framework */; };
|
| 18 | + 553B1284281C6EE100FFF24C /* GCDUtilites.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553B1283281C6EE100FFF24C /* GCDUtilites.swift */; }; |
16 | 19 | 6403F5DB2272389800D58779 /* (null) in Sources */ = {isa = PBXBuildFile; };
|
17 | 20 | 6403F5DE22723C6800D58779 /* DashMainnet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6403F5DD22723C6800D58779 /* DashMainnet.swift */; };
|
18 | 21 | 6403F5E022723F6400D58779 /* DashWalletRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6403F5DF22723F6400D58779 /* DashWalletRouter.swift */; };
|
|
607 | 610 | 33975C0D891698AA7E74EBCC /* Pods_Adamant.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Adamant.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
608 | 611 | 36AB8CE9537B3B873972548B /* Pods_AdmCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AdmCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
609 | 612 | 3A64FAA527BA67BF007D5588 /* AdamantSecret.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AdamantSecret.swift; sourceTree = "<group>"; };
|
| 613 | + 3AA2D5F6280EADE3000ED971 /* SocketService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketService.swift; sourceTree = "<group>"; }; |
| 614 | + 3AA2D5F9280EAF5D000ED971 /* AdamantSocketService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdamantSocketService.swift; sourceTree = "<group>"; }; |
610 | 615 | 4A4D67BD3DC89C07D1351248 /* Pods-AdmCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdmCore.release.xcconfig"; path = "Target Support Files/Pods-AdmCore/Pods-AdmCore.release.xcconfig"; sourceTree = "<group>"; };
|
| 616 | + 553B1283281C6EE100FFF24C /* GCDUtilites.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GCDUtilites.swift; sourceTree = "<group>"; }; |
611 | 617 | 6403F5DD22723C6800D58779 /* DashMainnet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashMainnet.swift; sourceTree = "<group>"; };
|
612 | 618 | 6403F5DF22723F6400D58779 /* DashWalletRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashWalletRouter.swift; sourceTree = "<group>"; };
|
613 | 619 | 6403F5E122723F7500D58779 /* DashWallet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DashWallet.swift; sourceTree = "<group>"; };
|
|
1101 | 1107 | path = Pods;
|
1102 | 1108 | sourceTree = "<group>";
|
1103 | 1109 | };
|
| 1110 | + 3AA2D5F8280EAF49000ED971 /* SocketService */ = { |
| 1111 | + isa = PBXGroup; |
| 1112 | + children = ( |
| 1113 | + 3AA2D5F9280EAF5D000ED971 /* AdamantSocketService.swift */, |
| 1114 | + ); |
| 1115 | + path = SocketService; |
| 1116 | + sourceTree = "<group>"; |
| 1117 | + }; |
1104 | 1118 | 6403F5DC22723C2800D58779 /* Dash */ = {
|
1105 | 1119 | isa = PBXGroup;
|
1106 | 1120 | children = (
|
|
1262 | 1276 | E913C9071FFFA943001A83F7 /* AdamantCore.swift */,
|
1263 | 1277 | 6455E9F021075D3600B2E94C /* AddressBookService.swift */,
|
1264 | 1278 | E91947AB20001A9A001362F8 /* ApiService.swift */,
|
| 1279 | + 3AA2D5F6280EADE3000ED971 /* SocketService.swift */, |
1265 | 1280 | 648BCA6C213D384F00875EB5 /* AvatarService.swift */,
|
1266 | 1281 | E9A174B22057EC47003667CD /* BackgroundFetchService.swift */,
|
1267 | 1282 | E9E7CDBD2003AEFB00DFC4DB /* CellFactory.swift */,
|
|
1281 | 1296 | E913C9061FFFA92E001A83F7 /* Services */ = {
|
1282 | 1297 | isa = PBXGroup;
|
1283 | 1298 | children = (
|
| 1299 | + 3AA2D5F8280EAF49000ED971 /* SocketService */, |
1284 | 1300 | E9CAE8D02018AA5000345E76 /* ApiService */,
|
1285 | 1301 | E9B3D39F201FA2090019EB36 /* DataProviders */,
|
1286 | 1302 | E9E7CD922002740500DFC4DB /* AdamantAccountService.swift */,
|
|
1759 | 1775 | E927171D20C04613002BB9A6 /* UIColor+hex.swift */,
|
1760 | 1776 | E9D1BE19211DA25300E86B72 /* UIView+constraints.swift */,
|
1761 | 1777 | E935C84C22AC06E500A8CA2F /* RichMessageTools.swift */,
|
| 1778 | + 553B1283281C6EE100FFF24C /* GCDUtilites.swift */, |
1762 | 1779 | );
|
1763 | 1780 | path = Helpers;
|
1764 | 1781 | sourceTree = "<group>";
|
|
2311 | 2328 | "${BUILT_PRODUCTS_DIR}/MessageKit/MessageKit.framework",
|
2312 | 2329 | "${BUILT_PRODUCTS_DIR}/MyLittlePinpad/MyLittlePinpad.framework",
|
2313 | 2330 | "${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework",
|
| 2331 | + "${BUILT_PRODUCTS_DIR}/Socket.IO-Client-Swift/SocketIO.framework", |
| 2332 | + "${BUILT_PRODUCTS_DIR}/Starscream/Starscream.framework", |
2314 | 2333 | );
|
2315 | 2334 | name = "[CP] Embed Pods Frameworks";
|
2316 | 2335 | outputPaths = (
|
|
2320 | 2339 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MessageKit.framework",
|
2321 | 2340 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MyLittlePinpad.framework",
|
2322 | 2341 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework",
|
| 2342 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SocketIO.framework", |
| 2343 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Starscream.framework", |
2323 | 2344 | );
|
2324 | 2345 | runOnlyForDeploymentPostprocessing = 0;
|
2325 | 2346 | shellPath = /bin/sh;
|
|
2432 | 2453 | 6449BA69235CA0930033B936 /* ERC20TransferViewController.swift in Sources */,
|
2433 | 2454 | E9E7CD8B20026B0600DFC4DB /* AccountService.swift in Sources */,
|
2434 | 2455 | 640EFAA42558613A00E9724B /* EthProvider.swift in Sources */,
|
| 2456 | + 553B1284281C6EE100FFF24C /* GCDUtilites.swift in Sources */, |
2435 | 2457 | 648CE3AC229AD2190070A2CC /* DashTransferViewController.swift in Sources */,
|
2436 | 2458 | 640EFA9C2558613200E9724B /* AdamantProvider.swift in Sources */,
|
2437 | 2459 | 64F085D920E2D7600006DE68 /* AdmTransactionsViewController.swift in Sources */,
|
|
2516 | 2538 | 644793C32166314A00FC4CF5 /* OnboardPage.swift in Sources */,
|
2517 | 2539 | 64E1C831222E9617006C4DA7 /* DogeWalletService.swift in Sources */,
|
2518 | 2540 | E91947B22000246A001362F8 /* AdamantError.swift in Sources */,
|
| 2541 | + 3AA2D5F7280EADE3000ED971 /* SocketService.swift in Sources */, |
2519 | 2542 | E95F85802008C8D70070534A /* ChatsRoutes.swift in Sources */,
|
2520 | 2543 | 6416B1A721B024B6006089AC /* LskWalletService+Send.swift in Sources */,
|
2521 | 2544 | E9942B87203D9E5100C163AF /* EurekaQRRow.swift in Sources */,
|
|
2617 | 2640 | E9502740202E257E002C1098 /* RepeaterService.swift in Sources */,
|
2618 | 2641 | E93D7AC02052CF63005D19DC /* AdamantNotificationService.swift in Sources */,
|
2619 | 2642 | 645938942378395E00A2BE7C /* EulaViewController.swift in Sources */,
|
| 2643 | + 3AA2D5FA280EAF5D000ED971 /* AdamantSocketService.swift in Sources */, |
2620 | 2644 | 649D6BEC21BD5A53009E727B /* UISuffixTextField.swift in Sources */,
|
2621 | 2645 | E93B0D762028B28E00126346 /* AdamantChatsProvider.swift in Sources */,
|
2622 | 2646 | E993302021354B1800CD5200 /* AdmWalletRoutes.swift in Sources */,
|
|
2877 | 2901 | CODE_SIGN_ENTITLEMENTS = MessageNotificationContentExtension/Debug.entitlements;
|
2878 | 2902 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
2879 | 2903 | CODE_SIGN_STYLE = Manual;
|
2880 |
| - CURRENT_PROJECT_VERSION = 173; |
| 2904 | + CURRENT_PROJECT_VERSION = 180; |
2881 | 2905 | DEVELOPMENT_TEAM = J2L77FMN46;
|
2882 | 2906 | INFOPLIST_FILE = MessageNotificationContentExtension/Info.plist;
|
2883 | 2907 | IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
2886 | 2910 | "@executable_path/Frameworks",
|
2887 | 2911 | "@executable_path/../../Frameworks",
|
2888 | 2912 | );
|
2889 |
| - MARKETING_VERSION = 2.3.0; |
| 2913 | + MARKETING_VERSION = 2.4.0; |
2890 | 2914 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
2891 | 2915 | MTL_FAST_MATH = YES;
|
2892 | 2916 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev.MessageNotificationContentExtension";
|
|
2906 | 2930 | CODE_SIGN_IDENTITY = "Apple Development";
|
2907 | 2931 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
2908 | 2932 | CODE_SIGN_STYLE = Manual;
|
2909 |
| - CURRENT_PROJECT_VERSION = 173; |
| 2933 | + CURRENT_PROJECT_VERSION = 180; |
2910 | 2934 | DEVELOPMENT_TEAM = J2L77FMN46;
|
2911 | 2935 | INFOPLIST_FILE = MessageNotificationContentExtension/Info.plist;
|
2912 | 2936 | IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
2915 | 2939 | "@executable_path/Frameworks",
|
2916 | 2940 | "@executable_path/../../Frameworks",
|
2917 | 2941 | );
|
2918 |
| - MARKETING_VERSION = 2.3.0; |
| 2942 | + MARKETING_VERSION = 2.4.0; |
2919 | 2943 | MTL_FAST_MATH = YES;
|
2920 | 2944 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger.MessageNotificationContentExtension";
|
2921 | 2945 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
3053 | 3077 | CODE_SIGN_ENTITLEMENTS = Adamant/Debug.entitlements;
|
3054 | 3078 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
3055 | 3079 | CODE_SIGN_STYLE = Manual;
|
3056 |
| - CURRENT_PROJECT_VERSION = 173; |
| 3080 | + CURRENT_PROJECT_VERSION = 180; |
3057 | 3081 | DEVELOPMENT_TEAM = J2L77FMN46;
|
3058 | 3082 | DISPLAY_NAME = ADM.Dev;
|
3059 | 3083 | EXCLUDED_SOURCE_FILE_NAMES = "";
|
|
3063 | 3087 | "$(inherited)",
|
3064 | 3088 | "@executable_path/Frameworks",
|
3065 | 3089 | );
|
3066 |
| - MARKETING_VERSION = 2.3.0; |
| 3090 | + MARKETING_VERSION = 2.4.0; |
3067 | 3091 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev";
|
3068 | 3092 | PRODUCT_NAME = "$(TARGET_NAME)";
|
3069 | 3093 | PROVISIONING_PROFILE = "e4233bbf-3705-44fe-95b0-e77475672c60";
|
|
3082 | 3106 | CODE_SIGN_IDENTITY = "Apple Development";
|
3083 | 3107 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
3084 | 3108 | CODE_SIGN_STYLE = Manual;
|
3085 |
| - CURRENT_PROJECT_VERSION = 173; |
| 3109 | + CURRENT_PROJECT_VERSION = 180; |
3086 | 3110 | DEVELOPMENT_TEAM = J2L77FMN46;
|
3087 | 3111 | DISPLAY_NAME = Adamant;
|
3088 | 3112 | EXCLUDED_SOURCE_FILE_NAMES = Debug.xcassets;
|
|
3092 | 3116 | "$(inherited)",
|
3093 | 3117 | "@executable_path/Frameworks",
|
3094 | 3118 | );
|
3095 |
| - MARKETING_VERSION = 2.3.0; |
| 3119 | + MARKETING_VERSION = 2.4.0; |
3096 | 3120 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger";
|
3097 | 3121 | PRODUCT_NAME = "$(TARGET_NAME)";
|
3098 | 3122 | PROVISIONING_PROFILE = "bedd1b75-2f23-4a85-a0b2-14c424fcff42";
|
|
3110 | 3134 | CODE_SIGN_ENTITLEMENTS = TransferNotificationContentExtension/Debug.entitlements;
|
3111 | 3135 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
3112 | 3136 | CODE_SIGN_STYLE = Manual;
|
3113 |
| - CURRENT_PROJECT_VERSION = 173; |
| 3137 | + CURRENT_PROJECT_VERSION = 180; |
3114 | 3138 | DEVELOPMENT_TEAM = J2L77FMN46;
|
3115 | 3139 | INFOPLIST_FILE = TransferNotificationContentExtension/Info.plist;
|
3116 | 3140 | IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
3119 | 3143 | "@executable_path/Frameworks",
|
3120 | 3144 | "@executable_path/../../Frameworks",
|
3121 | 3145 | );
|
3122 |
| - MARKETING_VERSION = 2.3.0; |
| 3146 | + MARKETING_VERSION = 2.4.0; |
3123 | 3147 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
3124 | 3148 | MTL_FAST_MATH = YES;
|
3125 | 3149 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev.TransferNotificationContentExtension";
|
|
3139 | 3163 | CODE_SIGN_IDENTITY = "Apple Development";
|
3140 | 3164 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
3141 | 3165 | CODE_SIGN_STYLE = Manual;
|
3142 |
| - CURRENT_PROJECT_VERSION = 173; |
| 3166 | + CURRENT_PROJECT_VERSION = 180; |
3143 | 3167 | DEVELOPMENT_TEAM = J2L77FMN46;
|
3144 | 3168 | INFOPLIST_FILE = TransferNotificationContentExtension/Info.plist;
|
3145 | 3169 | IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
3148 | 3172 | "@executable_path/Frameworks",
|
3149 | 3173 | "@executable_path/../../Frameworks",
|
3150 | 3174 | );
|
3151 |
| - MARKETING_VERSION = 2.3.0; |
| 3175 | + MARKETING_VERSION = 2.4.0; |
3152 | 3176 | MTL_FAST_MATH = YES;
|
3153 | 3177 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger.TransferNotificationContentExtension";
|
3154 | 3178 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
3168 | 3192 | CODE_SIGN_ENTITLEMENTS = NotificationServiceExtension/Debug.entitlements;
|
3169 | 3193 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
3170 | 3194 | CODE_SIGN_STYLE = Manual;
|
3171 |
| - CURRENT_PROJECT_VERSION = 173; |
| 3195 | + CURRENT_PROJECT_VERSION = 180; |
3172 | 3196 | DEVELOPMENT_TEAM = J2L77FMN46;
|
3173 | 3197 | INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
|
3174 | 3198 | IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
3177 | 3201 | "@executable_path/Frameworks",
|
3178 | 3202 | "@executable_path/../../Frameworks",
|
3179 | 3203 | );
|
3180 |
| - MARKETING_VERSION = 2.3.0; |
| 3204 | + MARKETING_VERSION = 2.4.0; |
3181 | 3205 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
3182 | 3206 | MTL_FAST_MATH = YES;
|
3183 | 3207 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger-dev.NotificationServiceExtension";
|
|
3197 | 3221 | CODE_SIGN_IDENTITY = "Apple Development";
|
3198 | 3222 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
3199 | 3223 | CODE_SIGN_STYLE = Manual;
|
3200 |
| - CURRENT_PROJECT_VERSION = 173; |
| 3224 | + CURRENT_PROJECT_VERSION = 180; |
3201 | 3225 | DEVELOPMENT_TEAM = J2L77FMN46;
|
3202 | 3226 | INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
|
3203 | 3227 | IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
3206 | 3230 | "@executable_path/Frameworks",
|
3207 | 3231 | "@executable_path/../../Frameworks",
|
3208 | 3232 | );
|
3209 |
| - MARKETING_VERSION = 2.3.0; |
| 3233 | + MARKETING_VERSION = 2.4.0; |
3210 | 3234 | MTL_FAST_MATH = YES;
|
3211 | 3235 | PRODUCT_BUNDLE_IDENTIFIER = "im.adamant.adamant-messenger.NotificationServiceExtension";
|
3212 | 3236 | PRODUCT_NAME = "$(TARGET_NAME)";
|
|
0 commit comments