Skip to content

Commit 1493c08

Browse files
committed
version bump
1 parent 3c88916 commit 1493c08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NetworkObjects/NetworkObjects.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@
561561
SDKROOT = iphoneos;
562562
SKIP_INSTALL = YES;
563563
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
564+
TARGETED_DEVICE_FAMILY = "1,2";
564565
};
565566
name = Debug;
566567
};
@@ -583,6 +584,7 @@
583584
PRODUCT_BUNDLE_IDENTIFIER = com.colemancda.NetworkObjects;
584585
SDKROOT = iphoneos;
585586
SKIP_INSTALL = YES;
587+
TARGETED_DEVICE_FAMILY = "1,2";
586588
};
587589
name = Release;
588590
};

NetworkObjects/NetworkObjects/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)