We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88916 commit 1493c08Copy full SHA for 1493c08
NetworkObjects/NetworkObjects.xcodeproj/project.pbxproj
@@ -561,6 +561,7 @@
561
SDKROOT = iphoneos;
562
SKIP_INSTALL = YES;
563
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
564
+ TARGETED_DEVICE_FAMILY = "1,2";
565
};
566
name = Debug;
567
@@ -583,6 +584,7 @@
583
584
PRODUCT_BUNDLE_IDENTIFIER = com.colemancda.NetworkObjects;
585
586
587
588
589
name = Release;
590
NetworkObjects/NetworkObjects/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
+ <string>3.0.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments