ed
|
fccad2d72b
|
Projucer: Remove empty strings before adding Xcode custom resource folders
|
6 years ago |
Tom Poole
|
28b7f42992
|
Projucer: Updated to latest Xcode warning suggestions
|
6 years ago |
jules
|
1e6bbb8da9
|
Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
|
6 years ago |
hogliux
|
9ab9b28f46
|
AU: Add resourceUsage plist entry to non-sandbox safe plug-ins so that they still load in GarageBand
|
7 years ago |
hogliux
|
fefbbc89b4
|
AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand)
|
7 years ago |
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
7 years ago |
Lukasz Kozakiewicz
|
70ad10155f
|
Projucer: add option to Xcode exporter to embed a framework in an app bundle.
|
7 years ago |
ed
|
527625b699
|
Added support for building Unity native audio plugins on desktop platforms
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
ed
|
f29fa75477
|
Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
7 years ago |
ed
|
d5d2938126
|
Projucer: Allow relative paths in the "Extra Frameworks" field of the Xcode exporter
|
7 years ago |
Tom Poole
|
92ff4e285c
|
Updated the Xcode exporter upgrade warnings
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
ed
|
03eb182e7d
|
Revert commit ba130cd
|
7 years ago |
ed
|
dfc2eb9760
|
Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected
|
7 years ago |
ed
|
49c4f0c0f3
|
Projucer: Don't set the OSX SDK version if using default
|
7 years ago |
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
|
7 years ago |
ed
|
96f1fb43c1
|
Projucer: Clarified the OSX base SDK version that will be used if the "Default" option is selected
|
7 years ago |
ed
|
5cb7e920ee
|
Projucer: Don't set the OSX SDK version if using default
|
7 years ago |
ed
|
0f9a0e8c7a
|
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
|
7 years ago |
Tom Poole
|
ba130cdd8c
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer
|
7 years ago |
ed
|
cca893a5a2
|
Projucer: Added a MultiChoicePropertyComponent to the project settings for selecting AU main type
|
7 years ago |
ed
|
b0344308f5
|
Projucer: Fixed a few places in the Xcode exporter where the default value may not be recalled correctly
|
7 years ago |
ed
|
0cfa1e4b7a
|
Projucer: Fixed a bug in the Xcode exporter where Xcode resource files were being added to both the source and resource groups
|
7 years ago |
ed
|
32789aec6c
|
Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations
|
7 years ago |
ed
|
06773f18bb
|
Projucer: Add C++17 flag to exporters that support it
|
7 years ago |
Tom Poole
|
07968421a1
|
iOS: Made the default Microphone Usage Description less generic
|
7 years ago |
ed
|
36f6ff854e
|
Projucer: Add a text field to the iOS exporter to set the reason for microphone permissions
|
7 years ago |
ed
|
2d43125a95
|
Projucer: Cleaned up the exporter code
|
7 years ago |
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!
|
7 years ago |
ed
|
3caca8743d
|
Projucer: Fixed a bug when using '~' in Xcode install paths
|
7 years ago |
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
|
7 years ago |
ed
|
e5ddf29bf9
|
Projucer: Removed some calls to trim() when getting the plugin and plugin manufacturer code
|
7 years ago |
ed
|
1603f21976
|
Projucer: Update TextPropertyComponentWithEnablement and ChoicePropertyComponentWithEnablement to use ValueWithDefault
|
7 years ago |
ed
|
df35930a4f
|
Projucer: Correct case for some iOS identifiers
|
7 years ago |
ed
|
b72a626516
|
Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class
|
7 years ago |
Noah Dayan
|
5dfa8bc707
|
Fix description of exporter setting Duplicate Resources Folder For App Extension in jucer_ProjectExporter_Xcode.h
|
7 years ago |
Lukasz Kozakiewicz
|
3a3d889fd2
|
iOS: add an option to Projucer to allow a user to access application documents in a native file chooser.
|
7 years ago |
Tom Poole
|
03fef746d5
|
Projucer: Updated the latest MacOS SDK version
|
7 years ago |
ed
|
ad0e97fef4
|
Projucer: Draw transparent iOS app icons onto a white background so that they are valid
|
7 years ago |
Tom Poole
|
458534056a
|
CLion: Fixed a missing .a suffix when creating static libraries
|
7 years ago |
Lukasz Kozakiewicz
|
b8b304e4cd
|
PushNotifications: add OSX implementation.
|
7 years ago |
Tom Poole
|
763392ac4f
|
Projucer: Removed some unused variables from the Xcode exporter
|
7 years ago |
hogliux
|
7e23bf28ae
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
7 years ago |
ed
|
bf0881bfb2
|
Projucer: Fixed a few spelling errors
|
7 years ago |
ed
|
3c86b54846
|
Projucer: Set the "organization" attribute of Xcode projects to the "Company Name" specified in the project settings in the Projucer
|
7 years ago |
Lukasz Kozakiewicz
|
b2d2bda7a1
|
Add Push Notifications feature for iOS and Android.
|
7 years ago |
ed
|
a166f01fce
|
Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step
|
7 years ago |