Few more tweaks ;)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2119 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2006-07-25 18:14:00 +00:00
parent 29d9f33f3d
commit 86a80c0891
8 changed files with 29 additions and 24 deletions

View File

@@ -7,14 +7,14 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.resample</string>
<string>org.freeswitch.resample</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>BKW</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>$(FREESWITCH_RESAMPLE_VERSION)</string>
</dict>
</plist>