diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj index 68e8229..0702195 100644 --- a/Example/Example.xcodeproj/project.pbxproj +++ b/Example/Example.xcodeproj/project.pbxproj @@ -7,7 +7,8 @@ objects = { /* Begin PBXBuildFile section */ - 4CCB7BBE2B7205CE22CE2142 /* Pods_ExampleTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 936F1EAE2802544A8F50B78B /* Pods_ExampleTests.framework */; }; + 90174BF71D8F17DF002F6BF8 /* FontName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90174BF31D8F17DF002F6BF8 /* FontName.swift */; }; + 90174BF91D8F17DF002F6BF8 /* LocalizedFontName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90174BF51D8F17DF002F6BF8 /* LocalizedFontName.swift */; }; 908CE0251B5A39920009CA5D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 908CE0241B5A39920009CA5D /* AppDelegate.swift */; }; 908CE0271B5A39920009CA5D /* SystemFontsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 908CE0261B5A39920009CA5D /* SystemFontsViewController.swift */; }; 908CE02A1B5A39920009CA5D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 908CE0281B5A39920009CA5D /* Main.storyboard */; }; @@ -21,7 +22,6 @@ 908CE0511B5A47020009CA5D /* SwiftFontNameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 908CE0501B5A47020009CA5D /* SwiftFontNameViewController.swift */; }; 908CE0591B5AAF770009CA5D /* LocalizedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 908CE0581B5AAF770009CA5D /* LocalizedViewController.swift */; }; 908CE05B1B5AAF9A0009CA5D /* LocalizedViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 908CE05A1B5AAF9A0009CA5D /* LocalizedViewModel.swift */; }; - B9105F3DD4D90AC48AAAE569 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E38207D0687F517F1916E75 /* Pods_Example.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -35,10 +35,8 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 316EA57C460F7CD4C4FECB75 /* Pods-ExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig"; sourceTree = ""; }; - 5E38207D0687F517F1916E75 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 77493E7A76D3BB2126318BC1 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = ""; }; - 838BC2AB9B08F8589EECF9ED /* Pods-ExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.debug.xcconfig"; sourceTree = ""; }; + 90174BF31D8F17DF002F6BF8 /* FontName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontName.swift; sourceTree = ""; }; + 90174BF51D8F17DF002F6BF8 /* LocalizedFontName.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedFontName.swift; sourceTree = ""; }; 908CE01F1B5A39920009CA5D /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 908CE0231B5A39920009CA5D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 908CE0241B5A39920009CA5D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; @@ -58,8 +56,6 @@ 908CE0581B5AAF770009CA5D /* LocalizedViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedViewController.swift; sourceTree = ""; }; 908CE05A1B5AAF9A0009CA5D /* LocalizedViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocalizedViewModel.swift; sourceTree = ""; }; 908CE05C1B5AB2000009CA5D /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = ""; }; - 936F1EAE2802544A8F50B78B /* Pods_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A38DB3C0699CA9D47F1941D1 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -67,7 +63,6 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B9105F3DD4D90AC48AAAE569 /* Pods_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -75,20 +70,20 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4CCB7BBE2B7205CE22CE2142 /* Pods_ExampleTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 45E6C826A22CEF6D9EDE1D68 /* Frameworks */ = { + 90174BF21D8F17DF002F6BF8 /* SwiftFontName */ = { isa = PBXGroup; children = ( - 5E38207D0687F517F1916E75 /* Pods_Example.framework */, - 936F1EAE2802544A8F50B78B /* Pods_ExampleTests.framework */, + 90174BF31D8F17DF002F6BF8 /* FontName.swift */, + 90174BF51D8F17DF002F6BF8 /* LocalizedFontName.swift */, ); - name = Frameworks; + name = SwiftFontName; + path = ../../SwiftFontName; sourceTree = ""; }; 908CE0161B5A39920009CA5D = { @@ -97,8 +92,6 @@ 908CE0211B5A39920009CA5D /* Example */, 908CE0371B5A39920009CA5D /* ExampleTests */, 908CE0201B5A39920009CA5D /* Products */, - ED9B36CC593FAA4819088753 /* Pods */, - 45E6C826A22CEF6D9EDE1D68 /* Frameworks */, ); sourceTree = ""; }; @@ -114,6 +107,7 @@ 908CE0211B5A39920009CA5D /* Example */ = { isa = PBXGroup; children = ( + 90174BF21D8F17DF002F6BF8 /* SwiftFontName */, 908CE04D1B5A465F0009CA5D /* Components */, 908CE04B1B5A46150009CA5D /* Model */, 908CE0241B5A39920009CA5D /* AppDelegate.swift */, @@ -172,17 +166,6 @@ name = Components; sourceTree = ""; }; - ED9B36CC593FAA4819088753 /* Pods */ = { - isa = PBXGroup; - children = ( - A38DB3C0699CA9D47F1941D1 /* Pods-Example.debug.xcconfig */, - 77493E7A76D3BB2126318BC1 /* Pods-Example.release.xcconfig */, - 838BC2AB9B08F8589EECF9ED /* Pods-ExampleTests.debug.xcconfig */, - 316EA57C460F7CD4C4FECB75 /* Pods-ExampleTests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -190,12 +173,9 @@ isa = PBXNativeTarget; buildConfigurationList = 908CE03E1B5A39920009CA5D /* Build configuration list for PBXNativeTarget "Example" */; buildPhases = ( - DA019A017CAEC977709E3E29 /* Check Pods Manifest.lock */, 908CE01B1B5A39920009CA5D /* Sources */, 908CE01C1B5A39920009CA5D /* Frameworks */, 908CE01D1B5A39920009CA5D /* Resources */, - ACB2B132254F8D42F9D48506 /* Embed Pods Frameworks */, - 6872B6DE6A6B557A7D7481D6 /* Copy Pods Resources */, ); buildRules = ( ); @@ -210,12 +190,9 @@ isa = PBXNativeTarget; buildConfigurationList = 908CE0411B5A39920009CA5D /* Build configuration list for PBXNativeTarget "ExampleTests" */; buildPhases = ( - 08CB04FFA8C441DE37F047EF /* Check Pods Manifest.lock */, 908CE0301B5A39920009CA5D /* Sources */, 908CE0311B5A39920009CA5D /* Frameworks */, 908CE0321B5A39920009CA5D /* Resources */, - A37F5EAFB2B4F79B948D2B45 /* Embed Pods Frameworks */, - 7F871F4485B68BB4A0A7283D /* Copy Pods Resources */, ); buildRules = ( ); @@ -235,14 +212,18 @@ attributes = { LastSwiftMigration = 0700; LastSwiftUpdateCheck = 0700; - LastUpgradeCheck = 0700; + LastUpgradeCheck = 0800; ORGANIZATIONNAME = molabo; TargetAttributes = { 908CE01E1B5A39920009CA5D = { CreatedOnToolsVersion = 6.4; + DevelopmentTeam = 8Y439RUF7P; + LastSwiftMigration = 0800; }; 908CE0331B5A39920009CA5D = { CreatedOnToolsVersion = 6.4; + DevelopmentTeam = 8Y439RUF7P; + LastSwiftMigration = 0800; TestTargetID = 908CE01E1B5A39920009CA5D; }; }; @@ -286,99 +267,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - 08CB04FFA8C441DE37F047EF /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 6872B6DE6A6B557A7D7481D6 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 7F871F4485B68BB4A0A7283D /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - A37F5EAFB2B4F79B948D2B45 /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - ACB2B132254F8D42F9D48506 /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - DA019A017CAEC977709E3E29 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 908CE01B1B5A39920009CA5D /* Sources */ = { isa = PBXSourcesBuildPhase; @@ -387,8 +275,10 @@ 908CE0271B5A39920009CA5D /* SystemFontsViewController.swift in Sources */, 908CE0481B5A46060009CA5D /* Family.swift in Sources */, 908CE04A1B5A46100009CA5D /* Font.swift in Sources */, + 90174BF91D8F17DF002F6BF8 /* LocalizedFontName.swift in Sources */, 908CE0251B5A39920009CA5D /* AppDelegate.swift in Sources */, 908CE0461B5A3A420009CA5D /* SystemFontsViewModel.swift in Sources */, + 90174BF71D8F17DF002F6BF8 /* FontName.swift in Sources */, 908CE0511B5A47020009CA5D /* SwiftFontNameViewController.swift in Sources */, 908CE0591B5AAF770009CA5D /* LocalizedViewController.swift in Sources */, 908CE05B1B5AAF9A0009CA5D /* LocalizedViewModel.swift in Sources */, @@ -440,6 +330,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -449,8 +340,10 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; @@ -486,6 +379,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -495,8 +389,10 @@ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; @@ -515,6 +411,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -522,33 +419,38 @@ }; 908CE03F1B5A39920009CA5D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A38DB3C0699CA9D47F1941D1 /* Pods-Example.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = 8Y439RUF7P; INFOPLIST_FILE = Example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.molabo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; }; name = Debug; }; 908CE0401B5A39920009CA5D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 77493E7A76D3BB2126318BC1 /* Pods-Example.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = 8Y439RUF7P; INFOPLIST_FILE = Example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.molabo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; }; name = Release; }; 908CE0421B5A39920009CA5D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 838BC2AB9B08F8589EECF9ED /* Pods-ExampleTests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; + DEVELOPMENT_TEAM = 8Y439RUF7P; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", @@ -561,15 +463,17 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.molabo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example"; }; name = Debug; }; 908CE0431B5A39920009CA5D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 316EA57C460F7CD4C4FECB75 /* Pods-ExampleTests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; + DEVELOPMENT_TEAM = 8Y439RUF7P; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", @@ -578,6 +482,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.molabo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example.app/Example"; }; name = Release; diff --git a/Example/Example.xcodeproj/project.xcworkspace/xcuserdata/moritanaoki.xcuserdatad/UserInterfaceState.xcuserstate b/Example/Example.xcodeproj/project.xcworkspace/xcuserdata/moritanaoki.xcuserdatad/UserInterfaceState.xcuserstate index 3358ed7..83f0120 100644 Binary files a/Example/Example.xcodeproj/project.xcworkspace/xcuserdata/moritanaoki.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/Example.xcodeproj/project.xcworkspace/xcuserdata/moritanaoki.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/Example.xcscheme b/Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme similarity index 99% rename from Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/Example.xcscheme rename to Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme index 06c406b..63ca2d4 100644 --- a/Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/Example.xcscheme +++ b/Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme @@ -1,6 +1,6 @@ - - - - - - + + + + @@ -41,16 +35,8 @@ ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "YES" debugServiceExtension = "internal" - allowLocationSimulation = "YES"> - - - - + allowLocationSimulation = "YES" + language = "en"> diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-ExampleTests-SwiftFontName.xcscheme b/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests-fr.xcscheme similarity index 60% rename from Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-ExampleTests-SwiftFontName.xcscheme rename to Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests-fr.xcscheme index 703009c..c06f139 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-ExampleTests-SwiftFontName.xcscheme +++ b/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests-fr.xcscheme @@ -1,26 +1,10 @@ - - - - - - + + + + @@ -41,16 +35,8 @@ ignoresPersistentStateOnLaunch = "NO" debugDocumentVersioning = "YES" debugServiceExtension = "internal" - allowLocationSimulation = "YES"> - - - - + allowLocationSimulation = "YES" + language = "fr"> diff --git a/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests-ja.xcscheme b/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests-ja.xcscheme new file mode 100644 index 0000000..acdb39a --- /dev/null +++ b/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests-ja.xcscheme @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SwiftFontName.xcscheme b/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests.xcscheme similarity index 62% rename from Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SwiftFontName.xcscheme rename to Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests.xcscheme index 6ccbaf4..7499536 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SwiftFontName.xcscheme +++ b/Example/Example.xcodeproj/xcshareddata/xcschemes/ExampleTests.xcscheme @@ -1,26 +1,10 @@ - - - - - - + + + + @@ -42,15 +36,6 @@ debugDocumentVersioning = "YES" debugServiceExtension = "internal" allowLocationSimulation = "YES"> - - - - diff --git a/Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/xcschememanagement.plist index 747093c..ba95442 100644 --- a/Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Example/Example.xcodeproj/xcuserdata/moritanaoki.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,25 +4,30 @@ SchemeUserState - Example-en.xcscheme + Example.xcscheme_^#shared#^_ orderHint - 2 + 0 - Example-fr.xcscheme + ExampleTests-en.xcscheme_^#shared#^_ + + orderHint + 5 + + ExampleTests-fr.xcscheme_^#shared#^_ orderHint 7 - Example-ja.xcscheme + ExampleTests-ja.xcscheme_^#shared#^_ orderHint - 1 + 6 - Example.xcscheme + ExampleTests.xcscheme_^#shared#^_ orderHint - 0 + 4 SuppressBuildableAutocreation diff --git a/Example/Example.xcworkspace/contents.xcworkspacedata b/Example/Example.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index a37cf19..0000000 --- a/Example/Example.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/Example/Example/AppDelegate.swift b/Example/Example/AppDelegate.swift index aaf6b5f..f0c156c 100644 --- a/Example/Example/AppDelegate.swift +++ b/Example/Example/AppDelegate.swift @@ -14,30 +14,30 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true } - func applicationWillResignActive(application: UIApplication) { + func applicationWillResignActive(_ application: UIApplication) { // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game. } - func applicationDidEnterBackground(application: UIApplication) { + func applicationDidEnterBackground(_ application: UIApplication) { // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. } - func applicationWillEnterForeground(application: UIApplication) { + func applicationWillEnterForeground(_ application: UIApplication) { // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background. } - func applicationDidBecomeActive(application: UIApplication) { + func applicationDidBecomeActive(_ application: UIApplication) { // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. } - func applicationWillTerminate(application: UIApplication) { + func applicationWillTerminate(_ application: UIApplication) { // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. } diff --git a/Example/Example/LocalizedViewModel.swift b/Example/Example/LocalizedViewModel.swift index 0a48ec8..1f4cc7b 100644 --- a/Example/Example/LocalizedViewModel.swift +++ b/Example/Example/LocalizedViewModel.swift @@ -7,9 +7,8 @@ // import UIKit -import SwiftFontName class LocalizedViewModel { var localizedText = LocalizedFontName(FontName.Copperplate, localizedFontNames: ["ja": FontName.HiraKakuProNW6, "en": FontName.HelveticaNeueLight]) var localizedFont: UIFont { return UIFont(name: localizedText, size: 17.0)! } -} \ No newline at end of file +} diff --git a/Example/Example/SwiftFontNameViewController.swift b/Example/Example/SwiftFontNameViewController.swift index 3a9ed94..e78d05f 100644 --- a/Example/Example/SwiftFontNameViewController.swift +++ b/Example/Example/SwiftFontNameViewController.swift @@ -18,25 +18,25 @@ class SwiftFontNameViewController: UITableViewController { } extension SwiftFontNameViewController { - override func numberOfSectionsInTableView(tableView: UITableView) -> Int { + override func numberOfSections(in tableView: UITableView) -> Int { return viewModel.families.count } - override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int { + override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return viewModel.families[section].fonts.count } - override func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? { + override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { return viewModel.families[section].name } - override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { - let family = viewModel.families[indexPath.section] - let font = family.fonts[indexPath.row] + override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let family = viewModel.families[(indexPath as NSIndexPath).section] + let font = family.fonts[(indexPath as NSIndexPath).row] - let cell = tableView.dequeueReusableCellWithIdentifier("Cell") as UITableViewCell! - cell.textLabel?.text = font.name - cell.textLabel?.font = font.font - return cell + let cell = tableView.dequeueReusableCell(withIdentifier: "Cell") as UITableViewCell! + cell?.textLabel?.text = font.name + cell?.textLabel?.font = font.font + return cell! } -} \ No newline at end of file +} diff --git a/Example/Example/SwiftFontNameViewModel.swift b/Example/Example/SwiftFontNameViewModel.swift index 9d56e46..560adb7 100644 --- a/Example/Example/SwiftFontNameViewModel.swift +++ b/Example/Example/SwiftFontNameViewModel.swift @@ -7,7 +7,6 @@ // import UIKit -import SwiftFontName class SwiftFontNameViewModel { @@ -20,4 +19,4 @@ class SwiftFontNameViewModel { } self.families = [Family(name: "Families", fonts: fonts)] } -} \ No newline at end of file +} diff --git a/Example/Example/SystemFontsViewController.swift b/Example/Example/SystemFontsViewController.swift index e7ca7ff..2da714d 100644 --- a/Example/Example/SystemFontsViewController.swift +++ b/Example/Example/SystemFontsViewController.swift @@ -18,25 +18,25 @@ class SystemFontsViewController: UITableViewController { } extension SystemFontsViewController { - override func numberOfSectionsInTableView(tableView: UITableView) -> Int { + override func numberOfSections(in tableView: UITableView) -> Int { return viewModel.families.count } - override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int { + override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return viewModel.families[section].fonts.count } - override func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? { + override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { return viewModel.families[section].name } - override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell { - let family = viewModel.families[indexPath.section] - let font = family.fonts[indexPath.row] + override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let family = viewModel.families[(indexPath as NSIndexPath).section] + let font = family.fonts[(indexPath as NSIndexPath).row] - let cell = tableView.dequeueReusableCellWithIdentifier("Cell") as UITableViewCell! - cell.textLabel?.text = font.name - cell.textLabel?.font = font.font - return cell + let cell = tableView.dequeueReusableCell(withIdentifier: "Cell") as UITableViewCell! + cell?.textLabel?.text = font.name + cell?.textLabel?.font = font.font + return cell! } -} \ No newline at end of file +} diff --git a/Example/Example/SystemFontsViewModel.swift b/Example/Example/SystemFontsViewModel.swift index 2b5027d..e259f03 100644 --- a/Example/Example/SystemFontsViewModel.swift +++ b/Example/Example/SystemFontsViewModel.swift @@ -14,13 +14,13 @@ class SystemFontsViewModel { init() { var families = [Family]() - for familyName in UIFont.familyNames() { + for familyName in UIFont.familyNames { var fonts = [Font]() - for fontName in UIFont.fontNamesForFamilyName(familyName) { + for fontName in UIFont.fontNames(forFamilyName: familyName) { fonts.append(Font(name: fontName)) } families.append(Family(name: familyName, fonts: fonts)) } self.families = families } -} \ No newline at end of file +} diff --git a/Example/ExampleTests/FontsTests.swift b/Example/ExampleTests/FontsTests.swift index e415570..aa42f3c 100644 --- a/Example/ExampleTests/FontsTests.swift +++ b/Example/ExampleTests/FontsTests.swift @@ -8,7 +8,8 @@ import UIKit import XCTest -import SwiftFontName + +@testable import Example class FontsTests: XCTestCase { @@ -21,9 +22,9 @@ class FontsTests: XCTestCase { } func testExistsFontNames() { - for systemFamilyName in UIFont.familyNames() { - for systemFontName in UIFont.fontNamesForFamilyName(systemFamilyName) { - let index = FontName.fontNames().indexOf(systemFontName) + for systemFamilyName in UIFont.familyNames { + for systemFontName in UIFont.fontNames(forFamilyName: systemFamilyName) { + let index = FontName.fontNames().index(of: systemFontName) print(systemFontName) XCTAssertTrue(index != nil, "\(systemFontName) doesn't exist.") } @@ -31,7 +32,7 @@ class FontsTests: XCTestCase { } func testLocalizations() { - let preferredLanguage = NSLocale.preferredLanguages().first! + let preferredLanguage = Locale.preferredLanguages.first! let fontName = LocalizedFontName(FontName.Copperplate, localizedFontNames: ["ja": FontName.HiraKakuProNW6, "en": FontName.HelveticaNeueLight]) if preferredLanguage == "ja" { XCTAssertEqual(fontName, FontName.HiraKakuProNW6, "Localization failed: \(preferredLanguage)") diff --git a/Example/Podfile b/Example/Podfile deleted file mode 100644 index 7640751..0000000 --- a/Example/Podfile +++ /dev/null @@ -1,11 +0,0 @@ -platform :ios, '8.0' - -use_frameworks! - -target 'Example' do - pod 'SwiftFontName', :path => ".." -end - -target 'ExampleTests' do - pod 'SwiftFontName', :path => ".." -end diff --git a/Example/Podfile.lock b/Example/Podfile.lock deleted file mode 100644 index 6bebe8a..0000000 --- a/Example/Podfile.lock +++ /dev/null @@ -1,14 +0,0 @@ -PODS: - - SwiftFontName (1.0.1) - -DEPENDENCIES: - - SwiftFontName (from `..`) - -EXTERNAL SOURCES: - SwiftFontName: - :path: ".." - -SPEC CHECKSUMS: - SwiftFontName: c5285065e78f6db10ccc3c5114ab600a3c1f9a62 - -COCOAPODS: 0.39.0 diff --git a/Example/Pods/Headers/Private/SwiftFontName/SwiftFontName.h b/Example/Pods/Headers/Private/SwiftFontName/SwiftFontName.h deleted file mode 120000 index c6247be..0000000 --- a/Example/Pods/Headers/Private/SwiftFontName/SwiftFontName.h +++ /dev/null @@ -1 +0,0 @@ -../../../../../SwiftFontName/SwiftFontName.h \ No newline at end of file diff --git a/Example/Pods/Local Podspecs/SwiftFontName.podspec.json b/Example/Pods/Local Podspecs/SwiftFontName.podspec.json deleted file mode 100644 index a22a45e..0000000 --- a/Example/Pods/Local Podspecs/SwiftFontName.podspec.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "SwiftFontName", - "version": "1.0.1", - "summary": "SwiftFontName is font name complements and supports localized font library.", - "description": "You don't need to search font name any more with SwiftFontName. When using UIFont, you sometimes search font name string because UIFont needs string font name value. Font family name and font name don't have organized naming rule, so it's painful to search correct string. With SwiftFontName, font name candidates shows up when you put first word of font family name.", - "homepage": "https://github.com/morizotter/SwiftFontName", - "screenshots": "https://raw.githubusercontent.com/morizotter/SwiftFontName/master/misc/helvetica.png", - "license": "MIT", - "authors": { - "Naoki Morita": "namorit@gmail.com" - }, - "source": { - "git": "https://github.com/morizotter/SwiftFontName.git", - "tag": "1.0.1" - }, - "social_media_url": "https://twitter.com/morizotter", - "platforms": { - "ios": "8.0" - }, - "requires_arc": true, - "source_files": "SwiftFontName/**/*" -} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock deleted file mode 100644 index 6bebe8a..0000000 --- a/Example/Pods/Manifest.lock +++ /dev/null @@ -1,14 +0,0 @@ -PODS: - - SwiftFontName (1.0.1) - -DEPENDENCIES: - - SwiftFontName (from `..`) - -EXTERNAL SOURCES: - SwiftFontName: - :path: ".." - -SPEC CHECKSUMS: - SwiftFontName: c5285065e78f6db10ccc3c5114ab600a3c1f9a62 - -COCOAPODS: 0.39.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index 75f4e71..0000000 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,683 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 0760F96BC488361140B583E290CC2322 /* SwiftFontName-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A1F17527C9ABEA85F2DEF1958263CF /* SwiftFontName-dummy.m */; }; - 107D4F8D4123C650AD94B989D9B88FEF /* Pods-ExampleTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 88577313DBF99AC687AC7D40C55BFC81 /* Pods-ExampleTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 297DDB0D0F8B20413619FB470D58E90A /* Pods-Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 520D5F99525C72C3724539F504D67F6C /* Pods-Example-dummy.m */; }; - 2DEF3B95463B44AB5E102F9AE755C195 /* LocalizedFontName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FB073E970E0B531EAA345C8ED151738 /* LocalizedFontName.swift */; }; - 424995F45E22D4D821B9268F6BC01B29 /* SwiftFontName-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 766894DF9852E59452957E3FD1096238 /* SwiftFontName-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B912265737D05530EA4708142F849C5 /* Pods-ExampleTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E30E5E764B176ED81DD2E83EDE6672F /* Pods-ExampleTests-dummy.m */; }; - 594F271729CCA69AD84ADDD05F2AD48B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E4E89230EF59BC255123B67864ACF77 /* Foundation.framework */; }; - 8744A32E7CE6ABF716611209B7453A6F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E4E89230EF59BC255123B67864ACF77 /* Foundation.framework */; }; - B77D8109D18A3027FEE27E6AEB558BC4 /* Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = B064567829BF893A76C966E8E01A9F49 /* Info.plist */; }; - BE5A58DB7DFEDB6593354536C79DF791 /* FontName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F84CF0E872B1670247570C13374EB0E /* FontName.swift */; }; - C0B902522D293FFD873BA17B0236C6DD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3E4E89230EF59BC255123B67864ACF77 /* Foundation.framework */; }; - E4E9A269C280C66DD5F2891370F1D09D /* Pods-Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 30EB4A15C77553786DE27EEEAA3A4375 /* Pods-Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5A0DFEEBE55E9ACBA16B008DC83C548 /* SwiftFontName.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C937454CBB4E0EB2623557DF2B521B0 /* SwiftFontName.h */; settings = {ATTRIBUTES = (Public, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 4D6C342DE9BBB21A08FE9332231D5A5E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8F2794C5952977EA59AC23568E851DB5; - remoteInfo = SwiftFontName; - }; - E3AF31F37DA309CEE2A110CCD018687B /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8F2794C5952977EA59AC23568E851DB5; - remoteInfo = SwiftFontName; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 003320EF395C9A459CE5CC3675BC0272 /* Pods-ExampleTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-ExampleTests.modulemap"; sourceTree = ""; }; - 019A69B69D5FE7DC84A608AC8B65A458 /* Pods-Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Example-acknowledgements.markdown"; sourceTree = ""; }; - 02053F68A810999D267F4FF50F67DE98 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Example.release.xcconfig"; sourceTree = ""; }; - 051BE2E981F8F61B7860FBEAD105B4DC /* Pods-ExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleTests.debug.xcconfig"; sourceTree = ""; }; - 083798B91EF2DF01E94243D3EF5D744B /* Pods-Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Example-frameworks.sh"; sourceTree = ""; }; - 0AD06323CC1E2AE1834C715EA0728B2C /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F84CF0E872B1670247570C13374EB0E /* FontName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FontName.swift; sourceTree = ""; }; - 16F6C0168D26607EDD0A8AE1586EBE42 /* SwiftFontName.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = SwiftFontName.modulemap; sourceTree = ""; }; - 1B0C878D8BF4F4AFC097627A4514EC40 /* Pods-Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Example-resources.sh"; sourceTree = ""; }; - 23A1F17527C9ABEA85F2DEF1958263CF /* SwiftFontName-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftFontName-dummy.m"; sourceTree = ""; }; - 261A8525A8B4294431DD193D26FF3C55 /* Pods-Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-Example.modulemap"; sourceTree = ""; }; - 30EB4A15C77553786DE27EEEAA3A4375 /* Pods-Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Example-umbrella.h"; sourceTree = ""; }; - 3E4E89230EF59BC255123B67864ACF77 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 3FB073E970E0B531EAA345C8ED151738 /* LocalizedFontName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LocalizedFontName.swift; sourceTree = ""; }; - 4B0924F376B2DA786E4F32D168EE3FDB /* Pods-ExampleTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExampleTests-acknowledgements.markdown"; sourceTree = ""; }; - 520D5F99525C72C3724539F504D67F6C /* Pods-Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Example-dummy.m"; sourceTree = ""; }; - 5D1D30119732EA416508E619D0AE9436 /* SwiftFontName-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftFontName-prefix.pch"; sourceTree = ""; }; - 5E30E5E764B176ED81DD2E83EDE6672F /* Pods-ExampleTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ExampleTests-dummy.m"; sourceTree = ""; }; - 65C2CF85869AE035935DD70CFFAA7A93 /* Pods-ExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleTests.release.xcconfig"; sourceTree = ""; }; - 6A49CBFFF00A1A2A511DC8A37F5CAA4A /* SwiftFontName.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftFontName.xcconfig; sourceTree = ""; }; - 710E58DFCA366056B4CF22711E0CEE42 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Example.debug.xcconfig"; sourceTree = ""; }; - 766894DF9852E59452957E3FD1096238 /* SwiftFontName-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftFontName-umbrella.h"; sourceTree = ""; }; - 7FA5261030BA8439F488C7474DE684BC /* Pods-Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Example-acknowledgements.plist"; sourceTree = ""; }; - 85EF699463A9763F4EB667FEC3C64768 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 88577313DBF99AC687AC7D40C55BFC81 /* Pods-ExampleTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ExampleTests-umbrella.h"; sourceTree = ""; }; - 8C937454CBB4E0EB2623557DF2B521B0 /* SwiftFontName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = SwiftFontName.h; sourceTree = ""; }; - 999D20F883DDA7E5FF88F9E652235401 /* Pods-ExampleTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleTests-resources.sh"; sourceTree = ""; }; - 9D7298F6986C80B0A4E53753B5E3AAAA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - AE23E4831A3113D5473A5203D0B83693 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - B064567829BF893A76C966E8E01A9F49 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BAF9674746B435132CFC3E843E606644 /* Pods_ExampleTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExampleTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C3B669240EDE35EAF36576AE1877023E /* Pods-ExampleTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ExampleTests-acknowledgements.plist"; sourceTree = ""; }; - DA005456657EE7C0632AF706162C9ACF /* Pods-ExampleTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleTests-frameworks.sh"; sourceTree = ""; }; - E74091A38D4598B53B44C500D1B37E0A /* SwiftFontName.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftFontName.framework; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 44C9ED885435B4F572C30F147F767EB9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 594F271729CCA69AD84ADDD05F2AD48B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 87244DE9DFBE0F603ED47A0B05BB316F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C0B902522D293FFD873BA17B0236C6DD /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E623E347A64317C1B95F9DA211D6D01C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8744A32E7CE6ABF716611209B7453A6F /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 0B6280A94317A0DE054EDDEF85B60445 /* Pods-ExampleTests */ = { - isa = PBXGroup; - children = ( - AE23E4831A3113D5473A5203D0B83693 /* Info.plist */, - 003320EF395C9A459CE5CC3675BC0272 /* Pods-ExampleTests.modulemap */, - 4B0924F376B2DA786E4F32D168EE3FDB /* Pods-ExampleTests-acknowledgements.markdown */, - C3B669240EDE35EAF36576AE1877023E /* Pods-ExampleTests-acknowledgements.plist */, - 5E30E5E764B176ED81DD2E83EDE6672F /* Pods-ExampleTests-dummy.m */, - DA005456657EE7C0632AF706162C9ACF /* Pods-ExampleTests-frameworks.sh */, - 999D20F883DDA7E5FF88F9E652235401 /* Pods-ExampleTests-resources.sh */, - 88577313DBF99AC687AC7D40C55BFC81 /* Pods-ExampleTests-umbrella.h */, - 051BE2E981F8F61B7860FBEAD105B4DC /* Pods-ExampleTests.debug.xcconfig */, - 65C2CF85869AE035935DD70CFFAA7A93 /* Pods-ExampleTests.release.xcconfig */, - ); - name = "Pods-ExampleTests"; - path = "Target Support Files/Pods-ExampleTests"; - sourceTree = ""; - }; - 0C163F781E651B382C08A1EEEEA69498 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - C44BF67F021B503D1BF228A867D129F3 /* Pods-Example */, - 0B6280A94317A0DE054EDDEF85B60445 /* Pods-ExampleTests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 1CAA0C4084ACB151FAD3AC2FA21BE38C /* SwiftFontName */ = { - isa = PBXGroup; - children = ( - 0F84CF0E872B1670247570C13374EB0E /* FontName.swift */, - B064567829BF893A76C966E8E01A9F49 /* Info.plist */, - 3FB073E970E0B531EAA345C8ED151738 /* LocalizedFontName.swift */, - 8C937454CBB4E0EB2623557DF2B521B0 /* SwiftFontName.h */, - ); - path = SwiftFontName; - sourceTree = ""; - }; - 6FCB092671CAA339A7BE600B8C8AF12D /* Support Files */ = { - isa = PBXGroup; - children = ( - 9D7298F6986C80B0A4E53753B5E3AAAA /* Info.plist */, - 16F6C0168D26607EDD0A8AE1586EBE42 /* SwiftFontName.modulemap */, - 6A49CBFFF00A1A2A511DC8A37F5CAA4A /* SwiftFontName.xcconfig */, - 23A1F17527C9ABEA85F2DEF1958263CF /* SwiftFontName-dummy.m */, - 5D1D30119732EA416508E619D0AE9436 /* SwiftFontName-prefix.pch */, - 766894DF9852E59452957E3FD1096238 /* SwiftFontName-umbrella.h */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/SwiftFontName"; - sourceTree = ""; - }; - 7DB346D0F39D3F0E887471402A8071AB = { - isa = PBXGroup; - children = ( - BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, - 88D9068B0FF9EDC23885ECB10BCC8B42 /* Development Pods */, - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - E5E5DF31524A9610F54EADEEC3FBEF90 /* Products */, - 0C163F781E651B382C08A1EEEEA69498 /* Targets Support Files */, - ); - sourceTree = ""; - }; - 88D9068B0FF9EDC23885ECB10BCC8B42 /* Development Pods */ = { - isa = PBXGroup; - children = ( - CFAD1996E59D172D6E1F0955DC6787B5 /* SwiftFontName */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { - isa = PBXGroup; - children = ( - BF6342C8B29F4CEEA088EFF7AB4DE362 /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - BF6342C8B29F4CEEA088EFF7AB4DE362 /* iOS */ = { - isa = PBXGroup; - children = ( - 3E4E89230EF59BC255123B67864ACF77 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; - C44BF67F021B503D1BF228A867D129F3 /* Pods-Example */ = { - isa = PBXGroup; - children = ( - 85EF699463A9763F4EB667FEC3C64768 /* Info.plist */, - 261A8525A8B4294431DD193D26FF3C55 /* Pods-Example.modulemap */, - 019A69B69D5FE7DC84A608AC8B65A458 /* Pods-Example-acknowledgements.markdown */, - 7FA5261030BA8439F488C7474DE684BC /* Pods-Example-acknowledgements.plist */, - 520D5F99525C72C3724539F504D67F6C /* Pods-Example-dummy.m */, - 083798B91EF2DF01E94243D3EF5D744B /* Pods-Example-frameworks.sh */, - 1B0C878D8BF4F4AFC097627A4514EC40 /* Pods-Example-resources.sh */, - 30EB4A15C77553786DE27EEEAA3A4375 /* Pods-Example-umbrella.h */, - 710E58DFCA366056B4CF22711E0CEE42 /* Pods-Example.debug.xcconfig */, - 02053F68A810999D267F4FF50F67DE98 /* Pods-Example.release.xcconfig */, - ); - name = "Pods-Example"; - path = "Target Support Files/Pods-Example"; - sourceTree = ""; - }; - CFAD1996E59D172D6E1F0955DC6787B5 /* SwiftFontName */ = { - isa = PBXGroup; - children = ( - 6FCB092671CAA339A7BE600B8C8AF12D /* Support Files */, - 1CAA0C4084ACB151FAD3AC2FA21BE38C /* SwiftFontName */, - ); - name = SwiftFontName; - path = ../..; - sourceTree = ""; - }; - E5E5DF31524A9610F54EADEEC3FBEF90 /* Products */ = { - isa = PBXGroup; - children = ( - 0AD06323CC1E2AE1834C715EA0728B2C /* Pods_Example.framework */, - BAF9674746B435132CFC3E843E606644 /* Pods_ExampleTests.framework */, - E74091A38D4598B53B44C500D1B37E0A /* SwiftFontName.framework */, - ); - name = Products; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 5AC37FC85C7E92DCAFB8D7FF66C19577 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E4E9A269C280C66DD5F2891370F1D09D /* Pods-Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 72DE0027C1B435A8587B01FD1EAEAE7C /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 424995F45E22D4D821B9268F6BC01B29 /* SwiftFontName-umbrella.h in Headers */, - F5A0DFEEBE55E9ACBA16B008DC83C548 /* SwiftFontName.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F2F137EDE2A9F98F2F3C2F3BAF1367E5 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 107D4F8D4123C650AD94B989D9B88FEF /* Pods-ExampleTests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 3A62225F2E5AE7AC4A60068F6420A997 /* Pods-Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9EB53B4499DFFDF5B3456A596B36CD7C /* Build configuration list for PBXNativeTarget "Pods-Example" */; - buildPhases = ( - 07AD0D17F15200F74093904781D340E8 /* Sources */, - 44C9ED885435B4F572C30F147F767EB9 /* Frameworks */, - 5AC37FC85C7E92DCAFB8D7FF66C19577 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 4424F0C6DD470FEFA2E7939D3D681110 /* PBXTargetDependency */, - ); - name = "Pods-Example"; - productName = "Pods-Example"; - productReference = 0AD06323CC1E2AE1834C715EA0728B2C /* Pods_Example.framework */; - productType = "com.apple.product-type.framework"; - }; - 6AC280CD78189CACD9D3BFF6020AE3EC /* Pods-ExampleTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 48FEDA66BB593CB28748C98559A45EA5 /* Build configuration list for PBXNativeTarget "Pods-ExampleTests" */; - buildPhases = ( - 980C754B7418D6D9A35C8DAEBA164A5A /* Sources */, - E623E347A64317C1B95F9DA211D6D01C /* Frameworks */, - F2F137EDE2A9F98F2F3C2F3BAF1367E5 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - B425493ADE10444F004C52F4057BE850 /* PBXTargetDependency */, - ); - name = "Pods-ExampleTests"; - productName = "Pods-ExampleTests"; - productReference = BAF9674746B435132CFC3E843E606644 /* Pods_ExampleTests.framework */; - productType = "com.apple.product-type.framework"; - }; - 8F2794C5952977EA59AC23568E851DB5 /* SwiftFontName */ = { - isa = PBXNativeTarget; - buildConfigurationList = 64F93CA54F63E30A9F9405F0C26AC888 /* Build configuration list for PBXNativeTarget "SwiftFontName" */; - buildPhases = ( - 42B658DBCF39618CC1A05D91903F7476 /* Sources */, - 87244DE9DFBE0F603ED47A0B05BB316F /* Frameworks */, - 72DE0027C1B435A8587B01FD1EAEAE7C /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftFontName; - productName = SwiftFontName; - productReference = E74091A38D4598B53B44C500D1B37E0A /* SwiftFontName.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0700; - LastUpgradeCheck = 0700; - }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = E5E5DF31524A9610F54EADEEC3FBEF90 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 3A62225F2E5AE7AC4A60068F6420A997 /* Pods-Example */, - 6AC280CD78189CACD9D3BFF6020AE3EC /* Pods-ExampleTests */, - 8F2794C5952977EA59AC23568E851DB5 /* SwiftFontName */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 07AD0D17F15200F74093904781D340E8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 297DDB0D0F8B20413619FB470D58E90A /* Pods-Example-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 42B658DBCF39618CC1A05D91903F7476 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BE5A58DB7DFEDB6593354536C79DF791 /* FontName.swift in Sources */, - B77D8109D18A3027FEE27E6AEB558BC4 /* Info.plist in Sources */, - 2DEF3B95463B44AB5E102F9AE755C195 /* LocalizedFontName.swift in Sources */, - 0760F96BC488361140B583E290CC2322 /* SwiftFontName-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 980C754B7418D6D9A35C8DAEBA164A5A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4B912265737D05530EA4708142F849C5 /* Pods-ExampleTests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 4424F0C6DD470FEFA2E7939D3D681110 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftFontName; - target = 8F2794C5952977EA59AC23568E851DB5 /* SwiftFontName */; - targetProxy = E3AF31F37DA309CEE2A110CCD018687B /* PBXContainerItemProxy */; - }; - B425493ADE10444F004C52F4057BE850 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftFontName; - target = 8F2794C5952977EA59AC23568E851DB5 /* SwiftFontName */; - targetProxy = 4D6C342DE9BBB21A08FE9332231D5A5E /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0D9E634522263D2FABB9D6B985EE3869 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 02053F68A810999D267F4FF50F67DE98 /* Pods-Example.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods-Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Example/Pods-Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 89823E28B7228591DEBBB719374C2B3F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 710E58DFCA366056B4CF22711E0CEE42 /* Pods-Example.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods-Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-Example/Pods-Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 8C24CF664A929A627EE31CF9E997F663 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 051BE2E981F8F61B7860FBEAD105B4DC /* Pods-ExampleTests.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ExampleTests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ExampleTests/Pods-ExampleTests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_ExampleTests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 95561A50FBD7CED96E38064B3D1CB25A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 65C2CF85869AE035935DD70CFFAA7A93 /* Pods-ExampleTests.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ExampleTests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ExampleTests/Pods-ExampleTests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_NAME = Pods_ExampleTests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - A70CDAD61F90AC503C7D04CC22DA2923 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - ONLY_ACTIVE_ARCH = YES; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - C75FF8420F8E904828AC3FFE3DC16FD7 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6A49CBFFF00A1A2A511DC8A37F5CAA4A /* SwiftFontName.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SwiftFontName/SwiftFontName-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftFontName/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftFontName/SwiftFontName.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = SwiftFontName; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - CA4BC9767C26A5ECB96361E2E70E865B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6A49CBFFF00A1A2A511DC8A37F5CAA4A /* SwiftFontName.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_PREFIX_HEADER = "Target Support Files/SwiftFontName/SwiftFontName-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftFontName/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftFontName/SwiftFontName.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = SwiftFontName; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - FB45FFD90572718D82AB9092B750F0CA /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PREPROCESSOR_DEFINITIONS = "RELEASE=1"; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A70CDAD61F90AC503C7D04CC22DA2923 /* Debug */, - FB45FFD90572718D82AB9092B750F0CA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 48FEDA66BB593CB28748C98559A45EA5 /* Build configuration list for PBXNativeTarget "Pods-ExampleTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8C24CF664A929A627EE31CF9E997F663 /* Debug */, - 95561A50FBD7CED96E38064B3D1CB25A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 64F93CA54F63E30A9F9405F0C26AC888 /* Build configuration list for PBXNativeTarget "SwiftFontName" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - CA4BC9767C26A5ECB96361E2E70E865B /* Debug */, - C75FF8420F8E904828AC3FFE3DC16FD7 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9EB53B4499DFFDF5B3456A596B36CD7C /* Build configuration list for PBXNativeTarget "Pods-Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 89823E28B7228591DEBBB719374C2B3F /* Debug */, - 0D9E634522263D2FABB9D6B985EE3869 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; -} diff --git a/Example/Pods/Target Support Files/Pods-Example/Info.plist b/Example/Pods/Target Support Files/Pods-Example/Info.plist deleted file mode 100644 index 6974542..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.cocoapods.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.markdown deleted file mode 100644 index 7faade9..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.markdown +++ /dev/null @@ -1,29 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## SwiftFontName - -The MIT License (MIT) - -Copyright (c) 2015 Morita Naoki - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Generated by CocoaPods - http://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist deleted file mode 100644 index 70c892d..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist +++ /dev/null @@ -1,59 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Morita Naoki - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - Title - SwiftFontName - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - http://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-dummy.m b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-dummy.m deleted file mode 100644 index 6ee3f90..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_Example : NSObject -@end -@implementation PodsDummy_Pods_Example -@end diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh deleted file mode 100755 index cc270af..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh -set -e - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # use filter instead of exclude so missing patterns dont' throw errors - echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current file - archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" - stripped="" - for arch in $archs; do - if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi -} - - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "Pods-Example/SwiftFontName.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "Pods-Example/SwiftFontName.framework" -fi diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh deleted file mode 100755 index 16774fb..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} - -install_resource() -{ - case $1 in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" - ;; - *.framework) - echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" - xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - /*) - echo "$1" - echo "$1" >> "$RESOURCES_TO_COPY" - ;; - *) - echo "${PODS_ROOT}/$1" - echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; - esac - - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h deleted file mode 100644 index 09826d7..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double Pods_ExampleVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_ExampleVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig deleted file mode 100644 index 5bd4b3e..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/SwiftFontName.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "SwiftFontName" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-Example -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.modulemap b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.modulemap deleted file mode 100644 index 4b5189f..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_Example { - umbrella header "Pods-Example-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig deleted file mode 100644 index 5bd4b3e..0000000 --- a/Example/Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/SwiftFontName.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "SwiftFontName" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-Example -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Info.plist b/Example/Pods/Target Support Files/Pods-ExampleTests/Info.plist deleted file mode 100644 index 6974542..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.cocoapods.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-acknowledgements.markdown deleted file mode 100644 index 7faade9..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-acknowledgements.markdown +++ /dev/null @@ -1,29 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## SwiftFontName - -The MIT License (MIT) - -Copyright (c) 2015 Morita Naoki - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Generated by CocoaPods - http://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-acknowledgements.plist deleted file mode 100644 index 70c892d..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-acknowledgements.plist +++ /dev/null @@ -1,59 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - The MIT License (MIT) - -Copyright (c) 2015 Morita Naoki - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - Title - SwiftFontName - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - http://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-dummy.m b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-dummy.m deleted file mode 100644 index c0024d5..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_ExampleTests : NSObject -@end -@implementation PodsDummy_Pods_ExampleTests -@end diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-frameworks.sh b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-frameworks.sh deleted file mode 100755 index 468fb40..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-frameworks.sh +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh -set -e - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # use filter instead of exclude so missing patterns dont' throw errors - echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements \"$1\"" - /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current file - archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" - stripped="" - for arch in $archs; do - if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi -} - - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "Pods-ExampleTests/SwiftFontName.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "Pods-ExampleTests/SwiftFontName.framework" -fi diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-resources.sh b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-resources.sh deleted file mode 100755 index 16774fb..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-resources.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -realpath() { - DIRECTORY="$(cd "${1%/*}" && pwd)" - FILENAME="${1##*/}" - echo "$DIRECTORY/$FILENAME" -} - -install_resource() -{ - case $1 in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" - ;; - *.framework) - echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" - xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" - xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - /*) - echo "$1" - echo "$1" >> "$RESOURCES_TO_COPY" - ;; - *) - echo "${PODS_ROOT}/$1" - echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; - esac - - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "`realpath $PODS_ROOT`*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-umbrella.h b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-umbrella.h deleted file mode 100644 index 66b16bb..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double Pods_ExampleTestsVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_ExampleTestsVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.debug.xcconfig deleted file mode 100644 index 1e7fac6..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.debug.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/SwiftFontName.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "SwiftFontName" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-ExampleTests -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.modulemap b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.modulemap deleted file mode 100644 index 08843bd..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_ExampleTests { - umbrella header "Pods-ExampleTests-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig b/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig deleted file mode 100644 index 1e7fac6..0000000 --- a/Example/Pods/Target Support Files/Pods-ExampleTests/Pods-ExampleTests.release.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/SwiftFontName.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "SwiftFontName" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-ExampleTests -PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/SwiftFontName/Info.plist b/Example/Pods/Target Support Files/SwiftFontName/Info.plist deleted file mode 100644 index 513ed9d..0000000 --- a/Example/Pods/Target Support Files/SwiftFontName/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.cocoapods.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.1 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-dummy.m b/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-dummy.m deleted file mode 100644 index 6f07e2e..0000000 --- a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_SwiftFontName : NSObject -@end -@implementation PodsDummy_SwiftFontName -@end diff --git a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-prefix.pch b/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-prefix.pch deleted file mode 100644 index aa992a4..0000000 --- a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-prefix.pch +++ /dev/null @@ -1,4 +0,0 @@ -#ifdef __OBJC__ -#import -#endif - diff --git a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-umbrella.h b/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-umbrella.h deleted file mode 100644 index 471e4e7..0000000 --- a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName-umbrella.h +++ /dev/null @@ -1,7 +0,0 @@ -#import - -#import "SwiftFontName.h" - -FOUNDATION_EXPORT double SwiftFontNameVersionNumber; -FOUNDATION_EXPORT const unsigned char SwiftFontNameVersionString[]; - diff --git a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName.modulemap b/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName.modulemap deleted file mode 100644 index ea23883..0000000 --- a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module SwiftFontName { - umbrella header "SwiftFontName-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName.xcconfig b/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName.xcconfig deleted file mode 100644 index c57d473..0000000 --- a/Example/Pods/Target Support Files/SwiftFontName/SwiftFontName.xcconfig +++ /dev/null @@ -1,5 +0,0 @@ -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/SwiftFontName" "${PODS_ROOT}/Headers/Public" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_ROOT = ${SRCROOT} -SKIP_INSTALL = YES \ No newline at end of file diff --git a/SwiftFontName/FontName.swift b/SwiftFontName/FontName.swift index c209ae1..9d0efd4 100644 --- a/SwiftFontName/FontName.swift +++ b/SwiftFontName/FontName.swift @@ -149,6 +149,7 @@ public struct FontName { public static let FuturaCondensedExtraBold = FontName.fontName(fontName: "Futura-CondensedExtraBold") public static let FuturaMedium = FontName.fontName(fontName: "Futura-Medium") public static let FuturaMediumItalic = FontName.fontName(fontName: "Futura-MediumItalic") + public static let FuturaBold = FontName.fontName(fontName: "Futura-Bold", osVersion: 10.0) public static let Farah = FontName.fontName(fontName: "Farah") public static let KannadaSangamMN = FontName.fontName(fontName: "KannadaSangamMN") public static let KannadaSangamMNBold = FontName.fontName(fontName: "KannadaSangamMN-Bold") @@ -227,6 +228,7 @@ public struct FontName { public static let AmericanTypewriter = FontName.fontName(fontName: "AmericanTypewriter") public static let AmericanTypewriterCondensedBold = FontName.fontName(fontName: "AmericanTypewriter-CondensedBold") public static let AmericanTypewriterLight = FontName.fontName(fontName: "AmericanTypewriter-Light") + public static let AmericanTypewriterSemibold = FontName.fontName(fontName: "AmericanTypewriter-Semibold", osVersion: 10.0) public static let AmericanTypewriterBold = FontName.fontName(fontName: "AmericanTypewriter-Bold") public static let AmericanTypewriterCondensed = FontName.fontName(fontName: "AmericanTypewriter-Condensed") public static let AvenirNextUltraLight = FontName.fontName(fontName: "AvenirNext-UltraLight") @@ -270,6 +272,8 @@ public struct FontName { public static let PingFangSCThin = FontName.fontName(fontName: "PingFangSC-Thin", osVersion: 9.0) public static let PingFangSCLight = FontName.fontName(fontName: "PingFangSC-Light", osVersion: 9.0) public static let PingFangSCMedium = FontName.fontName(fontName: "PingFangSC-Medium", osVersion: 9.0) + public static let MyanmarSangamMNBold = FontName.fontName(fontName: "MyanmarSangamMN-Bold", osVersion: 10.0) + public static let MyanmarSangamMN = FontName.fontName(fontName: "MyanmarSangamMN", osVersion: 10.0) public static let EuphemiaUCASItalic = FontName.fontName(fontName: "EuphemiaUCAS-Italic") public static let EuphemiaUCAS = FontName.fontName(fontName: "EuphemiaUCAS") public static let EuphemiaUCASBold = FontName.fontName(fontName: "EuphemiaUCAS-Bold") @@ -427,6 +431,7 @@ extension FontName { FuturaCondensedExtraBold, FuturaMedium, FuturaMediumItalic, + FuturaBold, Farah, KannadaSangamMN, KannadaSangamMNBold, @@ -505,6 +510,7 @@ extension FontName { AmericanTypewriter, AmericanTypewriterCondensedBold, AmericanTypewriterLight, + AmericanTypewriterSemibold, AmericanTypewriterBold, AmericanTypewriterCondensed, AvenirNextUltraLight, @@ -548,6 +554,8 @@ extension FontName { PingFangSCThin, PingFangSCLight, PingFangSCMedium, + MyanmarSangamMNBold, + MyanmarSangamMN, EuphemiaUCASItalic, EuphemiaUCAS, EuphemiaUCASBold, diff --git a/circle.yml b/circle.yml index 8d2e82b..0d08502 100644 --- a/circle.yml +++ b/circle.yml @@ -7,9 +7,9 @@ machine: environment: XCODE_SCHEME: ExampleTests xcode: - version: "7.0" + version: "8.0" test: override: - - xcodebuild test -scheme Example-en -workspace Example.xcworkspace - - xcodebuild test -scheme Example-ja -workspace Example.xcworkspace - - xcodebuild test -scheme Example-fr -workspace Example.xcworkspace + - xcodebuild test -project Example.xcodeproj -scheme ExampleTests-en -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0' + - xcodebuild test -project Example.xcodeproj -scheme ExampleTests-ja -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0' + - xcodebuild test -project Example.xcodeproj -scheme ExampleTests-fr -destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.0'