From e1c8b10765640335d27e03d05f8ac22368c2db40 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 17 Sep 2020 08:51:06 -0300 Subject: [PATCH] [FIX] Remove assets from share extension on iOS (#2473) --- ios/RocketChatRN.xcodeproj/project.pbxproj | 4 --- .../Images.xcassets/Contents.json | 6 ----- .../Images.xcassets/Icons/Contents.json | 6 ----- .../Icons/hashtag.imageset/Contents.json | 23 ------------------ .../Icons/hashtag.imageset/hashtag.png | Bin 147 -> 0 bytes .../Icons/hashtag.imageset/hashtag@2x.png | Bin 227 -> 0 bytes .../Icons/hashtag.imageset/hashtag@3x.png | Bin 307 -> 0 bytes .../Icons/lock.imageset/Contents.json | 23 ------------------ .../Icons/lock.imageset/lock.png | Bin 351 -> 0 bytes .../Icons/lock.imageset/lock@2x.png | Bin 658 -> 0 bytes .../Icons/lock.imageset/lock@3x.png | Bin 949 -> 0 bytes 11 files changed, 62 deletions(-) delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Contents.json delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/Contents.json delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/Contents.json delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/hashtag.png delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/hashtag@2x.png delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/hashtag@3x.png delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/lock.imageset/Contents.json delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/lock.imageset/lock.png delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/lock.imageset/lock@2x.png delete mode 100644 ios/ShareRocketChatRN/Images.xcassets/Icons/lock.imageset/lock@3x.png diff --git a/ios/RocketChatRN.xcodeproj/project.pbxproj b/ios/RocketChatRN.xcodeproj/project.pbxproj index 84e625dc..e0334cf7 100644 --- a/ios/RocketChatRN.xcodeproj/project.pbxproj +++ b/ios/RocketChatRN.xcodeproj/project.pbxproj @@ -34,7 +34,6 @@ 1EC6ACBB22CB9FC300A41C61 /* ShareRocketChatRN.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1EC6ACB022CB9FC300A41C61 /* ShareRocketChatRN.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 1EC6ACF622CBA01500A41C61 /* ShareRocketChatRN.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EC6ACF522CBA01500A41C61 /* ShareRocketChatRN.m */; }; 1ED59D4C22CBA77D00C54289 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1ED59D4B22CBA77D00C54289 /* GoogleService-Info.plist */; }; - 1EDDE57A22DFAD8E0078F69D /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1EDDE57922DFAD8E0078F69D /* Images.xcassets */; }; 1EFEB5982493B6640072EDC0 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EFEB5972493B6640072EDC0 /* NotificationService.swift */; }; 1EFEB59C2493B6640072EDC0 /* NotificationService.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1EFEB5952493B6640072EDC0 /* NotificationService.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 24A2AEF2383D44B586D31C01 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 06BB44DD4855498082A744AD /* libz.tbd */; }; @@ -120,7 +119,6 @@ 1EC6ACF522CBA01500A41C61 /* ShareRocketChatRN.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShareRocketChatRN.m; sourceTree = ""; }; 1EC6AD6022CBA20C00A41C61 /* ShareRocketChatRN.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShareRocketChatRN.entitlements; sourceTree = ""; }; 1ED59D4B22CBA77D00C54289 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = SOURCE_ROOT; }; - 1EDDE57922DFAD8E0078F69D /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 1EFEB5952493B6640072EDC0 /* NotificationService.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NotificationService.appex; sourceTree = BUILT_PRODUCTS_DIR; }; 1EFEB5972493B6640072EDC0 /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = ""; }; 1EFEB5992493B6640072EDC0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -218,7 +216,6 @@ isa = PBXGroup; children = ( 1ED59D4B22CBA77D00C54289 /* GoogleService-Info.plist */, - 1EDDE57922DFAD8E0078F69D /* Images.xcassets */, 1EC6AD6022CBA20C00A41C61 /* ShareRocketChatRN.entitlements */, 1EC6ACB522CB9FC300A41C61 /* MainInterface.storyboard */, 1EC6ACB822CB9FC300A41C61 /* Info.plist */, @@ -507,7 +504,6 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1EDDE57A22DFAD8E0078F69D /* Images.xcassets in Resources */, 7A3268F724F04FFE0050E241 /* custom.ttf in Resources */, 1EC6ACB722CB9FC300A41C61 /* MainInterface.storyboard in Resources */, 1ED59D4C22CBA77D00C54289 /* GoogleService-Info.plist in Resources */, diff --git a/ios/ShareRocketChatRN/Images.xcassets/Contents.json b/ios/ShareRocketChatRN/Images.xcassets/Contents.json deleted file mode 100644 index da4a164c..00000000 --- a/ios/ShareRocketChatRN/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/ShareRocketChatRN/Images.xcassets/Icons/Contents.json b/ios/ShareRocketChatRN/Images.xcassets/Icons/Contents.json deleted file mode 100644 index da4a164c..00000000 --- a/ios/ShareRocketChatRN/Images.xcassets/Icons/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/Contents.json b/ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/Contents.json deleted file mode 100644 index 6eb8ad0b..00000000 --- a/ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "hashtag.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "hashtag@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "hashtag@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file diff --git a/ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/hashtag.png b/ios/ShareRocketChatRN/Images.xcassets/Icons/hashtag.imageset/hashtag.png deleted file mode 100644 index e4a79ec30862e61bffd04c8b43b212eb739fa84b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VOS+@4BLl<6e(pbstU$h(r;B5V zg!lvI6!lvI6<9JY5_^ zGFacvG~{bG5MX({XOfny+%%=oI!`+W*5hKuyB2OKIbD_BI$^Jz`26$Vx6AkLiN9?X z<-d06z282PuNFOS+dW~`uPFtlJN1f%-Z`y$6@2LGlU-*#cW|#8cbUoy@?%s0~r}|0*LR&<_72(7RjXDBefjzSBE$dxGK@@&X^Ao6 zvytVoxeyp;3=BYtGIYa0;vg}Q9Ec4GUl0ocFbsr605b#20faJC7D5gdSqOPd1ONZ$ z0ZC&EaF{l@98@h#97JOph%8G68y+e17OlXVu81`=DJ}wR7S&zIg6;yCP3Ypd_~<^P xx(i1Q#1-_!ix2)V#7Kwe>56#ILR3=S%K!@yVFnHbe-{7%002ovPDHLkV1mPziLL+u diff --git a/ios/ShareRocketChatRN/Images.xcassets/Icons/lock.imageset/lock@2x.png b/ios/ShareRocketChatRN/Images.xcassets/Icons/lock.imageset/lock@2x.png deleted file mode 100644 index ba072523b8a1ac9e37756089251c03f6566e8050..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 658 zcmV;D0&V??P)NklK_E5)yLA3xvFY zr-&C(qYM6kh(a!TkARmz2*DRH5VN~>rE7KAo|>8MX;;i1dM?vdUG>#BUsrbzLLX0~ zaXjAE?HP?UjRa2!ag5=R=z3o_XDYSM1C|y|sH_uFwDXyj)&LaSBV^?^+DJ zf|2VBWly-`edk?0Kky0$g1$>G_J)#@vsUBYP?Go!E5m< z6#Q{F)uy0(Fhndp^r-e<5CktGxrt(1H6_{c%{GPnn77&4&9EeyK!$Xb-YN=Rj>)NKISPL|li?2>$7%NjBHoNdaHUo|#r6(dbao*kkHBT< z^ft>LbIOInufT~Rg0Tflv0}HmgSjq-$QNhIXPC{*#T6Y(@ZmNVTSJ`%_>Nn%&Kcii z>D1Q~yw#A(|9a^hYqc+U%v;1qA&)P&vq2S+PS0fEN}TN-?(Ipi=sdIZHpU|dm#$

vy>IeEO4 z&*yi^If_8NUZ4H(`(G8^zN!fOL!85hJjWHEPVRX{Xy{NRhYyq_5D9s7)P7?Oo z@1RtZ@tKv|IIdU;EiojPY&}(}NDivWU1QpUWpC`ai(MdHmn*u@Y}eX>%MRAcKtK*) z%j$Dc2I)awZb1FNw=_qhxNf(Nt(v$m%^hU7U*96iAd zhD0T%#8yrtxG3j#2K5C4JEsEln+jE61Y;yN!6hiAzF?v$kR4P|qF6Bso8l6XOk42L zm-l|mqjs@>d=&Q-HpL|cEX!-fl-IJ|W@aSIF+unrq8aN_XR;lwR4Ou#y9xWI|STZa?3 zz%T*pu;BtH4sRV!+ycV{tiy&2oH)Gp@6x)z11GMqkAU6MeFd4gTkG(|S=uLP>Ky(L X^_B(j*sgTm00000NkvXXu0mjfxp=et