Skip to content
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

[fix] com.apple.developer.associated-domains 코드제거 #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion hooks/afterPrepareHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function activateUniversalLinksInAndroid(cordovaContext, pluginPreferences) {
function activateUniversalLinksInIos(cordovaContext, pluginPreferences) {
console.log('afterPrepareHook activateUniversalLinksInIos');
// modify xcode project preferences
iosProjectPreferences.enableAssociativeDomainsCapability(cordovaContext);
//iosProjectPreferences.enableAssociativeDomainsCapability(cordovaContext);

// generate entitlements file
iosProjectEntitlements.generateAssociatedDomainsEntitlements(cordovaContext, pluginPreferences);
Expand Down
12 changes: 0 additions & 12 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@
<param name="onload" value="true"/>
</feature>
</config-file>
<config-file target="*-Debug.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:dev.hogangnono.com</string>
<string>applinks:hogangnono.com</string>
</array>
</config-file>
<config-file target="*-Release.plist" parent="com.apple.developer.associated-domains">
<array>
<string>applinks:dev.hogangnono.com</string>
<string>applinks:hogangnono.com</string>
</array>
</config-file>

<!-- Objective-C Sources -->

Expand Down