-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
17 changed files
with
1,088 additions
and
647 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.