Skip to content

Commit eb5c266

Browse files
author
Oleksii Naboichenko
committed
Added README.md
1 parent a58ca46 commit eb5c266

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

FlyDrones.xcodeproj/project.pbxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,6 @@
13561356
TargetAttributes = {
13571357
1B2807511B2B465A0040A4B9 = {
13581358
CreatedOnToolsVersion = 6.3.2;
1359-
DevelopmentTeam = PVDZWY67J6;
13601359
};
13611360
};
13621361
};
@@ -1622,7 +1621,7 @@
16221621
"-all_load",
16231622
);
16241623
PRODUCT_NAME = "$(TARGET_NAME)";
1625-
PROVISIONING_PROFILE = "1369a741-ef21-40b7-bd76-5a6b4e6f5319";
1624+
PROVISIONING_PROFILE = "eaa0d5fc-3641-4524-a8a5-1f03113cc211";
16261625
};
16271626
name = Debug;
16281627
};
@@ -1662,7 +1661,7 @@
16621661
"-all_load",
16631662
);
16641663
PRODUCT_NAME = "$(TARGET_NAME)";
1665-
PROVISIONING_PROFILE = "1369a741-ef21-40b7-bd76-5a6b4e6f5319";
1664+
PROVISIONING_PROFILE = "eaa0d5fc-3641-4524-a8a5-1f03113cc211";
16661665
};
16671666
name = Release;
16681667
};

FlyDrones/Source/Categories/NSData+MAVLink.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@implementation NSData (MAVLink)
1212

1313
+ (NSData *)dataWithMAVLinkMessage:(mavlink_message_t *)message {
14-
NSLog(@"%@", [NSString stringWithMAVLinkMessage:message]);
14+
// NSLog(@"%@", [NSString stringWithMAVLinkMessage:message]);
1515
uint8_t buffer[MAVLINK_MAX_PACKET_LEN];
1616
uint16_t bufferLength = mavlink_msg_to_send_buffer(buffer, message);
1717
if (!buffer || bufferLength == 0) {

FlyDrones/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.5.7</string>
18+
<string>0.2.5.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#FlyDrones
2+
3+
Building
4+
========
5+
6+
License
7+
=======

0 commit comments

Comments
 (0)