ed
|
dfc2eb9760
|
Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected
|
2018-04-05 15:17:07 +01:00 |
|
ed
|
49c4f0c0f3
|
Projucer: Don't set the OSX SDK version if using default
|
2018-04-05 15:17:07 +01:00 |
|
ed
|
791c7c5ea4
|
Projucer: Fixed a bug where the OSX base SDK version was not being set due to an extra "SDK" being added to the end of the version string
|
2018-04-05 15:17:07 +01:00 |
|
ed
|
06773f18bb
|
Projucer: Add C++17 flag to exporters that support it
|
2018-03-07 09:47:38 +00:00 |
|
Tom Poole
|
07968421a1
|
iOS: Made the default Microphone Usage Description less generic
|
2018-02-19 14:19:04 +00:00 |
|
ed
|
36f6ff854e
|
Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions
|
2018-02-19 12:51:28 +00:00 |
|
ed
|
2d43125a95
|
Projucer: Cleaned up the exporter code
|
2018-01-17 12:48:38 +00:00 |
|
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
2018-01-17 11:23:12 +00:00 |
|
ed
|
3caca8743d
|
Projucer: Fixed a bug when using '~' in Xcode install paths
|
2018-01-15 11:43:25 +00:00 |
|
jules
|
8d09eaadb6
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
2018-01-11 09:08:51 +00:00 |
|
ed
|
e5ddf29bf9
|
Projucer: Removed some calls to trim() when getting the plugin and plugin manufacturer code
|
2018-01-11 09:06:21 +00:00 |
|
ed
|
1603f21976
|
Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault
|
2018-01-08 11:36:42 +00:00 |
|
ed
|
df35930a4f
|
Projucer: Correct case for some iOS identifiers
|
2018-01-06 18:52:43 +00:00 |
|
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
2018-01-05 17:05:20 +00:00 |
|
Noah Dayan
|
5dfa8bc707
|
Fix description of exporter setting Duplicate Resources Folder For App Extension in jucer_ProjectExporter_Xcode.h
|
2017-12-21 10:42:34 +00:00 |
|
Lukasz Kozakiewicz
|
3a3d889fd2
|
iOS: add an option to Projucer to allow a user to access application documents in a native file chooser.
|
2017-12-20 23:38:41 +01:00 |
|
Tom Poole
|
03fef746d5
|
Projucer: Updated the latest MacOS SDK version
|
2017-12-19 10:54:07 +00:00 |
|
ed
|
ad0e97fef4
|
Projucer: Draw transparent iOS app icons onto a white background so that they are valid
|
2017-12-11 11:22:38 +00:00 |
|
Tom Poole
|
458534056a
|
CLion: Fixed a missing .a suffix when creating static libraries
|
2017-12-05 14:27:05 +00:00 |
|
Lukasz Kozakiewicz
|
b8b304e4cd
|
PushNotifications: add OSX implementation.
|
2017-11-22 12:59:53 +01:00 |
|
Tom Poole
|
763392ac4f
|
Projucer: Removed some unused variables from the Xcode exporter
|
2017-11-22 09:22:47 +00:00 |
|
hogliux
|
7e23bf28ae
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
2017-11-20 10:56:08 +00:00 |
|
ed
|
bf0881bfb2
|
Projucer: Fixed a few spelling errors
|
2017-11-09 12:43:27 +00:00 |
|
ed
|
3c86b54846
|
Projucer: Set the "organization" attribute of Xcode projects to the "Company Name" specified in the project settings in the Projucer
|
2017-11-06 17:16:32 +00:00 |
|
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
2017-10-23 09:31:06 +02:00 |
|
ed
|
a166f01fce
|
Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step
|
2017-10-20 12:06:56 +01:00 |
|
ed
|
52afdcb2ff
|
Projucer: Fixed a bug where plugin binary copy locations previously set in the Xcode exporter weren't being preserved
|
2017-10-20 08:46:03 +01:00 |
|
ed
|
d346d6ef50
|
Projucer: Added a post-build step to Visual Studio plugin targets that copies the plugin to a specified folder, or the default folder for its type if one is not specified
|
2017-10-19 16:28:31 +01:00 |
|
tpoole
|
21315abce4
|
Projucer: Added beta CLion exporter support
|
2017-10-19 14:26:12 +01:00 |
|
Lukasz Kozakiewicz
|
1dd687eeb9
|
InAppPurchases: enable IAP on OSX.
|
2017-10-17 17:42:03 +02:00 |
|
hogliux
|
8cbd737a95
|
iOS: Added missing file to previous commit
|
2017-10-16 11:38:13 +01:00 |
|
ed
|
559ff6778b
|
Projucer: Added a link-time optimisation option to all exporters
|
2017-10-11 16:19:29 +01:00 |
|
ed
|
38a4baa9dd
|
Projucer: Added some missing marketing icons to the iOS exporter
|
2017-10-09 16:10:51 +01:00 |
|
tpoole
|
e85d3aaf1f
|
Renamed XCode to Xcode in multiple places
|
2017-10-06 09:54:32 +01:00 |
|