Skip to content

Commit 2415659

Browse files
author
Adam Gask
committed
Converted all files from Swift 1.2 to Swift 2.0
1 parent cef1427 commit 2415659

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Demo/DatePickerDialogExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
isa = PBXProject;
125125
attributes = {
126126
LastSwiftUpdateCheck = 0700;
127-
LastUpgradeCheck = 0610;
127+
LastUpgradeCheck = 0700;
128128
ORGANIZATIONNAME = vinicius;
129129
TargetAttributes = {
130130
81EC6C7B1A1EADF7009440DB = {
@@ -207,6 +207,7 @@
207207
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
208208
COPY_PHASE_STRIP = NO;
209209
ENABLE_STRICT_OBJC_MSGSEND = YES;
210+
ENABLE_TESTABILITY = YES;
210211
GCC_C_LANGUAGE_STANDARD = gnu99;
211212
GCC_DYNAMIC_NO_PIC = NO;
212213
GCC_OPTIMIZATION_LEVEL = 0;
@@ -271,6 +272,7 @@
271272
INFOPLIST_FILE = PickerDialog/Info.plist;
272273
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
273274
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
275+
PRODUCT_BUNDLE_IDENTIFIER = "com.squimer.$(PRODUCT_NAME:rfc1034identifier)";
274276
PRODUCT_NAME = DatePickerDialogExample;
275277
};
276278
name = Debug;
@@ -282,6 +284,7 @@
282284
INFOPLIST_FILE = PickerDialog/Info.plist;
283285
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
284286
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
287+
PRODUCT_BUNDLE_IDENTIFIER = "com.squimer.$(PRODUCT_NAME:rfc1034identifier)";
285288
PRODUCT_NAME = DatePickerDialogExample;
286289
};
287290
name = Release;

Demo/PickerDialog/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.squimer.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)