Skip to content

Commit

Permalink
Fixed #224 make the default projects universal
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Aug 11, 2011
1 parent d46a786 commit faa6e0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PhoneGap-based Application.xctemplate/TemplateInfo.plist
Expand Up @@ -248,7 +248,7 @@
<key>GCC_VERSION</key>
<string>com.apple.compilers.llvmgcc42</string>
<key>IPHONEOS_DEPLOYMENT_TARGET</key>
<string>3.1</string>
<string>3.0</string>
</dict>
</dict>
<key>Targets</key>
Expand Down Expand Up @@ -335,6 +335,8 @@
<string>$(TARGET_NAME)</string>
<key>OTHER_LDFLAGS</key>
<string>-weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak_library /usr/lib/libSystem.B.dylib</string>
<key>TARGETED_DEVICE_FAMILY</key>
<string>1,2</string>
</dict>
</dict>
</array>
Expand Down
Expand Up @@ -425,7 +425,9 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "___PROJECTNAMEASIDENTIFIER___-Prefix.pch";
INFOPLIST_FILE = "___PROJECTNAMEASIDENTIFIER___-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = "___PROJECTNAME___";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
Expand All @@ -437,7 +439,9 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "___PROJECTNAMEASIDENTIFIER___-Prefix.pch";
INFOPLIST_FILE = "___PROJECTNAMEASIDENTIFIER___-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
PRODUCT_NAME = "___PROJECTNAME___";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
Expand Down

0 comments on commit faa6e0d

Please sign in to comment.