Skip to content

Commit

Permalink
Resolves #1317 (#1318)
Browse files Browse the repository at this point in the history
* Improve publishing mechanism using faslane #1266, [iOS] Support open with #1196

* [iOS] Support open with #1196 - Fix missing copy using an IHM fork

* [iOS] Support open with #1196 - Fix typo in provisioning file

* [iOS] Support open with #1196 - a different provisioning profile

* [iOS] Support open with #1196 - fix provisioning profile group id, added provisioning profile to build process

* [iOS] Support open with #1196 - change provisioning profile to be the same for both targets

* [iOS] Support open with #1196 - Fixed plugin code identity and style, changed provisioning profile back

* [iOS] Support open with #1196 - Fix quotes in package.json and plugin

* [iOS] Support open with #1196 - use same provisioning profile again...

* [iOS] Support open with #1196 - show options file content

* [iOS] Support open with #1196 - Updated some plugins and ios build tools

* [iOS] Support open with #1196 - move cat command to the right place

* [iOS] Support open with #1196 - Moved ios configuration to json file

* [iOS] Support open with #1196 - fix typo in build-ios file

* [iOS] Support open with #1196 - Fix issue with multipe provisioning profile in cordova-ios

* [iOS] Support open with #1196 - Added GPX file UTI and added subquery, removed fastlane

* [iOS] Support open with #1196 - Added cat to debug plist file

* [iOS] Support open with #1196 - changed to wild card plist

* [iOS] Support open with #1196 - fix cat call

* Restore web and android configurations, changed merged PR packages.

* Remove unwanted prints.

* Update certificate and provisioning profiles

* Fix provisioning profile mess

* #1266 - Fix provisioning profile, reduce build matrix

* #1266 - Fix provisioning profile uuid

* #1266 - Revert matrix build changes
  • Loading branch information
HarelM authored Oct 2, 2020
1 parent 6f50469 commit aa8c5c2
Show file tree
Hide file tree
Showing 17 changed files with 1,088 additions and 647 deletions.
10 changes: 0 additions & 10 deletions IsraelHiking.Web/Gemfile

This file was deleted.

180 changes: 0 additions & 180 deletions IsraelHiking.Web/Gemfile.lock

This file was deleted.

13 changes: 13 additions & 0 deletions IsraelHiking.Web/build-ios-parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ios": {
"release": {
"developmentTeam": "2KT88923M5",
"codeSignIdentity": "iPhone Distribution",
"packageType": "app-store",
"provisioningProfile": {
"il.org.osm.israelhiking": "f169e026-2ca9-4745-9527-b72a126f22a4",
"il.org.osm.israelhiking.shareextension": "c41c24a2-25e4-4135-bf67-21828c89e33c"
}
}
}
}
57 changes: 57 additions & 0 deletions IsraelHiking.Web/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,63 @@
<string>he</string>
</array>
</edit-config>
<edit-config target="NSExtensionActivationRule" file="*-Info.plist" mode="overwrite">
<string>
SUBQUERY (
extensionItems, $extensionItem,
SUBQUERY (
$extensionItem.attachments, $attachment,
ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text"
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.jpeg"
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.jpeg-2000"
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.xml"
).@count >= 1
).@count > 0
</string>
</edit-config>
<edit-config target="CFBundleDocumentTypes" file="*-Info.plist" mode="merge">
<array>
<dict>
<key>CFBundleTypeIconFiles</key>
<array/>
<key>CFBundleTypeName</key>
<string>GPS Exchange Format (GPX)</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSHandlerRank</key>
<string>Owner</string>
<key>LSItemContentTypes</key>
<array>
<string>com.topografix.gpx</string>
</array>
</dict>
</array>
</edit-config>
<edit-config target="UTImportedTypeDeclarations" file="*-Info.plist" mode="merge">
<array>
<dict>
<key>UTTypeConformsTo</key>
<array>
<string>public.xml</string>
</array>
<key>UTTypeDescription</key>
<string>GPS Exchange Format (GPX)</string>
<key>UTTypeIdentifier</key>
<string>com.topografix.gpx</string>
<key>UTTypeReferenceURL</key>
<string>http://www.topografix.com/GPX/1/1</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>gpx</string>
</array>
<key>public.mime-type</key>
<string>application/gpx+xml</string>
</dict>
</dict>
</array>
</edit-config>
<preference name="WKWebViewOnly" value="true" />
<preference name="WKSuspendInBackground" value="false" />
<preference name="StatusBarOverlaysWebView" value="false" />
Expand Down
3 changes: 0 additions & 3 deletions IsraelHiking.Web/fastlane/Appfile

This file was deleted.

15 changes: 0 additions & 15 deletions IsraelHiking.Web/fastlane/Fastfile

This file was deleted.

7 changes: 0 additions & 7 deletions IsraelHiking.Web/fastlane/Matchfile

This file was deleted.

5 changes: 0 additions & 5 deletions IsraelHiking.Web/fastlane/Pluginfile

This file was deleted.

39 changes: 0 additions & 39 deletions IsraelHiking.Web/fastlane/README.md

This file was deleted.

Loading

0 comments on commit aa8c5c2

Please sign in to comment.