Skip to content

BLOCKED - removed and unlinked react-native-receive-sharing-intent #2954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="ecency.page.link" />
</intent-filter>
<intent-filter>
<!-- <intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
Expand All @@ -157,7 +157,7 @@
<action android:name="android.intent.action.SEND_MULTIPLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
</intent-filter>
</intent-filter> -->
</activity>
<activity android:name="com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity"
android:exported="true"/>
Expand Down
177 changes: 0 additions & 177 deletions ios/Ecency.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
/* Begin PBXBuildFile section */
00E356F31AD99517003FC87E /* EcencyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* EcencyTests.m */; };
021526F0AF8A45FCB60C9C56 /* Roboto-medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7900A87FFF214846B5FE0430 /* Roboto-medium.ttf */; };
0516470B24D2C513005DE9C5 /* ShareViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0516470A24D2C513005DE9C5 /* ShareViewController.swift */; };
0516470E24D2C513005DE9C5 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0516470C24D2C513005DE9C5 /* MainInterface.storyboard */; };
0516471224D2C513005DE9C5 /* eshare.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 0516470824D2C513005DE9C5 /* eshare.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
053EA30026B2B9920082FEB9 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 053EA2FF26B2B9920082FEB9 /* File.swift */; };
053EA30326B2BA150082FEB9 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 053EA30226B2BA150082FEB9 /* File.swift */; };
057A51A42AD4962300E9A768 /* NotificationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 057A51A32AD4962300E9A768 /* NotificationService.m */; };
Expand Down Expand Up @@ -42,13 +39,6 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
0516471024D2C513005DE9C5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 0516470724D2C513005DE9C5;
remoteInfo = eshare;
};
057A51A62AD4962300E9A768 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
Expand Down Expand Up @@ -86,7 +76,6 @@
dstPath = "";
dstSubfolderSpec = 13;
files = (
0516471224D2C513005DE9C5 /* eshare.appex in Embed App Extensions */,
057A51A82AD4962300E9A768 /* ImageNotifi.appex in Embed App Extensions */,
);
name = "Embed App Extensions";
Expand All @@ -100,11 +89,6 @@
00E356EE1AD99517003FC87E /* EcencyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EcencyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
00E356F21AD99517003FC87E /* EcencyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EcencyTests.m; sourceTree = "<group>"; };
0516470824D2C513005DE9C5 /* eshare.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = eshare.appex; sourceTree = BUILT_PRODUCTS_DIR; };
0516470A24D2C513005DE9C5 /* ShareViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShareViewController.swift; sourceTree = "<group>"; };
0516470D24D2C513005DE9C5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
0516470F24D2C513005DE9C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
0516471624D2C534005DE9C5 /* eshare.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = eshare.entitlements; sourceTree = "<group>"; };
053EA2FF26B2B9920082FEB9 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
053EA30126B2BA140082FEB9 /* EcencyTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "EcencyTests-Bridging-Header.h"; sourceTree = "<group>"; };
053EA30226B2BA150082FEB9 /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -178,13 +162,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
0516470524D2C513005DE9C5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
057A519D2AD4962300E9A768 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -238,17 +215,6 @@
name = "Supporting Files";
sourceTree = "<group>";
};
0516470924D2C513005DE9C5 /* eshare */ = {
isa = PBXGroup;
children = (
0516471624D2C534005DE9C5 /* eshare.entitlements */,
0516470A24D2C513005DE9C5 /* ShareViewController.swift */,
0516470C24D2C513005DE9C5 /* MainInterface.storyboard */,
0516470F24D2C513005DE9C5 /* Info.plist */,
);
path = eshare;
sourceTree = "<group>";
};
057A51A12AD4962300E9A768 /* ImageNotifi */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -386,7 +352,6 @@
13B07FAE1A68108700A75B9A /* Ecency */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
00E356EF1AD99517003FC87E /* EcencyTests */,
0516470924D2C513005DE9C5 /* eshare */,
057A51A12AD4962300E9A768 /* ImageNotifi */,
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
Expand All @@ -407,7 +372,6 @@
2D02E47B1E0B4A5D006451C7 /* Ecency-tvOS.app */,
2D02E4901E0B4A5D006451C7 /* Ecency-tvOSTests.xctest */,
05B6C4B724C306CE00B7FA60 /* Ecency.app */,
0516470824D2C513005DE9C5 /* eshare.appex */,
057A51A02AD4962300E9A768 /* ImageNotifi.appex */,
);
name = Products;
Expand Down Expand Up @@ -445,23 +409,6 @@
productReference = 00E356EE1AD99517003FC87E /* EcencyTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
0516470724D2C513005DE9C5 /* eshare */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0516471324D2C513005DE9C5 /* Build configuration list for PBXNativeTarget "eshare" */;
buildPhases = (
0516470424D2C513005DE9C5 /* Sources */,
0516470524D2C513005DE9C5 /* Frameworks */,
0516470624D2C513005DE9C5 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = eshare;
productName = eshare;
productReference = 0516470824D2C513005DE9C5 /* eshare.appex */;
productType = "com.apple.product-type.app-extension";
};
057A519F2AD4962300E9A768 /* ImageNotifi */ = {
isa = PBXNativeTarget;
buildConfigurationList = 057A51A92AD4962400E9A768 /* Build configuration list for PBXNativeTarget "ImageNotifi" */;
Expand Down Expand Up @@ -501,7 +448,6 @@
buildRules = (
);
dependencies = (
0516471124D2C513005DE9C5 /* PBXTargetDependency */,
057A51A72AD4962300E9A768 /* PBXTargetDependency */,
);
name = Ecency;
Expand Down Expand Up @@ -563,11 +509,6 @@
LastSwiftMigration = 1230;
TestTargetID = 13B07F861A680F5B00A75B9A;
};
0516470724D2C513005DE9C5 = {
CreatedOnToolsVersion = 11.6;
DevelopmentTeam = 75B6RXTKGT;
ProvisioningStyle = Automatic;
};
057A519F2AD4962300E9A768 = {
CreatedOnToolsVersion = 14.3.1;
DevelopmentTeam = 75B6RXTKGT;
Expand Down Expand Up @@ -613,7 +554,6 @@
00E356ED1AD99517003FC87E /* EcencyTests */,
2D02E47A1E0B4A5D006451C7 /* Ecency-tvOS */,
2D02E48F1E0B4A5D006451C7 /* Ecency-tvOSTests */,
0516470724D2C513005DE9C5 /* eshare */,
057A519F2AD4962300E9A768 /* ImageNotifi */,
);
};
Expand Down Expand Up @@ -647,14 +587,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
0516470624D2C513005DE9C5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0516470E24D2C513005DE9C5 /* MainInterface.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
057A519E2AD4962300E9A768 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -1102,14 +1034,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
0516470424D2C513005DE9C5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0516470B24D2C513005DE9C5 /* ShareViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
057A519C2AD4962300E9A768 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -1148,11 +1072,6 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
0516471124D2C513005DE9C5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 0516470724D2C513005DE9C5 /* eshare */;
targetProxy = 0516471024D2C513005DE9C5 /* PBXContainerItemProxy */;
};
057A51A72AD4962300E9A768 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 057A519F2AD4962300E9A768 /* ImageNotifi */;
Expand All @@ -1165,17 +1084,6 @@
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
0516470C24D2C513005DE9C5 /* MainInterface.storyboard */ = {
isa = PBXVariantGroup;
children = (
0516470D24D2C513005DE9C5 /* Base */,
);
name = MainInterface.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
00E356F61AD99517003FC87E /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -1250,80 +1158,6 @@
};
name = Release;
};
0516471424D2C513005DE9C5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = eshare/eshare.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = 75B6RXTKGT;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = eshare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 3.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios.eshare;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
0516471524D2C513005DE9C5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = eshare/eshare.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 75B6RXTKGT;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = eshare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 3.0.0;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios.eshare;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
057A51AA2AD4962400E9A768 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3C914910B93506B09C34D77A /* Pods-ImageNotifi.debug.xcconfig */;
Expand Down Expand Up @@ -1410,7 +1244,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 5317F2052067277C82C22496 /* Pods-Ecency.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Ecency/EcencyDebug.entitlements;
Expand Down Expand Up @@ -1493,7 +1326,6 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 28C313A3C45F05B5A9D607AB /* Pods-Ecency.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Ecency/Ecency.entitlements;
Expand Down Expand Up @@ -1840,15 +1672,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0516471324D2C513005DE9C5 /* Build configuration list for PBXNativeTarget "eshare" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0516471424D2C513005DE9C5 /* Debug */,
0516471524D2C513005DE9C5 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
057A51A92AD4962400E9A768 /* Build configuration list for PBXNativeTarget "ImageNotifi" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
4 changes: 0 additions & 4 deletions ios/Ecency/Ecency.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@
<string>applinks:ecency.page.link</string>
<string>applinks:alpha.ecency.com</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.ecency.eshare</string>
</array>
</dict>
</plist>
4 changes: 0 additions & 4 deletions ios/Ecency/EcencyDebug.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.ecency.eshare</string>
</array>
</dict>
</plist>
3 changes: 0 additions & 3 deletions ios/Ecency/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>ecency</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ecency</string>
<string>esteem</string>
<string>hive</string>
<string>ShareMedia</string>
</array>
</dict>
</array>
Expand Down
Loading