Changeset e45963d
- Timestamp:
- May 2, 2019 11:00:44 PM (2 years ago)
- Branches:
- master
- Children:
- 61303bf
- Parents:
- 5f689cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
launchers/macosx/main.mm
r5f689cc re45963d 73 73 // Init application here 74 74 75 self.swiftRuntime = [[SwiftMainDelegate alloc] init]; 75 // Here we initialize the swift code which would do most of the job from now on. 76 self.swiftRuntime = [[SwiftApplicationDelegate alloc] init]; 76 77 77 78 // This setup allows the application to send notifications
Note: See TracChangeset
for help on using the changeset viewer.