File tree 2 files changed +1
-3
lines changed
Example/Example.xcodeproj
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
matrix :
6
6
- DESTINATION="platform=iOS Simulator,name=iPhone 5s,OS=9.3"
7
7
- DESTINATION="platform=iOS Simulator,name=iPhone 7,OS=10.1"
8
- - DESTINATION="platform=iOS Simulator,name=iPhone X,OS=11.0 "
8
+ - DESTINATION="platform=iOS Simulator,name=iPhone X,OS=11.1 "
9
9
10
10
podfile : Example/Podfile
11
11
before_install :
Original file line number Diff line number Diff line change 391
391
PRODUCT_BUNDLE_IDENTIFIER = de.seiffert.hans.swift.containercontroller.example;
392
392
PRODUCT_NAME = "$(TARGET_NAME)";
393
393
PROVISIONING_PROFILE = "35c65a7a-c0c5-4add-ae0f-c5b38f3809d0";
394
- SWIFT_VERSION = 4.2;
395
394
};
396
395
name = Debug;
397
396
};
406
405
OTHER_SWIFT_FLAGS = "$(inherited) -D RELEASE";
407
406
PRODUCT_BUNDLE_IDENTIFIER = de.seiffert.hans.swift.containercontroller.example;
408
407
PRODUCT_NAME = "$(TARGET_NAME)";
409
- SWIFT_VERSION = 4.2;
410
408
};
411
409
name = Release;
412
410
};
You can’t perform that action at this time.
0 commit comments