Commit graph

93 commits

Author SHA1 Message Date
jahorton
2193b9f20e chore(ios): pbxproj file compat for xcode 12 & simulator 2020-12-08 10:47:56 +07:00
jahorton
c3ddd98edb change(ios): reworks i18n approach a bit, more strings 2020-07-28 15:52:00 +07:00
jahorton
1ca8ef6b2d chore(ios): Merge branch 'master' into feat/ios/i18n-start 2020-07-28 12:43:04 +07:00
jahorton
3edf94c684 change(ios): DO_SENTRY -> UPLOAD_SENTRY 2020-05-27 12:49:40 +07:00
jahorton
2f2075ee88 change(ios): auto-uploads symbols to sentry for releases, adds param for dev use 2020-05-25 13:31:53 +07:00
Marc Durdin
45088eda05 fix(ios): tweaks to project files
This tweaks iOS target versions, framework paths and debug information
in order to make the FV Keyboards debugging simpler.
2020-05-18 16:37:04 +07:00
Marc Durdin
ce231e3f6d fix(ios): oem fv project version 2020-05-01 17:42:16 +10:00
jahorton
2bd21e447e fix(ios): reverts removal of Settings.bundle 2020-03-23 10:52:21 +07:00
jahorton
4eda5971a0 chore(ios): Merge branch 'master' into feat/ios/i18n-start 2020-03-23 10:30:55 +07:00
jahorton
fc9444b565 fix(ios): fixes Carthage framework copy for Sentry 2020-03-10 06:48:32 +07:00
jahorton
802317425e fix(ios): reverts the SWKeyboard.xcscheme changes 2020-03-09 09:38:07 +07:00
jahorton
45e3028ce0 chore(ios/engine): Merge branch 'feat/ios/sentry-start' into feat/ios/engine-kbd-sentry 2020-03-09 09:09:18 +07:00
jahorton
23af4e2497 fix(ios): shell-script quoting 2020-03-09 08:50:13 +07:00
jahorton
1757f205a0 chore(ios): Merge branch 'feat/ios/xcode-compile-dev-version' into feat/ios/sentry-start 2020-03-09 08:45:04 +07:00
jahorton
c7df79e00f fix(ios): shell script quotes 2020-03-09 08:29:41 +07:00
jahorton
51b7c25e6f feat(ios): sets SentryClient 'environment' based on build 2020-03-06 11:42:42 +07:00
jahorton
c86274e725 feat(ios): Starts centralizing Sentry code for iOS
feat(ios): merges Sentry init, starts SentryManager, kbd use
2020-03-06 10:06:10 +07:00
jahorton
7b9dc42f84 chore(ios): Merge branch 'feat/ios/xcode-compile-dev-version' into feat/ios/sentry-start 2020-03-05 13:50:32 +07:00
jahorton
c161fade8e feat(ios): adds updates for version string in iOS settings 2020-03-05 13:35:50 +07:00
jahorton
f79e9ef136 change(ios): Sentry upload script for xcode-utils.sh 2020-03-04 21:34:39 +07:00
jahorton
a725057661 chore(ios): Merge branch 'feat/ios/xcode-compile-dev-version' into feat/ios/sentry-start 2020-03-04 15:58:31 +07:00
jahorton
f000a79927 fix(ios): Ensures Carthage handles Sentry.framework properly 2020-03-04 10:21:46 +07:00
jahorton
9cf45434f8 change(ios): reworks new version update as xcode-utils.sh 2020-03-04 08:31:55 +07:00
jahorton
db9d3e43e0 feat(ios): finishes iOS version forwarding, cleans kmbuild.sh 2020-03-04 08:13:07 +07:00
jahorton
83dd22e34e chore(ios): minor cleanup of unneeded changes 2020-03-04 07:36:13 +07:00
jahorton
de464f5053 feat(ios): links CI version var to Xcode project scripts 2020-03-03 16:41:43 +07:00
jahorton
5c6b76e368 feat(ios): Xcode now sets local version on GUI builds 2020-03-03 15:15:35 +07:00
jahorton
bbd2af41b1 feat(ios): adds debug+sentry config, silences Sentry on original debug 2020-03-03 10:11:10 +07:00
jahorton
cdc431ae24 feat(ios): Start of Sentry-based crash reporting 2020-02-28 10:41:26 +07:00
jahorton
940bfa4718 feat(ios): a first-pass i18n export script, resource cleanup 2020-02-27 15:36:36 +07:00
jahorton
e13972286b feat(ios): First localized string use 2020-02-27 12:27:10 +07:00
jahorton
7d2ad7a4ee fix(ios): PR cleanup and documentation 2020-02-06 09:59:48 +07:00
jahorton
678acdfafb feat(ios): Considerable progress toward rendered banner imgs 2020-02-05 10:53:49 +07:00
Marc Durdin
84de9333a0 chore(ios): replace certificates and provisioning profiles
Certificates and profiles were accidentally revoked
by another developer on developer.apple.com. Sadface\!
2020-01-25 09:00:48 +11:00
jahorton
459d488573 chore(ios): Merge with branch 'master' 2020-01-20 08:11:11 +07:00
jahorton
48bcd450a0 feat(ios): splits color defns, styles popup elements 2020-01-15 14:19:40 +07:00
jahorton
e91ec28ae6 chore(ios): Merge branch 'master' into ios-dark-mode-cntd 2020-01-13 15:53:24 +07:00
jahorton
6ff3a7c3bd fix(ios): Implements 'Always Show Banner' toggle, respective height change 2020-01-09 14:22:42 +07:00
jahorton
2d93ae241c feat(ios): in-progress on Files integration 2019-12-19 09:46:16 +07:00
jahorton
a935e4c8fa feat(ios): main text view - dark theme support 2019-11-04 15:09:08 +07:00
jahorton
a1e3b936f6 change(ios): launch splash uses storyboard, includes 'dark' version 2019-11-01 08:25:36 +07:00
jahorton
6b7ceec96a change(ios): updates build; drops legacy build sys 2019-11-01 08:25:34 +07:00
jahorton
a4e596749a change(ios): Swift 4 -> Swift 5 base conversion 2019-11-01 08:25:34 +07:00
jahorton
32e522efda Eliminates the old "WebPages" Xcode 'group'. 2019-09-19 12:10:23 +07:00
jahorton
6429375060 Confirmed functional offline help structure 2019-09-19 12:10:23 +07:00
Marc Durdin
b2ba80c0ea [iOS] Enable keyboards build, tweak projects for FV 2019-08-30 05:39:34 +10:00
Marc Durdin
3957d9bc80 merge master 2019-08-03 07:31:50 +10:00
Marc Durdin
c56412e311 [ios] Remove embedded frameworks from KeymanEngine and ensure all frameworks are thinned 2019-08-03 07:30:16 +10:00
Marc Durdin
872b82671b Use appropriate certificates and profiles for release 2019-08-02 14:28:55 +10:00
Marc Durdin
d7a976299a Working build on Marc's machine 2019-08-02 11:36:29 +10:00